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

Side by Side Diff: chrome/browser/resources/options/controlled_setting.css

Issue 517433002: Fix labels in import data overlay. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert inadvertent changes Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/import_data_overlay.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 /* Controlled setting indicator and bubble. */ 5 /* Controlled setting indicator and bubble. */
6 6
7 .controlled-setting-with-label { 7 .controlled-setting-with-label {
8 -webkit-box-align: center; 8 -webkit-box-align: center;
9 display: -webkit-box; 9 display: -webkit-box;
10 padding-bottom: 7px; 10 padding-bottom: 7px;
11 padding-top: 7px; 11 padding-top: 7px;
12 } 12 }
13 13
14 .controlled-setting-with-label > input + span { 14 .controlled-setting-with-label input + span {
15 -webkit-box-align: center; 15 -webkit-box-align: center;
16 -webkit-box-flex: 1; 16 -webkit-box-flex: 1;
17 -webkit-margin-start: 0.6em; 17 -webkit-margin-start: 0.6em;
18 -webkit-user-select: none;
18 display: -webkit-box; 19 display: -webkit-box;
19 } 20 }
20 21
21 .controlled-setting-with-label > input:disabled + span label { 22 .controlled-setting-with-label input:disabled + span label {
22 color: #999; 23 color: #999;
23 } 24 }
24 25
25 .controlled-setting-with-label label { 26 .controlled-setting-with-label label {
26 display: inline; 27 display: inline;
27 padding: 0; 28 padding: 0;
28 } 29 }
29 30
30 .controlled-setting-indicator:not([controlled-by]) { 31 .controlled-setting-indicator:not([controlled-by]) {
31 display: none; 32 display: none;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 .controlled-setting-bubble-extension-disable-button { 95 .controlled-setting-bubble-extension-disable-button {
95 bottom: 0; 96 bottom: 0;
96 position: absolute; 97 position: absolute;
97 right: 0; 98 right: 0;
98 } 99 }
99 100
100 html[dir='rtl'] .controlled-setting-bubble-extension-disable-button { 101 html[dir='rtl'] .controlled-setting-bubble-extension-disable-button {
101 left: 0; 102 left: 0;
102 right: auto; 103 right: auto;
103 } 104 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/import_data_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698