diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 17:53:44 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 17:53:44 +0000 |
commit | bceb9e62bad0dcfe9a6d434c471e0a793ad7743c (patch) | |
tree | dedfce693a7260494849e859fd129db0f19d313f | |
parent | 55826408983f4de6bb9f46781ac3f817a1fb96f1 (diff) | |
download | vdr-plugin-live-bceb9e62bad0dcfe9a6d434c471e0a793ad7743c.tar.gz vdr-plugin-live-bceb9e62bad0dcfe9a6d434c471e0a793ad7743c.tar.bz2 |
- added style for small buttons
-rw-r--r-- | css/styles.css | 12 |
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; |