summaryrefslogtreecommitdiff
path: root/template/default/style.css
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-11-02 11:46:31 +0100
committerAndreas Mair <amair.sob@googlemail.com>2006-11-02 11:46:31 +0100
commita78c3948944974fc7212a2e6c38320ac4889c0d1 (patch)
tree7bb2583c8c49468bd7e9b35ee0f05b3644569bbe /template/default/style.css
parent24b39843b935f8a37b2d9dc909a530b771a61c1f (diff)
downloadvdradmin-am-3.5.0rc.tar.gz
vdradmin-am-3.5.0rc.tar.bz2
2006-11-02: 3.5.0rcv3.5.0rc
- Minor bugfixes.
Diffstat (limited to 'template/default/style.css')
-rw-r--r--template/default/style.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/template/default/style.css b/template/default/style.css
index 0bcc6ff..da942c5 100644
--- a/template/default/style.css
+++ b/template/default/style.css
@@ -4,7 +4,9 @@
overflow-y: scroll;
}
/* avoid too small inputs/selects */
-*+html #epgsearch_new #use_extepg_settings table,
+* + html #epgsearch_new #use_extepg_settings table {
+ width: 30%;
+}
* html #epgsearch_new #use_extepg_settings table {
width: 30%;
}
@@ -541,9 +543,8 @@ body.help .heading {
#timer_list .list {
margin-top: 0.6em;
}
-#timer_list .blackline {
- height: 1px;
- background-color: black;
+#timer_list .timers {
+ border-top: 1px solid black;
}
#timer_list .color_ok {
background-color: #00a317;