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

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

Issue 1178643004: [DevTools] Initial implementation of device modes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Turn into class Created 5 years, 6 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/emulation/overrides.css
diff --git a/Source/devtools/front_end/emulation/overrides.css b/Source/devtools/front_end/emulation/overrides.css
index a8254a6db591dd0860d6ddf21684fd401c612fd0..58de08c1e9b0681247380858866604dab63e262e 100644
--- a/Source/devtools/front_end/emulation/overrides.css
+++ b/Source/devtools/front_end/emulation/overrides.css
@@ -142,10 +142,19 @@
}
.overrides-device .overrides-device-model-section select {
- width: 244px;
height: 20px;
}
+.overrides-device .overrides-device-model-section select.device-select {
+ width: 180px;
+ margin-right: 6px;
+}
+
+.overrides-device .overrides-device-model-section .mode-container {
+ display: inline-block;
+ width: 140px;
+}
+
/* Media tab */
.overrides-media > label {
@@ -198,7 +207,7 @@
}
.overrides-view input[type=text] {
- margin: 0;
+ margin-left: 3px;
min-height: 2em;
padding: 3px;
}

Powered by Google App Engine
This is Rietveld 408576698