layout tweaks, enable hotkeys

This commit is contained in:
Andrew Dolgov
2006-09-28 13:53:11 +01:00
parent 5b06472138
commit 9251df443c
3 changed files with 9 additions and 6 deletions

View File

@@ -1231,6 +1231,11 @@ div.loadingPrompt {
font-weight : bold;
}
div.whiteBox {
background-color : white;
margin-left : 1px;
}
/* layout */
#header {
@@ -1259,7 +1264,7 @@ div.loadingPrompt {
#toolbar {
position : absolute;
left : 261px;
padding : 5px 10px 5px 5px;
padding : 5px 10px 5px 10px;
top : 50px;
right : 0px;
white-space: nowrap;