summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-06 23:30:55 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-06 23:30:55 +0000
commit32166b92325891d2c7c1f2e004d13c5e57065a78 (patch)
tree13290ce27a4bc1b8121995d0f4f1d0667cabadb1 /css
parent88c3f461ffdeb840843c0e7b25d1579322913112 (diff)
downloadvdr-plugin-live-32166b92325891d2c7c1f2e004d13c5e57065a78.tar.gz
vdr-plugin-live-32166b92325891d2c7c1f2e004d13c5e57065a78.tar.bz2
- added styles for error page
Diffstat (limited to 'css')
-rw-r--r--css/styles.css36
1 files changed, 35 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css
index d13ef79..98865c9 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -31,7 +31,6 @@ div.menu a:hover {
background: #DEE6EE;
}
-
div.head_box {
border: 1px solid #6D96A9;
background: #DEE6EE;
@@ -175,6 +174,16 @@ table.schedule tr.active {
border: 0px solid white;
}
+table.recording tr td {
+ vertical-align: top;
+ padding: 3px 7px 3px 3px;
+}
+
+
+table.recording tr.active {
+ background: #DEE6EE;
+}
+
/*
* Remote Control Keypad
*/
@@ -207,3 +216,28 @@ table.keypad tr td.bluebutton button {
width: 3em;
background-color: #0000FF;
}
+
+/*
+ ##########################
+ # Error widget
+ ##########################
+*/
+
+table.error {
+ border: 1px solid #E9360D;
+ margin: 2px;
+ padding: 0px;
+}
+
+table.error tr td.message {
+ padding: 5px;
+}
+
+table.error tr td.title {
+ background: #E9360D;
+ color: white;
+ font-weight: bold;
+ margin: 0;
+ padding: 3px 3px 3px 10px;
+}
+