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

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

Issue 3020021: DOMUI prefs: Add and wire up a stub overlay for adding a startup page. (Closed)
Patch Set: Addresses review comments Created 10 years, 5 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
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #settings-title { 1 #settings-title {
2 height: 30px; 2 height: 30px;
3 -webkit-padding-end: 15px; 3 -webkit-padding-end: 15px;
4 padding-top: 20px; 4 padding-top: 20px;
5 text-align: end; 5 text-align: end;
6 font-size: 140%; 6 font-size: 140%;
7 color: #c7c7c7; 7 color: #c7c7c7;
8 } 8 }
9 9
10 #main-content { 10 #main-content {
(...skipping 18 matching lines...) Expand all
29 29
30 #close-overlay { 30 #close-overlay {
31 float: right; 31 float: right;
32 position: relative; 32 position: relative;
33 right: -20px; 33 right: -20px;
34 top: -20px; 34 top: -20px;
35 width: 20px; 35 width: 20px;
36 height: 20px; 36 height: 20px;
37 } 37 }
38 38
39 #overlayview .button-strip {
40 text-align: end;
41 }
42
39 #overlayview { 43 #overlayview {
40 background: white; 44 background: white;
41 border-radius: 5px; 45 border-radius: 5px;
42 padding: 30px; 46 padding: 30px;
43 } 47 }
44 48
45 #navbar-container { 49 #navbar-container {
46 background: -webkit-gradient(linear, 50 background: -webkit-gradient(linear,
47 left top, 51 left top,
48 left bottom, 52 left bottom,
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 -webkit-margin-start: 18px; 135 -webkit-margin-start: 18px;
132 } 136 }
133 137
134 .hidden { 138 .hidden {
135 display: none; 139 display: none;
136 } 140 }
137 141
138 .touch-slider { 142 .touch-slider {
139 -webkit-appearance: slider-horizontal; 143 -webkit-appearance: slider-horizontal;
140 } 144 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698