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

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

Issue 5877004: DOMUI Prefs: Remove border from list seletion, per mocks clarification (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 #startupPageManagement.fullView { 1 #startupPageManagement.fullView {
2 border: 1px solid #d9d9d9; 2 border: 1px solid #d9d9d9;
3 border-radius: 2px; 3 border-radius: 2px;
4 } 4 }
5 5
6 #startupPagesShortList { 6 #startupPagesShortList {
7 height: auto; 7 height: auto;
8 padding-bottom: 1px;
9 } 8 }
10 9
11 #startupPageManagement.fullView > :last-child { 10 #startupPageManagement.fullView > :last-child {
12 border-top: 1px solid #d9d9d9; 11 border-top: 1px solid #d9d9d9;
13 padding: 5px 10px; 12 padding: 5px 10px;
14 } 13 }
15 14
16 #customHomePageGroup { 15 #customHomePageGroup {
17 display: -webkit-box; 16 display: -webkit-box;
18 -webkit-box-orient: horizontal; 17 -webkit-box-orient: horizontal;
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 #instantConfirmText { 60 #instantConfirmText {
62 font-family: inherit; 61 font-family: inherit;
63 white-space: pre-wrap; 62 white-space: pre-wrap;
64 width: 500px; 63 width: 500px;
65 } 64 }
66 65
67 #instantConfirmLearnMore { 66 #instantConfirmLearnMore {
68 position: absolute; 67 position: absolute;
69 bottom: 18px; 68 bottom: 18px;
70 } 69 }
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