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

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

Issue 2523823003: [DevTools] Do not collapse toolbars (Closed)
Patch Set: Right aligned the "show all" checkbox Created 4 years 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/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 23306cdb1fd40541190933173948b449eb6c314d..d49c8412a5dccb419076d86f6f7d0658cbf567f9 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -28,6 +28,10 @@
flex-direction: row-reverse;
}
+.toolbar-shadow.toolbar-grow-vertical {
+ height: initial;
+}
+
.toolbar-shadow.vertical {
flex-direction: column;
height: auto;
@@ -212,6 +216,10 @@ input.toolbar-item.hover {
border: solid 1px rgb(202, 202, 202);
}
+.toolbar-item-right-aligned {
+ margin-left: auto;
+}
+
/* Separator */
.toolbar-divider {

Powered by Google App Engine
This is Rietveld 408576698