diff options
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; +} + /* ############################## |