mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-09 22:20:48 +01:00
fixed BS3 issue, navbar now centered; fixed topic view sub-post moderator tools layout
This commit is contained in:
@@ -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) {
|
||||
.hidden-mobile {
|
||||
// BS2/3's hidden-xs does not support inline-block, so here it is for now.
|
||||
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;
|
||||
line-height: 15px;
|
||||
padding: 5px;
|
||||
padding-left: 10px;
|
||||
padding-right: 8px;
|
||||
color: #777;
|
||||
|
||||
img.hidden-desktop {
|
||||
@@ -173,6 +173,9 @@
|
||||
}
|
||||
|
||||
.sub-posts {
|
||||
.post-tools {
|
||||
margin-right: 9px;
|
||||
}
|
||||
.post-content {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user