From c44e3cfcc5f363f001b101a82b1c06bfa7b05e69 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 4 Aug 2007 09:52:56 -0700 Subject: LAYOUT: fixed some overlaying of boxes (but not all), made userpage a bit nicer a bit more html on the user page and the session are displayed differently now. Also fixed a few small html errors, moved the link for new games into the menu and probably some small things I don't remember right now ;) --- css/standard.css | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) (limited to 'css/standard.css') diff --git a/css/standard.css b/css/standard.css index 5bca2ae..32060e2 100644 --- a/css/standard.css +++ b/css/standard.css @@ -7,6 +7,8 @@ .main { min-height: 40em; +// margin-left: 12.5em; +// margin-right: 12.5em; } .footer { @@ -294,10 +296,11 @@ ul.tricks li div div span.comment span{ text-align:center; } -.gameinfo { - position:absolute; - top:9em; - right:0em; +.gameinfo, .useroptions { + float:right; + margin:1em; + margin-top:3em; + margin-right:0em; width:12em; @@ -310,11 +313,11 @@ ul.tricks li div div span.comment span{ background-color: #eee; } - .usermenu { - position:absolute; - top:9em; - left:0em; + float: left; + margin:1em; + margin-top:3em; + margin-left:0em; width: 12em; @@ -341,19 +344,6 @@ ul.tricks li div div span.comment span{ background-color:#afa; } -.useroptions{ - float:right; - padding-left:0.3em; - border-left: 1px solid #aaa; - border-bottom: 1px solid #aaa; -} -.useroptions h4 { - margin:0.1em; - margin-left:0em; - padding:0.1em; - padding-left:0em; - text-align:left; -} .cardinput { display:inline; -- cgit v1.2.3-18-g5258