mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-33987 theme_anomaly: Fixed up a couple of issues with the dock
* Active title displayed incorrectly because they had a limited width which I removed * Docked block content was indented because block titles are now floated in anomaly. To fix this I gave it a bottom border, forcing it clear.
This commit is contained in:
parent
ba3e7df265
commit
511a58d945
@ -60,7 +60,6 @@ body.has_dock {
|
||||
}
|
||||
#dock .dockedtitle.activeitem {
|
||||
background-color: #697F55;
|
||||
width: 35px;
|
||||
-webkit-border-top-left-radius: 10px;
|
||||
-moz-border-radius-topleft: 10px;
|
||||
border-top-left-radius: 10px;
|
||||
@ -101,7 +100,7 @@ Docked Item Panel
|
||||
|
||||
}
|
||||
#dockeditempanel .dockeditempanel_hd {
|
||||
border-width: 0;
|
||||
border-color: #eee;
|
||||
background-color: #eee;
|
||||
padding: 2px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user