Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(822)

Unified Diff: Source/devtools/front_end/sidebarPane.css

Issue 468973002: DevTools: [SSP] fix design glitches in "Insert New Rule" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..8e42a817c54485600464b886d6ddbf371afba73c 100644
--- a/Source/devtools/front_end/sidebarPane.css
+++ b/Source/devtools/front_end/sidebarPane.css
@@ -198,10 +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;
- visibility: hidden;
+ right: 0px;
+ bottom: 1px;
}
.styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-rule {

Powered by Google App Engine
This is Rietveld 408576698