about summary refs log tree commit diff
path: root/res
diff options
context:
space:
mode:
author"Vincent Ambo ext:(%22) <tazjin@me.com>2012-03-07T13·51+0100
committer"Vincent Ambo ext:(%22) <tazjin@me.com>2012-03-07T13·51+0100
commitc880a6092c3c2c81095d8ae1a45c06687bc40677 (patch)
treead2246b385a0d378cdee9304356c44b0f5da21b4 /res
parentb2bb90beff55d1aae2026f66840e6331734512d8 (diff)
* login page
Diffstat (limited to 'res')
-rw-r--r--res/admin.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/admin.css b/res/admin.css
index 7a4d418975ca..5225fe1033bc 100644
--- a/res/admin.css
+++ b/res/admin.css
@@ -40,10 +40,11 @@ body {
     border:1px solid #D2D2D2;
     border-bottom-left-radius: 12px;
     border-bottom-right-radius: 12px;
-	;
+	text-align: center;
     font-size:12px;
     height:auto;
+    padding-left: 10px;
+    padding-right: 10px;
     min-height:200px;
-    padding-left:20px;
     width:378px;
 }
\ No newline at end of file