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

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

Issue 1923393006: DevTools: fix styles and input validation in sensor pane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Orientation labels now alpha-beta-gamma Created 4 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: 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 633c7cb356d28b34d7bae2a093d96793686494a9..aee81fd3709194df11131b836ac9f6783b82b9a0 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
@@ -7,7 +7,6 @@
.sensors-view {
padding: 12px;
display: block;
- overflow: auto;
}
.sensors-view label {
@@ -40,7 +39,7 @@
min-height: 2em;
padding: 3px;
width: 100%;
- max-width: 128px;
+ max-width: 100px;
margin: -5px 10px 0px 0px;
text-align: end;
}
@@ -52,6 +51,7 @@
.sensors-view fieldset {
border: none;
padding: 10px 0px;
+ margin-left: 0;
flex: 0 0 auto;
}
@@ -185,7 +185,7 @@ fieldset.device-orientation-override-section[disabled] .accelerometer-stage {
}
.accelerometer-axis-input-container input {
- max-width: 80px;
+ max-width: 100px;
}
.accelerometer-reset-button {

Powered by Google App Engine
This is Rietveld 408576698