summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-01-07 15:12:55 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-01-07 15:12:55 +0000
commitc1eb2c1f4587a85ee8ccf2d348947602145c3ab1 (patch)
tree675b6a545ce7f37dde5c598691e58cfdd5019246
parent39c5d075d5cd1b9415901e3e9979b7a6b9be4f85 (diff)
downloadvdr-plugin-live-c1eb2c1f4587a85ee8ccf2d348947602145c3ab1.tar.gz
vdr-plugin-live-c1eb2c1f4587a85ee8ccf2d348947602145c3ab1.tar.bz2
added styles for edit timer
-rw-r--r--css/styles.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 3ed1def..7860621 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -240,3 +240,41 @@ table.error tr td.title {
padding: 3px 3px 3px 10px;
}
+/*
+ ##############################
+ # Edit Tables
+ ##############################
+*/
+
+table.edit {
+ margin-top: 10px;
+ border: 1px solid #6D96A9;
+}
+
+table.edit tr td.head {
+ background: #6D96A9;
+ color: white;
+ font-weight: bold;
+ margin: 0;
+ padding: 3px;
+}
+
+table.edit tr td {
+ vertical-align: top;
+ padding: 3px 7px 3px 3px;
+ vertical-align: middle;
+}
+
+table.edit tr td.label {
+ font-weight: bold;
+}
+
+
+table.edit tr.active {
+ background: #DEE6EE;
+}
+
+input {
+ border: 1px solid #6D96A9;
+ background: #FEFEFE;
+} \ No newline at end of file