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

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

Issue 6369006: css changes for clear browsing data page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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/clear_browser_data_overlay.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 14 matching lines...) Expand all
25 } 25 }
26 26
27 #search-field { 27 #search-field {
28 margin: 0; 28 margin: 0;
29 } 29 }
30 30
31 .overlay { 31 .overlay {
32 position: fixed; 32 position: fixed;
33 left: 0; 33 left: 0;
34 right: 0; 34 right: 0;
35 background: rgba(0, 0, 0, .2); 35 background: rgba(233, 238, 242, .5);
36 top: 0; 36 top: 0;
37 bottom: 0; 37 bottom: 0;
38 z-index: 10; 38 z-index: 10;
39 padding: 20px; 39 padding: 20px;
40 display: -webkit-box; 40 display: -webkit-box;
41 -webkit-box-align: center; 41 -webkit-box-align: center;
42 -webkit-box-pack: center; 42 -webkit-box-pack: center;
43 } 43 }
44 44
45 .raw-button, 45 .raw-button,
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 .button-strip { 101 .button-strip {
102 -webkit-box-orient: horizontal; 102 -webkit-box-orient: horizontal;
103 display: -webkit-box; 103 display: -webkit-box;
104 } 104 }
105 105
106 html[toolkit=views] .button-strip { 106 html[toolkit=views] .button-strip {
107 -webkit-box-direction: reverse; 107 -webkit-box-direction: reverse;
108 } 108 }
109 109
110 .button-strip > button { 110 .button-strip > button {
111 -webkit-margin-start: 4px; 111 -webkit-margin-start: 10px;
112 display: block; 112 display: block;
113 } 113 }
114 114
115 .overlay > div { 115 .overlay > div {
116 -webkit-box-shadow: 3px 3px 3px #666; 116 -webkit-box-shadow: 3px 3px 3px #666;
117 background: white; 117 background: white;
118 border-radius: 5px; 118 border-radius: 5px;
119 padding: 15px; 119 padding: 15px;
120 border: 1px solid #666; 120 border: 1px solid #666;
121 padding-bottom: 50px; 121 padding-bottom: 50px;
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 } 629 }
630 630
631 html[os=mac] label > input[type=checkbox], 631 html[os=mac] label > input[type=checkbox],
632 html[os=mac] label > input[type=radio] { 632 html[os=mac] label > input[type=radio] {
633 margin-top: 2px; 633 margin-top: 2px;
634 } 634 }
635 635
636 .suboption { 636 .suboption {
637 -webkit-margin-start: 16px; 637 -webkit-margin-start: 16px;
638 } 638 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/clear_browser_data_overlay.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698