Skip to content
Snippets Groups Projects
Commit 3a2534d3 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix coding style for controls bar

parent 5a037071
Branches
No related tags found
No related merge requests found
...@@ -150,13 +150,19 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b ...@@ -150,13 +150,19 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
/* CONTENT ------------------------------------------------------------------ */ /* CONTENT ------------------------------------------------------------------ */
#controls { #controls {
position: fixed; position: fixed;
height:2.8em; width:100%; height: 2.8em;
padding:0 70px 0 0.5em; margin:0; width: 100%;
padding: 0 70px 0 0.5em;
margin: 0;
background: #eee;
border-bottom: 1px solid #e7e7e7;
z-index: 50;
-moz-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
-moz-box-shadow: 0 -3px 7px #000; -webkit-box-shadow: 0 -3px 7px #000; box-shadow: 0 -3px 7px #000; -moz-box-shadow: 0 -3px 7px #000; -webkit-box-shadow: 0 -3px 7px #000; box-shadow: 0 -3px 7px #000;
background:#eee; border-bottom:1px solid #e7e7e7; z-index:50;
} }
#controls .button { display:inline-block; } #controls .button {
display: inline-block;
}
#content { position:relative; height:100%; width:100%; } #content { position:relative; height:100%; width:100%; }
#content .hascontrols { position: relative; top: 2.9em; } #content .hascontrols { position: relative; top: 2.9em; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment