diff options
author | Arun Persaud <arun@nubati.net> | 2011-10-05 22:30:33 -0700 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-10-05 22:34:23 -0700 |
commit | 65df59544c943a90ae2858b1359e6b8a5065e145 (patch) | |
tree | 56811ae9349606686d7a1eaa87381e85aaca9707 /css | |
parent | f78018b77599b411a743010c4a8bbb7e3385f111 (diff) | |
download | e-DoKo-65df59544c943a90ae2858b1359e6b8a5065e145.tar.gz e-DoKo-65df59544c943a90ae2858b1359e6b8a5065e145.tar.bz2 e-DoKo-65df59544c943a90ae2858b1359e6b8a5065e145.zip |
cleared up the look of the front page a bit
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 36 |
1 files changed, 33 insertions, 3 deletions
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{ |