summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 17:53:44 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 17:53:44 +0000
commitbceb9e62bad0dcfe9a6d434c471e0a793ad7743c (patch)
treededfce693a7260494849e859fd129db0f19d313f
parent55826408983f4de6bb9f46781ac3f817a1fb96f1 (diff)
downloadvdr-plugin-live-bceb9e62bad0dcfe9a6d434c471e0a793ad7743c.tar.gz
vdr-plugin-live-bceb9e62bad0dcfe9a6d434c471e0a793ad7743c.tar.bz2
- added style for small buttons
-rw-r--r--css/styles.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css
index 793e662..b9e0df6 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -42,7 +42,17 @@ div.head_box {
color: black;
}
-
+button.smallbutton {
+ width: 51px;
+ height: 17px;
+ background-color: inherit;
+ background-image: url(button_blue.png);
+ color: #FFFFFF;
+ font-size: 15px;
+ border: 0px;
+ vertical-align: middle;
+ text-align: center;
+}
table.event {
width: 250px;