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

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: Fixed review comments 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..358e2b63c17036bcf3ebe5e21d6b1dbe1e2cca55 100644
--- a/Source/devtools/front_end/emulation/overrides.css
+++ b/Source/devtools/front_end/emulation/overrides.css
@@ -146,6 +146,20 @@
height: 20px;
}
+.device-modes .overrides-device .overrides-device-model-section select.device-select {
+ width: 180px;
+ margin-right: 6px;
+}
+
+.overrides-device .overrides-device-model-section .mode-container {
+ display: none;
+ width: 140px;
+}
+
+.device-modes .overrides-device .overrides-device-model-section .mode-container {
+ display: inline-block;
+}
+
/* Media tab */
.overrides-media > label {
@@ -198,7 +212,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