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

Side by Side 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: Address change in orientation input labels 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .sensors-view { 7 .sensors-view {
8 padding: 12px; 8 padding: 12px;
9 display: block; 9 display: block;
10 overflow: auto;
11 } 10 }
12 11
13 .sensors-view label { 12 .sensors-view label {
14 margin-bottom: 10px; 13 margin-bottom: 10px;
15 } 14 }
16 15
17 .sensors-view input { 16 .sensors-view input {
18 text-align: right; 17 text-align: right;
19 width: 80px; 18 width: 80px;
20 } 19 }
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 202
204 .touch-label select { 203 .touch-label select {
205 margin-left: 10px; 204 margin-left: 10px;
206 } 205 }
207 206
208 .panel-section-separator { 207 .panel-section-separator {
209 height: 2px; 208 height: 2px;
210 margin-bottom: 12px; 209 margin-bottom: 12px;
211 background: #f1f1f1; 210 background: #f1f1f1;
212 } 211 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698