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

View File

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