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

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

Issue 210243005: DevTools: polish Mac UI (borders, alignment, line heights, images). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/elementsPanel.css ('k') | Source/devtools/front_end/navigatorView.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspector.css
diff --git a/Source/devtools/front_end/inspector.css b/Source/devtools/front_end/inspector.css
index 3181b034d468d3693bc3db7a56f78408900b5347..8ed26c7b3e93854d90aac6c6e81687f76bf5050b 100644
--- a/Source/devtools/front_end/inspector.css
+++ b/Source/devtools/front_end/inspector.css
@@ -33,8 +33,8 @@ input[type="text"]:focus {
}
input[type="checkbox"] {
- height: 13px;
- width: 13px;
+ height: 12px;
+ width: 12px;
margin: auto 3px;
flex-shrink: 0;
}
@@ -97,14 +97,14 @@ fieldset[disabled] label:hover input {
.toolbar-background {
background-image: linear-gradient(to bottom, rgb(191, 191, 191), rgb(151, 151, 151));
- padding: 1px 0 0 1px;
- border-bottom: 1px solid rgb(80, 80, 80);
+ padding-left: 1px;
+ border-bottom: 1px solid rgb(64%, 64%, 64%);
background-origin: padding-box;
background-clip: padding-box;
}
.toolbar {
- flex: 0 0 25px;
+ flex: 0 0 24px;
display: flex;
flex-direction: row;
position: relative;
@@ -143,7 +143,6 @@ select {
body.inactive .toolbar-background {
background-image: linear-gradient(to bottom, rgb(233, 233, 233), rgb(207, 207, 207));
- border-bottom: 1px solid rgb(64%, 64%, 64%);
}
body.dock-to-bottom .toolbar-background {
@@ -1468,7 +1467,7 @@ iframe.panel.extension {
}
.section > .header {
- padding: 0 8px 0 5px;
+ padding: 0px 8px 0 5px;
min-height: 18px;
white-space: nowrap;
background-origin: padding-box;
@@ -1768,8 +1767,8 @@ li.editing-sub-part .delete-button {
.swatch {
margin-left: 1px;
margin-right: 2px;
- width: 1em;
- height: 1em;
+ width: 10px;
+ height: 10px;
position: relative;
top: 1px;
display: inline-block;
« no previous file with comments | « Source/devtools/front_end/elementsPanel.css ('k') | Source/devtools/front_end/navigatorView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698