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

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 remove row 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
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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 padding: 5px; 271 padding: 5px;
272 height: 21px; 272 height: 21px;
273 vertical-align: middle; 273 vertical-align: middle;
274 width: 24px; 274 width: 24px;
275 } 275 }
276 276
277 #managed-prefs-text { 277 #managed-prefs-text {
278 vertical-align: middle; 278 vertical-align: middle;
279 } 279 }
280 280
281 .page > h1 { 281 .page h1 {
282 -webkit-padding-end: 24px; 282 -webkit-padding-end: 24px;
283 border-bottom: 1px solid #eeeeee; 283 border-bottom: 1px solid #eeeeee;
284 color: #53637d; 284 color: #53637d;
285 font-size: 200%; 285 font-size: 200%;
286 font-weight: normal; 286 font-weight: normal;
287 margin: 0; 287 margin: 0;
288 padding-bottom: 4px; 288 padding-bottom: 4px;
289 padding-top: 13px; 289 padding-top: 13px;
290 } 290 }
291 291
292 .subpage-sheet .page > h1 { 292 .subpage-sheet .page h1 {
293 padding-top: 4px; 293 padding-top: 4px;
294 } 294 }
295 295
296 section { 296 section {
297 -webkit-box-orient: horizontal; 297 -webkit-box-orient: horizontal;
298 border-bottom: 1px solid #eeeeee; 298 border-bottom: 1px solid #eeeeee;
299 display: -webkit-box; 299 display: -webkit-box;
300 margin-top: 17px; 300 margin-top: 17px;
301 padding-bottom: 20px; 301 padding-bottom: 20px;
302 } 302 }
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 } 508 }
509 509
510 .suboption { 510 .suboption {
511 -webkit-margin-start: 16px; 511 -webkit-margin-start: 16px;
512 } 512 }
513 513
514 html[os=mac] label > input[type=checkbox], 514 html[os=mac] label > input[type=checkbox],
515 html[os=mac] label > input[type=radio] { 515 html[os=mac] label > input[type=radio] {
516 margin-top: 2px; 516 margin-top: 2px;
517 } 517 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698