Restore header for narrow width edit and standardize position

This commit is contained in:
Jason 2015-03-23 19:52:18 -05:00
parent 80691ed80e
commit c8ce70f964
2 changed files with 7 additions and 3 deletions

View File

@ -46,6 +46,9 @@
border-right: 1px dashed #AAA; border-right: 1px dashed #AAA;
-webkit-box-shadow: 0 0 50px -18px black; -webkit-box-shadow: 0 0 50px -18px black;
} }
#header h1 {
margin-top: 0;
}
#sections { #sections {
padding-left: 290px; padding-left: 290px;
} }
@ -161,8 +164,6 @@
position: inherit; position: inherit;
width: auto; width: auto;
border-right: none; border-right: none;
padding-left: 8px;
padding-top: 8px;
} }
#header section { #header section {
margin-bottom: 0.5em; margin-bottom: 0.5em;
@ -175,7 +176,7 @@
#header input[type="checkbox"] { #header input[type="checkbox"] {
vertical-align: middle; vertical-align: middle;
} }
h1, h2 { h2 {
display: none; display: none;
} }
#basic-info { #basic-info {

View File

@ -22,6 +22,9 @@
border-right: 1px dashed #AAA; border-right: 1px dashed #AAA;
-webkit-box-shadow: 0 0 50px -18px black; -webkit-box-shadow: 0 0 50px -18px black;
} }
#header h1 {
margin-top: 0;
}
#installed { #installed {
position: relative; position: relative;
margin-left: 280px; margin-left: 280px;