Fix Logo left margin

This commit is contained in:
Paradox
2011-07-15 16:16:41 -07:00
committed by Max Goodman
parent 3216c4b6c2
commit ed340e8b71
2 changed files with 2 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ body[orient="landscape"] > #topbar > h1 { margin-left: -125px; width: 250px; }
#topbar > .right { position: absolute; right: 6px; bottom: 0px; padding: 0 5px; }
#topbar > .left { position: absolute; bottom: 2px; padding: 0 5px; padding-left: 0px; }
#topbar > .left { position: absolute; bottom: 2px; padding: 0 5px; padding-left: 0px; margin-left: 5px; }
#topbar > .right > .button { padding-top: 8px; padding-bottom: 3px; }

View File

@@ -349,6 +349,7 @@ body[orient="landscape"] > #topbar > h1 {
bottom: 2px;
padding: 0 5px;
padding-left: 0px;
margin-left: 5px;
}
#topbar > .right > .button {
padding-top: 8px; padding-bottom: 3px;