Dotclear


Ignore:
Timestamp:
06/21/13 21:47:02 (12 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Add cancel button (for list and for each item)
Fix issue when adding with ajax new uploaded media

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/jsUpload/style.css

    r1159 r1160  
    1414  color: #fff; 
    1515  margin-right: 4px; 
     16  padding: .1em .5em 0 .5em; 
     17  font-size: 1em; 
    1618} 
    1719 
    18 .enhanced_uploader .button-add { 
     20.enhanced_uploader label.button.add { 
    1921  position: relative; 
    2022} 
     
    2527} 
    2628 
    27 .enhanced_uploader .button-add input { 
     29.enhanced_uploader .button.add input { 
    2830  position: absolute; 
    2931  top: 0; 
     
    5456} 
    5557 
     58.enhanced_uploader .table-files .button.cancel { 
     59  background: transparent url('../../images/check-off.png') no-repeat left top; 
     60  width: 13px; 
     61  height: 13px; 
     62  margin-top: 3px; 
     63  border: none; 
     64} 
     65 
    5666.enhanced_uploader .one-file { 
    5767  display: none; 
    5868} 
    5969 
    60 .table-files { 
     70.table-files, .button.cancel { 
    6171  display: none; 
    6272} 
     
    6676} 
    6777 
     78.enhanced_uploader .button.cancel { 
     79  display: inline-block; 
     80} 
     81 
    6882label span.one-file { 
    6983  display: inline; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map