From c3f92100371ffe576074fd0cde7658f39cd1cf25 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 10 Jul 2011 17:02:23 -0700 Subject: replace prettyPhoto with fancybox the close button 404s; see next commit for fix --- webroot/css/base.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'webroot/css/base.css') 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; -- cgit v1.2.3