|
1 | 1 | body { margin: 0; padding: 0; } |
2 | 2 | .hidden { display: none; } |
3 | 3 |
|
| 4 | +.l-logo { |
| 5 | + background-image: url("/images/sprite.png"); |
| 6 | + background-position: -117px -34px; |
| 7 | + background-repeat: no-repeat; |
| 8 | + display: inline-block; |
| 9 | + float: left; |
| 10 | + height: 22px; |
| 11 | + margin-left: 10px; |
| 12 | + margin-top: 11px; |
| 13 | + width: 73px; |
| 14 | +} |
| 15 | + |
4 | 16 | #main{ display: inline-block; font-family: Arial; font-size: 15px; color: #777; width: 100%; } |
5 | 17 |
|
6 | 18 | .window { display: inline-block; float: left; /*border: 1px solid #eee;*/ width: 50%; height: 100%; background-color: #ececec; /*background: url(/images/background-dots.png) #ececec;*/ } |
7 | 19 | .window.active { background: #fff; } |
8 | 20 |
|
9 | | -.pwd { background-color: #7b7b7b; height: 31px; padding: 12px 0 0 17px; } |
| 21 | +.pwd { background-color: #7b7b7b; height: 31px; padding: 12px 0 0 17px; color: yellow;} |
10 | 22 | .window.active .pwd { background-color: #333; } |
11 | 23 | .window.active .pwd a { color: #FFF; } |
12 | 24 | .pwd a { color: #CFCFCF; margin-right: 6px; padding: 0 7px; cursor: pointer; text-decoration: none; } |
@@ -227,7 +239,12 @@ ul.listing { list-style-type: none; padding: 18px 0 0; margin: 0; border-left: |
227 | 239 | .context-menu.sort-order li:hover { background-color: #333; } |
228 | 240 | .context-menu.sort-order span { padding: 12px 12px 12px 12px; background: ulr(/images/flat_icons.png) } |
229 | 241 | .context-menu.sort-order span.up { background: url(/images/flat_icons.png) -255px -141px; padding: 12px 14px; display: inline-block; width: 16px; } |
230 | | -.context-menu.sort-order span.name { background: url("/images/flat_icons.png") repeat scroll -162px -105px; display: inline-block; padding: 12px 28px 12px 12px; width: 64px; } |
| 242 | +.context-menu.sort-order span.name, |
| 243 | +.context-menu.sort-order span.date, |
| 244 | +.context-menu.sort-order span.size, |
| 245 | +.context-menu.sort-order span.type |
| 246 | + { background: url("/images/flat_icons.png") repeat scroll -162px -105px; display: inline-block; padding: 12px 28px 12px 12px; width: 64px; } |
| 247 | + |
231 | 248 |
|
232 | 249 |
|
233 | 250 | .context-menu.sort-order span.active { background-color: #FFCC00; color: #FFF; } |
|
0 commit comments