From 511a58d9451ffbb6f261f603afc5a51d4894dfab Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Mon, 25 Jun 2012 17:17:37 +1200 Subject: [PATCH] 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. --- theme/anomaly/style/dock.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme/anomaly/style/dock.css b/theme/anomaly/style/dock.css index 8c7086dac1b..497cf7c81d8 100644 --- a/theme/anomaly/style/dock.css +++ b/theme/anomaly/style/dock.css @@ -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; }