make the page a bit narrower like before and add logout box styling

master
Coleman 2008-10-11 17:38:15 -05:00
parent a2a7347e70
commit e29cae00b4
1 changed files with 13 additions and 1 deletions

View File

@ -39,7 +39,7 @@ h1 img {
#container { #container {
margin: 0 auto; margin: 0 auto;
width: 775px; width: 750px;
position: relative; position: relative;
background: #ffffff; background: #ffffff;
padding: 0px; padding: 0px;
@ -73,6 +73,18 @@ h1 img {
padding: 10px 0px; padding: 10px 0px;
} }
#header_user p, #header_user img {
text-align: right;
margin: 0px;
padding: 0px;
}
#header_user {
position: absolute;
right: 5px;
top: 10px;
}
#tool_bar { #tool_bar {
margin-top: 7px; margin-top: 7px;
margin-bottom: 10x; margin-bottom: 10x;