OLD | NEW |
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 Loading... |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |