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

Unified Diff: chrome_linux64/resources/inspector/overrides.css

Issue 310483004: Roll reference builds to 35.0.1916.114. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 6 years, 7 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: chrome_linux64/resources/inspector/overrides.css
===================================================================
--- chrome_linux64/resources/inspector/overrides.css (revision 273864)
+++ chrome_linux64/resources/inspector/overrides.css (working copy)
@@ -30,7 +30,7 @@
.overrides-view .tabbed-pane {
- flex-direction: row;
+ flex-direction: row !important;
}
.overrides-view .tabbed-pane-header {
@@ -113,7 +113,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
- padding-top: 3px;
+ margin-top: 10px;
}
.overrides-viewport {
@@ -132,9 +132,13 @@
height: 20px;
}
+.overrides-view label {
+ display: flex;
+ height: auto;
+}
+
.overrides-viewport label {
- display: block;
- margin-bottom: 5px;
+ margin-bottom: 10px;
}
.overrides-viewport table {
@@ -161,10 +165,13 @@
}
.overrides-sensors > label {
- display: block;
margin-bottom: 10px;
}
+.overrides-device, .overrides-viewport, .overrides-user-agent, .overrides-sensors {
+ flex: none !important;
+}
+
.overrides-sensors input {
text-align: right;
}
« no previous file with comments | « chrome_linux64/resources/inspector/networkPanel.css ('k') | chrome_linux64/resources/inspector/panelEnablerView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698