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

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

Issue 6359011: DOMUI Prefs: Miscellaneous style tweaks (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
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 #startupPagesShortList {
8 min-height: 0;
9 }
10
7 .startup-page-list .title { 11 .startup-page-list .title {
8 width: 40%; 12 width: 40%;
9 } 13 }
10 14
11 .startup-page-list .url { 15 .startup-page-list .url {
12 -webkit-box-flex: 1; 16 -webkit-box-flex: 1;
13 color: #666; 17 color: #666;
14 } 18 }
15 19
16 .startup-page-list .url input { 20 .startup-page-list .url input {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 76
73 #instantConfirmLearnMore { 77 #instantConfirmLearnMore {
74 position: absolute; 78 position: absolute;
75 bottom: 18px; 79 bottom: 18px;
76 } 80 }
77 81
78 #startupAddButton { 82 #startupAddButton {
79 margin-left: 0; 83 margin-left: 0;
80 margin-top: 10px; 84 margin-top: 10px;
81 } 85 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/add_startup_page_overlay.html ('k') | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698