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

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

Issue 1574213006: DevTools: beautified styles sidebar toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 4 years, 11 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: third_party/WebKit/Source/devtools/front_end/ui/infobar.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/infobar.css b/third_party/WebKit/Source/devtools/front_end/ui/infobar.css
index c3ab2d7f0c15f1682868c55232cbaba1db59e1c0..bc1992f9114fcfb2b34ec57c6beeeb1f9b8fd875 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/infobar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/infobar.css
@@ -47,14 +47,14 @@
}
.infobar-details-rows {
- padding-top: 5px;
+ padding: 5px 5px 0 5px;
}
.infobar-details-row {
display: flex;
flex-direction: column;
line-height: 18px;
- padding: 5px 6px 6px 6px;
+ padding-bottom: 6px;
}
.close-button {
@@ -85,5 +85,5 @@
.icon {
-webkit-mask-size: 18px 18px;
width: 18px;
- height: 18px;
+ height: 19px;
}

Powered by Google App Engine
This is Rietveld 408576698