mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Admin area tool tips simplified to a single location. Pref simplified to Enable/Disable. Fixed flip-switch 'e-expandit' failures in Admin > Prefs.
This commit is contained in:
@@ -1926,6 +1926,10 @@ div.admin-left-panel-collapsed .nav-pills > li > a > span > i { opacity: 1 }
|
||||
#core-thememanager-configure .admin-css-selector .active { opacity: 1 }
|
||||
#admin-ui-edit td > ol { padding-left: 1.2em; }
|
||||
|
||||
/* Bootstrap switch expandit in pure-css */
|
||||
.bootstrap-switch-on + .e-expandit-container { max-height:500px; overflow:hidden; transition:all 1s ease-in-out; }
|
||||
.bootstrap-switch-off + .e-expandit-container { max-height:0; overflow:hidden; transition: all 1s ease-in-out; }
|
||||
|
||||
|
||||
@media (min-width: 1101px ){
|
||||
.navbar-fixed-top { height: 51px; }
|
||||
|
Reference in New Issue
Block a user