summaryrefslogtreecommitdiffstats
path: root/webroot/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'webroot/css/base.css')
-rw-r--r--webroot/css/base.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/webroot/css/base.css b/webroot/css/base.css
index 30f70ba..ab9cca3 100644
--- a/webroot/css/base.css
+++ b/webroot/css/base.css
@@ -265,6 +265,13 @@ input[type="button"]:hover, input[type="submit"]:hover, button:hover {
background: #eee;
}
+div#login {
+ text-align: center;
+}
+div#login label, input {
+ margin: 5px;
+}
+
.notification.success {
background:#f1ffbf url('../img/icons/success.png') no-repeat 10px 10px;
border-color:#a6d50f;