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

Unified Diff: Source/devtools/front_end/elements/elementsPanel.css

Issue 1163923004: Devtools: Fix appearance of PropertiesWidget in ElementPanel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
« no previous file with comments | « Source/devtools/front_end/elements/PropertiesWidget.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/elementsPanel.css
diff --git a/Source/devtools/front_end/elements/elementsPanel.css b/Source/devtools/front_end/elements/elementsPanel.css
index 5de02d1166923f3de206fc95a7f40369b4714abd..bc76cda964ec3ef6a95a03af5fc73bcdc41c2a79 100644
--- a/Source/devtools/front_end/elements/elementsPanel.css
+++ b/Source/devtools/front_end/elements/elementsPanel.css
@@ -725,4 +725,8 @@ label.checkbox-with-label {
.styles-pane-toolbar {
float: right;
margin-top: -3px;
+}
+
+.properties-widget-section {
+ padding: 2px 0px 2px 5px;
}
« no previous file with comments | « Source/devtools/front_end/elements/PropertiesWidget.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698