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

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

Issue 1105643002: Devtools: Introduce WI.ExtensibleToolbar (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move close button out of toolbar Created 5 years, 8 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: Source/devtools/front_end/inspectorStyle.css
diff --git a/Source/devtools/front_end/inspectorStyle.css b/Source/devtools/front_end/inspectorStyle.css
index 49234bb7c2cebe97d3b89eb0d533c7ce9cf7ee36..df12d68c99191a01874610273adb267067988c90 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -86,6 +86,16 @@ body .inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header {
margin-right: -5px; /* Should compensate for .tabbed-pane-header-contents margin-left. */
}
+.inspector-view-toolbar-right {
dgozman 2015/04/24 12:12:34 Drop this in favor of "flex-none".
sergeyv 2015/04/24 12:25:52 Done.
+ flex: none;
+}
+
+.right-toolbar-container {
dgozman 2015/04/24 12:12:34 Drop this in favor of "hbox flex-centered flex-non
sergeyv 2015/04/24 12:25:52 Done.
+ display: flex;
+ align-items: center;
+ flex: none;
+}
+
.inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header-tab,
.inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header-tab.selected {
border-width: 0 2px 0 2px;
@@ -111,7 +121,7 @@ body .inspector-view-tabbed-pane.tabbed-pane::shadow .tabbed-pane-header {
}
.inspector-view-close-button {
- float: right;
+ flex: none;
padding-right: 6px;
padding-left: 4px;
}

Powered by Google App Engine
This is Rietveld 408576698