diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-24 17:09:38 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-24 17:09:38 +0000 |
commit | 53d9395cdd5bfb149ccc39b0b6728c68dbc9fa80 (patch) | |
tree | 625bc6371de3a5cffb3818c5c4c5ad918ce9adc0 /css/styles.css | |
parent | 17ebcffe9b12cad36075af64d435f73c686dc51a (diff) | |
download | vdr-plugin-live-53d9395cdd5bfb149ccc39b0b6728c68dbc9fa80.tar.gz vdr-plugin-live-53d9395cdd5bfb149ccc39b0b6728c68dbc9fa80.tar.bz2 |
Various stuff, I'm in a hurry
Diffstat (limited to 'css/styles.css')
-rw-r--r-- | css/styles.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index 82919b5..c6630f0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -261,6 +261,37 @@ button.smallbutton { cursor: pointer; } +button.green { + width: 100px; + height: 20px; + background-color: inherit; + background-image: url(button_green.png); + background-repeat: no-repeat; + color: #FFFFFF; + font-size: 12px; + border: 0px; + vertical-align: middle; + text-align: center; + cursor: pointer; + padding-bottom: 3px; +} + +button.red { + width: 100px; + height: 20px; + background-color: inherit; + background-image: url(button_red.png); + background-repeat: no-repeat; + color: #FFFFFF; + font-size: 11px; + border: 0px; + vertical-align: middle; + text-align: center; + cursor: pointer; + padding-bottom: 3px; +} + + table td.buttonpanel { text-align: right; } @@ -626,12 +657,18 @@ table.edit tr td { table.edit tr td.label { font-weight: bold; + vertical-align: top; } table.edit tr.active { background: #DEE6EE; } +table.edit td.blank { + background: none; + border: none; +} + /* ############################## |