Index: Source/devtools/front_end/sidebarPane.css |
diff --git a/Source/devtools/front_end/sidebarPane.css b/Source/devtools/front_end/sidebarPane.css |
index 20dca21f03dc62811d9f0f8c585f0a5b1e6cbdc1..622b354759bd57f17fb3bbfd7d447c8fc88ce823 100644 |
--- a/Source/devtools/front_end/sidebarPane.css |
+++ b/Source/devtools/front_end/sidebarPane.css |
@@ -198,9 +198,11 @@ |
.sidebar-pane-button-new-rule { |
background-image: url(Images/paneAddButtons.png); |
background-position: 0 0; |
+ position: absolute; |
height: 16px; |
width: 22px; |
- float: right; |
+ right: 0px; |
+ bottom: 1px; |
visibility: hidden; |
} |