OLD | NEW |
1 /* Apps */ | 1 /* Apps */ |
2 | 2 |
| 3 #apps-maxiview { |
| 4 padding-bottom: 10px; |
| 5 } |
| 6 |
3 #apps-content { | 7 #apps-content { |
4 /* | 8 /* |
5 Allow one less than the natural number of columns so that there is space for | 9 Allow one less than the natural number of columns so that there is space for |
6 .app.loner (see below). | 10 .app.loner (see below). |
7 */ | 11 */ |
8 -webkit-margin-end: 124px; | 12 -webkit-margin-end: 124px; |
9 } | 13 } |
10 | 14 |
11 .app, | 15 .app, |
12 .app[new=installed] { | 16 .app[new=installed] { |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 */ | 164 */ |
161 .app[app-id=web-store-entry].loner { | 165 .app[app-id=web-store-entry].loner { |
162 position: absolute; | 166 position: absolute; |
163 right: 0; | 167 right: 0; |
164 top: 0; | 168 top: 0; |
165 } | 169 } |
166 | 170 |
167 html[dir=rtl] .app[app-id=web-store-entry].loner { | 171 html[dir=rtl] .app[app-id=web-store-entry].loner { |
168 left: 0; | 172 left: 0; |
169 } | 173 } |
OLD | NEW |