summaryrefslogtreecommitdiffstats
path: root/webroot/css/base.css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-10 17:02:23 -0700
committerraylu <raylu@mixpanel.com>2011-07-10 17:02:23 -0700
commitc3f92100371ffe576074fd0cde7658f39cd1cf25 (patch)
treeee58fbc423130a30c9c8cf7d162d8e703be43e78 /webroot/css/base.css
parent7ff8ca57fec5bf7f8f4ada98fa8961ff2689a703 (diff)
downloadotakuhub-c3f92100371ffe576074fd0cde7658f39cd1cf25.tar.xz
replace prettyPhoto with fancybox
the close button 404s; see next commit for fix
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;