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

Unified Diff: third_party/WebKit/Source/devtools/front_end/emulation/sensors.css

Issue 1739533005: [DevTools] Add touch to sensors view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/emulation/module.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css b/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
index ea99a95f2a82f3ac2e70f48f9d5e612760709ff3..7cb82460ae1dc75259c1bec0edcfb7fc7288b0ba 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
@@ -149,4 +149,12 @@ fieldset.device-orientation-override-section[disabled] .accelerometer-stage {
fieldset.device-orientation-override-section {
display: flex;
-}
+}
+
+.touch-label {
+ margin-top: 10px;
+}
+
+.touch-label select {
+ margin-left: 10px;
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/emulation/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698