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

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

Issue 6260019: DOMUI: A few fixes post-dialog refactoring. (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 { 7 #startupPagesShortList {
8 min-height: 0; 8 min-height: 0;
9 } 9 }
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 } 65 }
66 66
67 #instantOption { 67 #instantOption {
68 margin-bottom: 0px; 68 margin-bottom: 0px;
69 } 69 }
70 70
71 #instantConfirmText { 71 #instantConfirmText {
72 font-family: inherit; 72 font-family: inherit;
73 white-space: pre-wrap; 73 white-space: pre-wrap;
74 width: 500px; 74 width: 500px;
75 padding: 0px 16px 0px 16px;
76 } 75 }
77 76
78 #instantConfirmLearnMore { 77 #instantConfirmLearnMore {
79 position: absolute; 78 position: absolute;
80 bottom: 18px; 79 bottom: 18px;
81 -webkit-margin-start: 16px;
82 } 80 }
83 81
84 #startupAddButton { 82 #startupAddButton {
85 margin-left: 0; 83 margin-left: 0;
86 margin-top: 10px; 84 margin-top: 10px;
87 } 85 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/alert_overlay.html ('k') | chrome/browser/resources/options/certificate_backup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698