fixed BS3 issue, navbar now centered; fixed topic view sub-post moderator tools layout

v1.18.x
psychobunny 12 years ago
parent 879a31f51e
commit 6a4947533f

@ -825,9 +825,18 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
} }
//START: FIXES FOR BS3, may need to remove these when we get out of the RC releases
@media (max-width: 979px) { @media (max-width: 979px) {
.hidden-mobile { .hidden-mobile {
// BS2/3's hidden-xs does not support inline-block, so here it is for now. // BS2/3's hidden-xs does not support inline-block, so here it is for now.
display: none !important; display: none !important;
} }
} }
.container > .navbar-header, .container > .navbar-collapse {
padding-right: 0;
margin-right: -11px;
}
//END: FIXES FOR BS3, may need to remove these when we get out of the RC releases

@ -55,7 +55,7 @@
font-size: 10px; font-size: 10px;
line-height: 15px; line-height: 15px;
padding: 5px; padding: 5px;
padding-left: 10px; padding-right: 8px;
color: #777; color: #777;
img.hidden-desktop { img.hidden-desktop {
@ -173,6 +173,9 @@
} }
.sub-posts { .sub-posts {
.post-tools {
margin-right: 9px;
}
.post-content { .post-content {
margin-left: 10px; margin-left: 10px;
} }

Loading…
Cancel
Save