make the page a bit narrower like before and add logout box styling
parent
a2a7347e70
commit
e29cae00b4
|
@ -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;
|
||||||
|
|
Reference in New Issue