| @@ -406,17 +406,21 @@ | ||
| 406 | 406 | } |
| 407 | 407 | |
| 408 | 408 | .file-wrapper { |
| 409 | 409 | position: relative; |
| 410 | - margin-right: 10px !important; | |
| 410 | + overflow: hidden; | |
| 411 | 411 | } |
| 412 | 412 | |
| 413 | 413 | .file { |
| 414 | + font-size: 200px; | |
| 414 | 415 | position: absolute; |
| 415 | 416 | top: 0; |
| 416 | - left: 0; | |
| 417 | 417 | right: 0; |
| 418 | - bottom: 0; | |
| 419 | 418 | opacity: 0; |
| 420 | 419 | -moz-opacity: 0; |
| 421 | 420 | filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); |
| 421 | +} | |
| 422 | + | |
| 423 | +#remote-file { | |
| 424 | + margin-top: 10px; | |
| 425 | + clear: both; | |
| 422 | 426 | } |