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

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

Issue 1164763004: DevTools: render category filters in a way that they don't clash. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for landing Created 5 years, 6 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/inspectorStyle.css
diff --git a/Source/devtools/front_end/inspectorStyle.css b/Source/devtools/front_end/inspectorStyle.css
index 1a29612a9dc1b53be1901b4fda12e97cf19650fd..f342f52dbcf356461783031ec6f9223a7cde2ea1 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -89,9 +89,13 @@ fieldset[disabled] label:hover input {
}
.inspector-view-close-button {
- padding-right: 6px;
- padding-left: 4px;
cursor: default;
+ width: 28px;
+ padding-left: 8px;
+}
+
+.material .inspector-view-close-button {
+ width: 32px;
}
body.undocked .inspector-view-close-button {
« no previous file with comments | « Source/devtools/front_end/elements/elementsPanel.css ('k') | Source/devtools/front_end/network/NetworkLogView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698