Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
5608e36d
Commit
5608e36d
authored
Aug 27, 2015
by
Kevin Wiliarty
Browse files
MDL-51229 theme: display docked block on top of fixed navbar
parent
f6609089
Changes
2
Hide whitespace changes
Inline
Side-by-side
theme/bootstrapbase/less/moodle/dock.less
View file @
5608e36d
...
...
@@ -28,6 +28,7 @@ body.has_dock {
}
#dock {
z-index: 12000; // Required to place the dock panel above the fixed pos navbar.
width: (@dockWidth + (@dockTitleMargin * 2));
position: fixed;
top: 0;
...
...
@@ -78,7 +79,6 @@ body.has_dock {
}
#dockeditempanel {
z-index: 12000; /** Required to place the dock panel above the fixed pos navbar */
&.dockitempanel_hidden {
display: none;
}
...
...
theme/bootstrapbase/style/moodle.css
View file @
5608e36d
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment