1
0
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:
Cameron
2021-02-12 12:19:58 -08:00
parent b7b2a02509
commit 2bf5ee3909
15 changed files with 147 additions and 263 deletions

View File

@@ -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; }