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:
Sam Hemelryk 2012-06-25 17:17:37 +12:00
parent ba3e7df265
commit 511a58d945

View File

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