mirror of https://github.com/zulip/zulip.git
bootstrap-css: Reapply changes reverted to bootstrap-responsive.
These changes should be moved to zulip.scss once we upgrade to v3.x.
This commit is contained in:
parent
a6940926cc
commit
3ef78d7093
|
@ -4720,8 +4720,6 @@ button.close {
|
|||
.navbar-fixed-top,
|
||||
.navbar-fixed-bottom,
|
||||
.navbar-static-top {
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
.container-fluid {
|
||||
padding: 0;
|
||||
|
@ -5200,7 +5198,7 @@ button.close {
|
|||
width: 28px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
@media (min-width: 1180px) {
|
||||
.row {
|
||||
margin-left: -30px;
|
||||
*zoom: 1;
|
||||
|
@ -5555,7 +5553,6 @@ button.close {
|
|||
}
|
||||
.navbar-fixed-top,
|
||||
.navbar-fixed-bottom {
|
||||
position: static;
|
||||
}
|
||||
.navbar-fixed-top {
|
||||
margin-bottom: 20px;
|
||||
|
@ -5565,10 +5562,10 @@ button.close {
|
|||
}
|
||||
.navbar-fixed-top .navbar-inner,
|
||||
.navbar-fixed-bottom .navbar-inner {
|
||||
padding: 5px;
|
||||
}
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
max-width: 724px; /* same as a normal container */
|
||||
padding: 0;
|
||||
}
|
||||
.navbar .brand {
|
||||
|
|
Loading…
Reference in New Issue