diff options
author | Arun Persaud <arun@nubati.net> | 2008-11-01 15:57:51 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-11-01 15:57:51 -0700 |
commit | 90498b8b93c1ef403d62a48de9d16635316da219 (patch) | |
tree | c9774a81e29f8473ec2729cc8f5216f871fa409d /css | |
parent | 93495e04bade7db58d447d7c2c3a51b607bd8fd6 (diff) | |
download | e-DoKo-90498b8b93c1ef403d62a48de9d16635316da219.tar.gz e-DoKo-90498b8b93c1ef403d62a48de9d16635316da219.tar.bz2 e-DoKo-90498b8b93c1ef403d62a48de9d16635316da219.zip |
LAYOUT: fixed the login screen
some html + css code cleanup
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'css')
-rw-r--r-- | css/standard015.css (renamed from css/standard014.css) | 79 |
1 files changed, 27 insertions, 52 deletions
diff --git a/css/standard014.css b/css/standard015.css index 913a18d..2dfadd0 100644 --- a/css/standard014.css +++ b/css/standard015.css @@ -38,9 +38,7 @@ body { background-color: #ddd; } top:0; left:3em; } -.lastlogin span { - font-size:smaller; -} +.lastlogin span { font-size:smaller;} .main { background-color: #fff; @@ -59,10 +57,8 @@ body { background-color: #ddd; } clear:both; height: 8em; } -.footer .right { float:right; font-size:smaller; -} -.footer .left { float:left; font-size:smaller; - } +.footer .right { float:right; font-size:smaller;} +.footer .left { float:left; font-size:smaller; } .status { position:absolute; @@ -105,9 +101,7 @@ body { background-color: #ddd; } } /* output possible rules for a new game */ -.rules { - margin-top:24em; -} +.rules { margin-top:24em;} /* playing cards*/ .card { @@ -375,9 +369,7 @@ ul.tricks li div div span.comment span{ text-align:center; } -.mycards img { - height:6em; -} +.mycards img { height:6em;} .exchange { clear:both; @@ -387,9 +379,7 @@ ul.tricks li div div span.comment span{ background-color:yellow; } -.exchange img { - height:6em; -} +.exchange img { height:6em;} .line{ clear:both; @@ -434,12 +424,8 @@ div.session div.sessionscore div{ border: 1px solid #000; z-index: 30; } -div.session div.sessionscore:hover div{ - display:block; -} -div.session img.rulesicon { - height: 1em; -} +div.session div.sessionscore:hover div{ display:block;} +div.session img.rulesicon{ height: 1em; } .scoretable{ height:20em; @@ -521,9 +507,7 @@ table.score { background-color: #efe; } -.submitbutton:hover { - background-color:#afa; -} +.submitbutton:hover{ background-color:#afa;} .cardinput { @@ -532,17 +516,11 @@ table.score { border: 1px solid #000; } -.cardinput img { - width: 4em; -} +.cardinput img { width: 4em;} -.cardinput:hover{ - background-color:red; -} +.cardinput:hover{ background-color:red;} -div span img.button { - width: 2em; -} +div span img.button { width: 2em;} .gamestatuspre { padding: 0 0.3em; @@ -557,13 +535,9 @@ div span img.button { background-color: #15de26; } -.multi a{ - color: #fff; -} +.multi a{ color: #fff;} -.bigger { - font-size:larger; -} +.bigger{ font-size:larger;} caption { text-align: center; @@ -604,31 +578,32 @@ table.stats th { border-bottom: solid 0.2em #000 } padding: 0.3em 0.3em 0.45em; } +/* the login form */ .login form{ - width: 20em; + width: 24em; margin: 0.5em auto; padding: 0.5em 0.5em 1.5em; text-align: center; } -.login legend, .login label, .login input{ - padding: 0.5em 0.5em 0.75em; -} - .login fieldset { border: 2px solid #000; padding: 0.5em 0.5em 0.75em; background-color: #eee; } -.login .submitbutton { - background-color: #fff; -} +.login label, .login input{ margin: 0.5em 0.5em 0.75em;} -.login .submitbutton:hover { - background-color: #aaa; +.login label{ + float:left; + width:7em; + text-align: left; } -.login tr.center td{ - text-align: center; +.login input #email, .login input #password{ + width:9em; + float:right; } + +.login .submitbutton { background-color: #fff;} +.login .submitbutton:hover { background-color: #aaa;} |