Follow up commit to further fix up Cosora for larger screens.

This commit is contained in:
Azareal 2018-01-23 11:37:40 +00:00
parent 1959741c00
commit 0ce7f8a9d7
2 changed files with 28 additions and 5 deletions

View File

@ -1329,10 +1329,25 @@ textarea {
} }
@media(min-width: 1000px) { @media(min-width: 1000px) {
.footer {
margin-left: -8px;
margin-right: -8px;
}
.footerBit, .footer .widget {
border-top: 1px solid var(--header-border-color);
border-left: 1px solid var(--header-border-color);
border-right: 1px solid var(--header-border-color);
}
#poweredByHolder {
border-bottom: 2px solid var(--header-border-color);
}
#main { #main {
max-width: 1000px; max-width: 1000px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
padding-top: 18px;
padding-left: 16px;
padding-right: 16px;
border-left: 1px solid hsl(20,0%,95%); border-left: 1px solid hsl(20,0%,95%);
border-right: 1px solid hsl(20,0%,95%); border-right: 1px solid hsl(20,0%,95%);
} }

View File

@ -1,12 +1,20 @@
#back {
padding-top: 0px;
}
#main { #main {
max-width: inherit;
margin-left: 0px;
margin-right: 0px;
border-left: none;
border-right: none;
padding-left: 0px; padding-left: 0px;
} }
#back {
background-color: inherit;
padding-top: 0px;
}
.colstack_left { .colstack_left {
background-color: hsl(0,0%,90%); background-color: hsl(0,0%,90%);
margin-top: -0.5px; margin-top: -18.5px;
margin-left: -0.5px;
border-right: 1px solid var(--element-border-color); border-right: 1px solid var(--element-border-color);
} }
.colstack_left .colstack_head { .colstack_left .colstack_head {
@ -31,7 +39,7 @@
} }
.colstack_right { .colstack_right {
margin-right: 14px; margin-right: 14px;
margin-top: 14px; margin-top: -4px;
margin-bottom: 14px; margin-bottom: 14px;
} }
.footer { .footer {