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

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

Issue 5568007: DOMUI Prefs: Change subpage close button to an actual button element (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 | « chrome/browser/resources/options.html ('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 21 matching lines...) Expand all
32 top: 0; 32 top: 0;
33 bottom: 0; 33 bottom: 0;
34 z-index: 10; 34 z-index: 10;
35 padding: 20px; 35 padding: 20px;
36 display: -webkit-box; 36 display: -webkit-box;
37 -webkit-box-align: center; 37 -webkit-box-align: center;
38 -webkit-box-pack: center; 38 -webkit-box-pack: center;
39 } 39 }
40 40
41 .close-subpage { 41 .close-subpage {
42 background-color: transparent;
42 /* TODO(stuartmorgan): Replace with real images once they are available. */ 43 /* TODO(stuartmorgan): Replace with real images once they are available. */
43 background-image: url("../../../app/theme/close_bar.png"); 44 background-image: url("../../../app/theme/close_bar.png");
45 border: none;
44 position: relative; 46 position: relative;
45 top: 12px; 47 top: 12px;
46 height: 16px; 48 height: 16px;
47 width: 16px; 49 width: 16px;
48 } 50 }
49 51
50 .close-subpage:hover { 52 .close-subpage:hover {
51 background-image: url("../../../app/theme/close_bar_h.png"); 53 background-image: url("../../../app/theme/close_bar_h.png");
52 } 54 }
53 55
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 label.radio > span, 468 label.radio > span,
467 .suboption { 469 .suboption {
468 -webkit-margin-start: 16px; 470 -webkit-margin-start: 16px;
469 display: block; 471 display: block;
470 } 472 }
471 473
472 html[os=mac] label.checkbox > input, 474 html[os=mac] label.checkbox > input,
473 html[os=mac] label.radio > input { 475 html[os=mac] label.radio > input {
474 margin-top: 2px; 476 margin-top: 2px;
475 } 477 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698