OLD | NEW |
1 #settings-title { | 1 #settings-title { |
2 height: 30px; | 2 height: 30px; |
3 padding-right: 15px; | 3 padding-right: 15px; |
4 padding-top: 20px; | 4 padding-top: 20px; |
5 text-align: right; | 5 text-align: right; |
6 font-size: 140%; | 6 font-size: 140%; |
7 color: #c7c7c7; | 7 color: #c7c7c7; |
8 } | 8 } |
9 | 9 |
10 #main-content { | 10 #main-content { |
11 display: -webkit-box; | 11 display: -webkit-box; |
12 position: absolute; | 12 position: absolute; |
13 left: 0; | 13 left: 0; |
14 right: 0; | 14 right: 0; |
15 top: 0; | 15 top: 0; |
16 bottom: 0; | 16 bottom: 0; |
17 } | 17 } |
18 | 18 |
19 #navbar-container { | 19 #navbar-container { |
20 background: -webkit-gradient(linear, | 20 background: -webkit-gradient(linear, |
21 left top, | 21 left top, |
22 left bottom, | 22 left bottom, |
23 from(rgba(255,255,255,0)), | 23 from(rgba(255,255,255,0)), |
24 color-stop(0.7, rgba(255,255,255,0)), | 24 color-stop(0.7, rgba(255,255,255,0)), |
25 to(white)), | 25 to(white)), |
26 -webkit-gradient(linear, | 26 -webkit-gradient(linear, |
27 left top, | 27 left top, |
28 right top, | 28 right top, |
29 from(white), | 29 from(white), |
30 color-stop(0.8, white), | 30 color-stop(0.8, white), |
31 to(#f3f3f3)); | 31 to(#f3f3f3)); |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 margin-left: 18px; | 123 margin-left: 18px; |
124 } | 124 } |
125 | 125 |
126 .hidden { | 126 .hidden { |
127 display: none; | 127 display: none; |
128 } | 128 } |
129 | 129 |
130 .touch-slider { | 130 .touch-slider { |
131 -webkit-appearance: slider-horizontal; | 131 -webkit-appearance: slider-horizontal; |
132 } | 132 } |
OLD | NEW |