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

Side by Side Diff: chrome/browser/resources/settings/internet_page/network_siminfo.css

Issue 1979693002: [MD settings] removing .css files from internet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master 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
(Empty)
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 iron-icon {
6 -webkit-margin-end: 5px;
7 -webkit-margin-start: -3px;
8 }
9
10 paper-button {
11 margin: 0;
12 }
13
14 span {
15 -webkit-margin-end: 10px;
16 }
17
18 #lockedDiv span {
19 color: red;
20 font-weight: 500;
21 }
22
23 #lockedDiv paper-input {
24 -webkit-margin-start: 10px;
25 width: 80px;
26 }
27
28 #unlockSimDialog paper-input {
29 -webkit-margin-start: 5px;
30 }
31
32 #unlockSimDialog span {
33 -webkit-margin-start: 5px;
34 }
35
36 .pin {
37 min-width: 100px;
38 }
39
40 .puk {
41 min-width: 200px;
42 }
43
44 .error {
45 color: red;
46 max-width: 400px;
47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698