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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/emulation/devicesSettingsTab.css

Issue 2875193002: DevTools: update text inputs to new style (Closed)
Patch Set: ac Created 3 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright 2015 The Chromium Authors. All rights reserved. 2 * Copyright 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 .devices-settings-tab .settings-tab.help-content { 7 .devices-settings-tab .settings-tab.help-content {
8 display: flex; 8 display: flex;
9 flex-direction: column; 9 flex-direction: column;
10 align-items: flex-start; 10 align-items: flex-start;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 flex: auto; 64 flex: auto;
65 display: flex; 65 display: flex;
66 flex-direction: column; 66 flex-direction: column;
67 align-items: stretch; 67 align-items: stretch;
68 margin-bottom: 5px; 68 margin-bottom: 5px;
69 } 69 }
70 70
71 .devices-edit-fields input { 71 .devices-edit-fields input {
72 flex: auto; 72 flex: auto;
73 margin: 8px 5px 0 5px; 73 margin: 8px 5px 0 5px;
74 height: 22px;
75 border: 1px solid rgb(213, 213, 213);
76 border-radius: 2px;
77 padding: 3px;
78 } 74 }
79 75
80 .devices-edit-fields .device-edit-fixed { 76 .devices-edit-fields .device-edit-fixed {
81 flex: 0 0 140px; 77 flex: 0 0 140px;
82 } 78 }
83 79
84 .devices-edit-fields select { 80 .devices-edit-fields select {
85 margin: 8px 5px 0 5px; 81 margin: 8px 5px 0 5px;
86 } 82 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698