manage: make #installed fill 100% width

This commit is contained in:
tophf 2017-04-16 10:19:12 +03:00
parent aaa50d6b7b
commit e8ec224dac

View File

@ -26,6 +26,7 @@ a:hover {
-webkit-box-shadow: 0 0 50px -18px black; -webkit-box-shadow: 0 0 50px -18px black;
overflow: auto; overflow: auto;
box-sizing: border-box; box-sizing: border-box;
z-index: 9;
} }
#header h1 { #header h1 {
@ -42,7 +43,9 @@ a:hover {
#installed { #installed {
position: relative; position: relative;
margin-left: 280px; padding-left: 280px;
box-sizing: border-box;
width: 100%;
} }
.entry { .entry {
@ -603,7 +606,7 @@ fieldset > * {
#installed { #installed {
position: static; position: static;
margin-left: 0; padding-left: 0;
overflow: visible; overflow: visible;
} }
@ -653,7 +656,7 @@ fieldset > * {
} }
.newUI #installed { .newUI #installed {
margin-left: 0; padding-left: 0;
} }
.newUI #header h1, .newUI #header h1,
@ -708,10 +711,6 @@ fieldset > * {
width: auto; width: auto;
} }
.newUI #installed {
width: 100%;
}
.newUI .entry { .newUI .entry {
margin: 0; margin: 0;
} }