mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-38693 themes: amended z-indexes
Amended #dock z-index level from 11000 to 5000 across all themes; amended z-index style of #page-header in Overlay theme such that elements no longer occlude TinyMCE.
This commit is contained in:
parent
d78fa6c10a
commit
717158700f
@ -7,7 +7,7 @@
|
||||
body.has_dock {margin-left:30px;}
|
||||
|
||||
/** For the dock itself */
|
||||
#dock {width:30px;position:fixed;top:0px;left:0px;height:100%;background-color:#FFF;border-right:1px solid #000;z-index:11000;}
|
||||
#dock {width:30px;position:fixed;top:0px;left:0px;height:100%;background-color:#FFF;border-right:1px solid #000;z-index:5000;}
|
||||
#dock.nothingdocked {visibility: hidden;display:none;}
|
||||
#dock .dockeditem .firstdockitem {margin-top:1em;}
|
||||
#dock .dockedtitle {border-bottom:1px solid #000;border-top:1px solid #000;cursor:pointer;}
|
||||
|
@ -22,6 +22,9 @@ Removed themes:
|
||||
If you wish to keep your theme and its settings, download it from moodle.org and put it back in
|
||||
the theme/ directory BEFORE UPGRADING.
|
||||
|
||||
Notes:
|
||||
* z-index on #dock has been adjusted from 11000 to 5000 to prevent overlapping issues with fullscreen TinyMCE in Base theme.
|
||||
|
||||
=== 2.6 ===
|
||||
|
||||
Removed themes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user