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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/settings/frameworkBlackboxSettingsTab.css

Issue 2881453003: DevTools: update buttons to new style (Closed)
Patch Set: fix test 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 :host { 7 :host {
8 overflow:hidden; 8 overflow:hidden;
9 } 9 }
10 10
11 .header { 11 .header {
12 padding: 0 0 6px; 12 padding: 0 0 6px;
13 border-bottom: 1px solid #EEEEEE; 13 border-bottom: 1px solid #EEEEEE;
14 font-size: 18px; 14 font-size: 18px;
15 font-weight: normal; 15 font-weight: normal;
16 flex: none; 16 flex: none;
17 } 17 }
18 18
19 .blackbox-content-scripts { 19 .blackbox-content-scripts {
20 margin-top: 10px; 20 margin-top: 10px;
21 flex: none; 21 flex: none;
22 } 22 }
23 23
24 .add-button { 24 .add-button {
25 margin: 10px 0; 25 margin: 10px 2px;
26 align-self: flex-start; 26 align-self: flex-start;
27 flex: none; 27 flex: none;
28 } 28 }
29 29
30 .blackbox-list { 30 .blackbox-list {
31 margin-top: 10px; 31 margin-top: 10px;
32 max-width: 500px; 32 max-width: 500px;
33 flex: 0 1 auto; 33 flex: 0 1 auto;
34 min-height: 30px; 34 min-height: 30px;
35 } 35 }
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 flex-direction: row; 94 flex-direction: row;
95 margin: 6px 5px; 95 margin: 6px 5px;
96 align-items: center; 96 align-items: center;
97 } 97 }
98 98
99 .blackbox-edit-row input, 99 .blackbox-edit-row input,
100 .blackbox-edit-row select { 100 .blackbox-edit-row select {
101 width: 100%; 101 width: 100%;
102 text-align: inherit; 102 text-align: inherit;
103 } 103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698