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

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

Issue 2650543002: DevTools: render console level filter as drop box. (Closed)
Patch Set: rebase again Created 3 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/filter.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/filter.css b/third_party/WebKit/Source/devtools/front_end/ui/filter.css
index 2de512b54a97024d964eddcd8979e16fd6abca0a..9dd65588e3bd6cd10ea8341d25148e5c408c56eb 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/filter.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/filter.css
@@ -30,7 +30,6 @@
.filter-bar {
background-color: #f3f3f3;
- padding: 2px 0;
flex: none;
flex-wrap: wrap;
align-items: center;
@@ -142,7 +141,7 @@
border: 1px solid rgb(163, 163, 163);
border-radius: 2px;
padding: 1px 3px 0;
- margin: 0 0 0 1px;
+ margin: 0 0 0 3px;
width: 143px;
height: 20px;
line-height: 17px;

Powered by Google App Engine
This is Rietveld 408576698