Browse Source

allow access to toolbar controls

pull/2/head
gorhill 10 years ago
parent
commit
1901b9c6e8
  1. 5
      src/css/logger-ui.css

5
src/css/logger-ui.css

@ -14,7 +14,6 @@ body {
background-color: white; background-color: white;
border: 0; border: 0;
box-sizing: border-box; box-sizing: border-box;
height: 40px;
left: 0; left: 0;
margin: 0; margin: 0;
padding: 0 1em; padding: 0 1em;
@ -56,7 +55,7 @@ input:focus {
} }
#content { #content {
font: 13px sans-serif; font: 13px sans-serif;
margin-top: 40px;
margin-top: 3.5em;
width: 100%; width: 100%;
} }
@ -186,7 +185,7 @@ body.compactView #content td {
left: 0; left: 0;
position: fixed; position: fixed;
right: 0; right: 0;
top: 0;
top: 3.5em;
z-index: 100; z-index: 100;
} }
#popupContainer.show ~ #focusOverlay { #popupContainer.show ~ #focusOverlay {

Loading…
Cancel
Save