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

Unified Diff: Source/devtools/front_end/main/overrides.css

Issue 732603002: DevTools: align more status bar button usages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/inspectorStyle.css ('k') | Source/devtools/front_end/profiler/profilesPanel.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/main/overrides.css
diff --git a/Source/devtools/front_end/main/overrides.css b/Source/devtools/front_end/main/overrides.css
index ac7c6def0da881d4463d53ac61f70de52dce1942..e3c125dc2962547722f7a4c75d1e6bb53a468cdf 100644
--- a/Source/devtools/front_end/main/overrides.css
+++ b/Source/devtools/front_end/main/overrides.css
@@ -292,13 +292,14 @@
}
.overrides-splash-screen {
- display: block;
+ display: flex;
padding: 10px 10px;
flex: auto;
}
.overrides-splash-screen > button {
margin: -4px 0;
+ display: inline-flex;
}
#overrides-reset-button,
« no previous file with comments | « Source/devtools/front_end/inspectorStyle.css ('k') | Source/devtools/front_end/profiler/profilesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698