0f95e20076f97b6cf80006865ede3a8bdf2df743
[roojs1] / less / roojs-bootstrap / navbar.less
1 /* for some reason it's -15px on BS */
2
3 @media (min-width: 768px) {
4     .navbar-right {
5         margin-right: 15px;
6     }
7 }
8 /* was -15 before, on mobile it made the buttons too close to the edit.. */
9 .navbar-nav {
10     margin: 0px -5px;
11 }
12
13 table td .navbar {
14     min-height: auto;
15 }