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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css

Issue 2688923002: DevTools: update widths of console toolbar elements (Closed)
Patch Set: min-width with shrink Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
index 94fcc60b635945bf50de0284c541a1cae3e8e27c..64e05976870f8d4ba8a7fc94847d735efe96a9af 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -69,6 +69,10 @@
color: #5a5a5a;
}
+.toolbar-text:empty {
+ margin: 0;
+}
+
.toolbar-has-dropdown {
justify-content: space-between;
}
@@ -189,11 +193,11 @@
}
select.toolbar-item {
- min-width: 48px;
+ min-width: 38px;
-webkit-appearance: none;
border: 0;
border-radius: 0;
- padding: 0 15px 0 5px;
+ padding: 0 8px 0 5px;
margin-right: -10px;
position: relative;
}
@@ -207,6 +211,7 @@ select.toolbar-item {
margin: 1px 3px;
background-color: white;
border: solid 1px #d8d8d8;
+ min-width: 35px;
}
.toolbar-input.focused,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698