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

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

Issue 5964003: Content settings lists moved to sub-sub pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix syntax 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 | « chrome/browser/resources/options/options.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 body {
2 -webkit-user-select: none; 2 -webkit-user-select: none;
3 cursor: default; 3 cursor: default;
4 font-size: 100%; 4 font-size: 100%;
5 } 5 }
6 6
7 #settings-title { 7 #settings-title {
8 -webkit-padding-end: 24px; 8 -webkit-padding-end: 24px;
9 color: #53637d; 9 color: #53637d;
10 font-size: 200%; 10 font-size: 200%;
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 padding: 5px; 275 padding: 5px;
276 height: 21px; 276 height: 21px;
277 vertical-align: middle; 277 vertical-align: middle;
278 width: 24px; 278 width: 24px;
279 } 279 }
280 280
281 #managed-prefs-text { 281 #managed-prefs-text {
282 vertical-align: middle; 282 vertical-align: middle;
283 } 283 }
284 284
285 .page > h1 { 285 .page h1 {
286 -webkit-padding-end: 24px; 286 -webkit-padding-end: 24px;
287 border-bottom: 1px solid #eeeeee; 287 border-bottom: 1px solid #eeeeee;
288 color: #53637d; 288 color: #53637d;
289 font-size: 200%; 289 font-size: 200%;
290 font-weight: normal; 290 font-weight: normal;
291 margin: 0; 291 margin: 0;
292 padding-bottom: 4px; 292 padding-bottom: 4px;
293 padding-top: 13px; 293 padding-top: 13px;
294 } 294 }
295 295
296 .subpage-sheet .page > h1 { 296 .subpage-sheet .page h1 {
297 padding-top: 4px; 297 padding-top: 4px;
298 } 298 }
299 299
300 section { 300 section {
301 -webkit-box-orient: horizontal; 301 -webkit-box-orient: horizontal;
302 border-bottom: 1px solid #eeeeee; 302 border-bottom: 1px solid #eeeeee;
303 display: -webkit-box; 303 display: -webkit-box;
304 margin-top: 17px; 304 margin-top: 17px;
305 padding-bottom: 20px; 305 padding-bottom: 20px;
306 } 306 }
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 } 523 }
524 524
525 .suboption { 525 .suboption {
526 -webkit-margin-start: 16px; 526 -webkit-margin-start: 16px;
527 } 527 }
528 528
529 html[os=mac] label > input[type=checkbox], 529 html[os=mac] label > input[type=checkbox],
530 html[os=mac] label > input[type=radio] { 530 html[os=mac] label > input[type=radio] {
531 margin-top: 2px; 531 margin-top: 2px;
532 } 532 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698