Restore header for narrow width edit and standardize position
This commit is contained in:
parent
80691ed80e
commit
c8ce70f964
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user