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

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

Issue 6299011: DOMUI Prefs: Small style fixes for Basics page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 #startupPageManagement.settings-list > :last-child { 2 #startupPageManagement.settings-list > :last-child {
3 border-top: 1px solid #d9d9d9; 3 border-top: 1px solid #d9d9d9;
4 padding: 5px 10px; 4 padding: 5px 10px;
5 } 5 }
6 6
7 .startup-page-list .title { 7 .startup-page-list .title {
8 width: 40%; 8 width: 40%;
9 } 9 }
10 10
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 #instantConfirmText { 67 #instantConfirmText {
68 font-family: inherit; 68 font-family: inherit;
69 white-space: pre-wrap; 69 white-space: pre-wrap;
70 width: 500px; 70 width: 500px;
71 } 71 }
72 72
73 #instantConfirmLearnMore { 73 #instantConfirmLearnMore {
74 position: absolute; 74 position: absolute;
75 bottom: 18px; 75 bottom: 18px;
76 } 76 }
77
78 #startupAddButton {
79 margin-left: 0;
80 margin-top: 10px;
81 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698