summaryrefslogtreecommitdiff
path: root/css/styles.css
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-26 16:18:16 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-26 16:18:16 +0000
commitda83671faaaaf84ebcfb171745166952ddb2d46c (patch)
tree9a12c56c475cebf8376204c38fae82653c52b1b2 /css/styles.css
parentdd0362636658a20fb4144f6b221cf2808ffa6439 (diff)
downloadvdr-plugin-live-da83671faaaaf84ebcfb171745166952ddb2d46c.tar.gz
vdr-plugin-live-da83671faaaaf84ebcfb171745166952ddb2d46c.tar.bz2
Added authentication
Diffstat (limited to 'css/styles.css')
-rw-r--r--css/styles.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 2c528e8..78a2b02 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -309,6 +309,21 @@ button.red {
padding-bottom: 3px;
}
+button.blue {
+ width: 100px;
+ height: 20px;
+ background-color: inherit;
+ background-image: url(button_blue.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;
}
@@ -743,3 +758,18 @@ table.searchresults td.border {
margin: 0;
width: 1px;
}
+
+/*
+ ##############################
+ # Login
+ ##############################
+*/
+
+table.login {
+ margin: 0 auto;;
+}
+
+table.login tr td {
+ padding: 3px 5px;
+ vertical-align: right;
+}