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

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

Issue 6541086: WebUI Prefs: Don't use display:block for labels (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove pointless rul Created 9 years, 10 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 | Annotate | Revision Log
OLDNEW
1 #startupPageManagement.settings-list > :last-child { 1 #startupPageManagement.settings-list > :last-child {
2 border-top: 1px solid #d9d9d9; 2 border-top: 1px solid #d9d9d9;
3 padding: 5px 10px; 3 padding: 5px 10px;
4 } 4 }
5 5
6 #startupPagesList { 6 #startupPagesList {
7 min-height: 64px; 7 min-height: 64px;
8 } 8 }
9 9
10 #startupPagesList .title { 10 #startupPagesList .title {
11 width: 40%; 11 width: 40%;
12 } 12 }
13 13
14 #startupPagesList .url { 14 #startupPagesList .url {
15 -webkit-box-flex: 1; 15 -webkit-box-flex: 1;
16 color: #666; 16 color: #666;
17 } 17 }
18 18
19 #customHomePageGroup { 19 #customHomePageGroup {
20 display: -webkit-box; 20 display: -webkit-box;
21 -webkit-box-orient: horizontal; 21 -webkit-box-orient: horizontal;
22 } 22 }
23 23
24 #customHomePageGroup > div { 24 #customHomePageGroup > :last-child {
25 -webkit-padding-start: 1ex; 25 -webkit-padding-start: 1ex;
26 -webkit-box-flex: 1; 26 -webkit-box-flex: 1;
27 } 27 }
28 28
29 #homepageURL { 29 #homepageURL {
30 box-sizing: border-box; 30 box-sizing: border-box;
31 padding-top: 3px; 31 padding-top: 3px;
32 width: 100%; 32 width: 100%;
33 } 33 }
34 34
(...skipping 29 matching lines...) Expand all
64 #instantConfirmText { 64 #instantConfirmText {
65 font-family: inherit; 65 font-family: inherit;
66 white-space: pre-wrap; 66 white-space: pre-wrap;
67 width: 500px; 67 width: 500px;
68 } 68 }
69 69
70 #instantConfirmLearnMore { 70 #instantConfirmLearnMore {
71 position: absolute; 71 position: absolute;
72 bottom: 18px; 72 bottom: 18px;
73 } 73 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.html ('k') | chrome/browser/resources/options/chromeos_accounts_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698