From 65df59544c943a90ae2858b1359e6b8a5065e145 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 5 Oct 2011 22:30:33 -0700 Subject: cleared up the look of the front page a bit --- css/standard.css | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/standard.css b/css/standard.css index a3bb40e..ab284df 100644 --- a/css/standard.css +++ b/css/standard.css @@ -650,10 +650,36 @@ table.stats thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { padding: 0.3em 0.3em 0.45em; } -/* the login form */ -.login form{ +/* the login/register form */ +ul.loginregister { width: 24em; - margin: 0.5em auto; + margin: 0.25em auto; + margin-top: 1.0em; + padding: 0.0 em; + padding-top:0.5em; + text-align: right; + z-index: 1; + } + +ul.loginregister li { + display:inline; + border: 0px; + border-top: 2px solid #000; + border-left: 2px solid #000; + padding: 0.5em 0.75em; + padding-bottom: 0.25em; + background-color: #eee; +} + +ul.loginregister li:last-child { border-right: 2px solid #000;} +ul.loginregister li:hover {background-color: #aaa; } + +.doregister {display: none;} + +.login fieldset{ + width: 24em; + margin: 0.0em auto; + margin-bottom: 0.5 em; padding: 0.5em 0.5em 1.5em; text-align: center; } @@ -664,6 +690,10 @@ fieldset { background-color: #eee; } +fieldset p { + font-size:smaller; +} + .login label, .login input{ margin: 0.5em 0.5em 0.75em;} .login label{ -- cgit v1.2.3-18-g5258