Revision 10807
Added by Jean-Philippe Lang over 12 years ago
sandbox/ajax_upload/public/stylesheets/application.css | ||
---|---|---|
522 | 522 |
#attachments_fields .ajax-waiting input.filename {background:url(../images/hourglass.png) no-repeat 0px 50%;} |
523 | 523 |
#attachments_fields .ajax-loading input.filename {background:url(../images/loading.gif) no-repeat 0px 50%;} |
524 | 524 |
#attachments_fields div.ui-progressbar { width: 100px; height:14px; margin: 2px 0 -5px 8px; display: inline-block; } |
525 |
a.remove-upload {background: url(../images/delete.png) no-repeat 1px 50%; width:18px; display:inline-block;}
|
|
525 |
a.remove-upload {background: url(../images/delete.png) no-repeat 1px 50%; width:1px; display:inline-block; padding-left:16px;}
|
|
526 | 526 |
a.remove-upload:hover {text-decoration:none !important;} |
527 | 527 |
|
528 | 528 |
div.fileover { background-color: lavender; } |
Also available in: Unified diff
Fixed style of delete link for IE8.