mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 10:23:53 +02:00
Admin area: Fix for responsive navigation menu.
This commit is contained in:
@@ -1410,7 +1410,7 @@ form#simplesef h4 { margin: 0 }
|
||||
|
||||
.admin-icon-debug i { margin-right:10px; cursor:help}
|
||||
|
||||
.navbar-fixed-top { height: 51px;
|
||||
.navbar-fixed-top {
|
||||
font-size: 14px;
|
||||
left: 0px;
|
||||
line-height: 20px;
|
||||
@@ -1473,6 +1473,11 @@ footer {
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
@media (min-width: 1101px ){
|
||||
.navbar-fixed-top { height: 51px; }
|
||||
}
|
||||
|
||||
@media (max-width: 1400px ){
|
||||
|
||||
ul.navbar-nav.navbar-left > li > a > i { display:none; }
|
||||
|
Reference in New Issue
Block a user