1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-06 23:39:11 +01:00

Merge pull request #2358 from mcpeace-maw/patch-28

Update admin_style.css
This commit is contained in:
Cameron 2017-01-31 07:53:21 -08:00 committed by GitHub
commit aedb41296f

View File

@ -1,10 +1,8 @@
body { }
@media (min-width: 1000px){
body { padding-top: 75px; }
@media (max-width: 992px) {
body { height: 100vh; overflow-y: auto!important; }
}
button, button:active { outline: 0; }
@ -1385,4 +1383,4 @@ ul.navbar-nav.navbar-left > li > a > i { display:none; }
}
}
}