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