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

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

Issue 6359011: DOMUI Prefs: Miscellaneous style tweaks (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
« no previous file with comments | « chrome/browser/resources/options/browser_options_page.css ('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 cursor: default; 2 cursor: default;
3 font-size: 100%; 3 font-size: 100%;
4 } 4 }
5 5
6 #settings-title { 6 #settings-title {
7 -webkit-padding-end: 24px; 7 -webkit-padding-end: 24px;
8 color: #53637d; 8 color: #53637d;
9 cursor: pointer; 9 cursor: pointer;
10 font-size: 200%; 10 font-size: 200%;
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 #subpage-sheet-container-1 { 219 #subpage-sheet-container-1 {
220 z-index: 5; 220 z-index: 5;
221 } 221 }
222 222
223 #subpage-sheet-container-2 { 223 #subpage-sheet-container-2 {
224 -webkit-padding-start: 60px; 224 -webkit-padding-start: 60px;
225 z-index: 10; 225 z-index: 10;
226 } 226 }
227 227
228 .subpage-sheet { 228 .subpage-sheet {
229 -webkit-box-shadow: #666 0px 3px 5px; 229 -webkit-box-shadow: #666 0px 2px 5px;
230 background-color: white; 230 background-color: white;
231 border: 1px solid #b8b8b8; 231 border: 1px solid #b8b8b8;
232 border-radius: 2px; 232 border-radius: 2px;
233 box-sizing: border-box; 233 box-sizing: border-box;
234 min-height: 100%; 234 min-height: 100%;
235 padding: 0px 20px; 235 padding: 0px 20px;
236 position: relative; 236 position: relative;
237 width: 100%; 237 width: 100%;
238 } 238 }
239 239
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 282
283 .overlay .page h1 { 283 .overlay .page h1 {
284 background: -webkit-linear-gradient(white, #F8F8F8); 284 background: -webkit-linear-gradient(white, #F8F8F8);
285 border-bottom: 1px solid rgba(188, 193, 208, .5); 285 border-bottom: 1px solid rgba(188, 193, 208, .5);
286 font-size: 105%; 286 font-size: 105%;
287 font-weight: bold; 287 font-weight: bold;
288 padding: 10px 15px 8px 15px; 288 padding: 10px 15px 8px 15px;
289 } 289 }
290 290
291 .page list { 291 .page list {
292 min-height: 200px; 292 /* Min height is a multiple of the list item height (32) */
293 min-height: 192px;
293 } 294 }
294 295
295 section { 296 section {
296 -webkit-box-orient: horizontal; 297 -webkit-box-orient: horizontal;
297 border-bottom: 1px solid #eeeeee; 298 border-bottom: 1px solid #eeeeee;
298 display: -webkit-box; 299 display: -webkit-box;
299 margin-top: 17px; 300 margin-top: 17px;
300 padding-bottom: 20px; 301 padding-bottom: 20px;
301 } 302 }
302 303
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 -webkit-padding-end: 5px; 440 -webkit-padding-end: 5px;
440 display: -webkit-box; 441 display: -webkit-box;
441 } 442 }
442 443
443 list .close-button { 444 list .close-button {
444 -webkit-transition: .15s opacity; 445 -webkit-transition: .15s opacity;
445 background-color: transparent; 446 background-color: transparent;
446 /* TODO(stuartmorgan): Replace with real images once they are available. */ 447 /* TODO(stuartmorgan): Replace with real images once they are available. */
447 background-image: url("../../../app/theme/close_bar.png"); 448 background-image: url("../../../app/theme/close_bar.png");
448 border: none; 449 border: none;
450 display: block;
449 height: 16px; 451 height: 16px;
450 opacity: 1; 452 opacity: 1;
451 width: 16px; 453 width: 16px;
452 } 454 }
453 455
454 list > *:not(:hover):not([lead]) .close-button, 456 list > *:not(:hover):not([lead]) .close-button,
455 list[disabled] .close-button, 457 list[disabled] .close-button,
456 list .close-button[disabled] { 458 list .close-button[disabled] {
457 opacity: 0; 459 opacity: 0;
458 pointer-events: none; 460 pointer-events: none;
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 -webkit-border-radius: 2px; 601 -webkit-border-radius: 2px;
600 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); 602 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
601 background-image: url("select.png"), -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); 603 background-image: url("select.png"), -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
602 background-position: center right; 604 background-position: center right;
603 background-repeat: no-repeat; 605 background-repeat: no-repeat;
604 border: 1px solid #aaa; 606 border: 1px solid #aaa;
605 color: #555; 607 color: #555;
606 font-size: inherit; 608 font-size: inherit;
607 margin: 0; 609 margin: 0;
608 overflow: hidden; 610 overflow: hidden;
609 padding: 2px 20px 2px 12px; 611 padding: 2px 20px 2px 5px;
610 text-overflow: ellipsis; 612 text-overflow: ellipsis;
611 white-space: nowrap; 613 white-space: nowrap;
612 } 614 }
613 615
614 html[dir='rtl'] select { 616 html[dir='rtl'] select {
615 background-position: center left; 617 background-position: center left;
616 } 618 }
617 619
618 select:hover { 620 select:hover {
619 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); 621 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
(...skipping 27 matching lines...) Expand all
647 } 649 }
648 650
649 html[os=mac] label > input[type=checkbox], 651 html[os=mac] label > input[type=checkbox],
650 html[os=mac] label > input[type=radio] { 652 html[os=mac] label > input[type=radio] {
651 margin-top: 2px; 653 margin-top: 2px;
652 } 654 }
653 655
654 .suboption { 656 .suboption {
655 -webkit-margin-start: 16px; 657 -webkit-margin-start: 16px;
656 } 658 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options_page.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698