Dotclear

Changeset 1170:c14adde5e5e7


Ignore:
Timestamp:
07/11/13 21:49:05 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Parents:
1169:ad8a95442171 (diff), 1168:43c68ea98a39 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge

File:
1 edited

Legend:

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

    r1169 r1170  
    11.enhanced_uploader .button { 
    2   display: inline-block; 
    3   *display: inline; 
    4   border-radius: .2em; 
    5   outline: none; 
    6   text-decoration: none; 
    7   text-align: center; 
    8   cursor: pointer; 
    9   margin-right: 4px; 
    10   padding: .1em .5em 0 .5em; 
    11   font-size: 1em; 
    12   font-family: Helvetica,Arial,sans-serif; 
    13   float: left; 
    14   background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#f5f5f5)); 
    15   border: 1px solid #DFDFDF; 
     2     display: inline-block; 
     3     *display: inline; 
     4 
     5     border-radius: .2em; 
     6     background: #2373A8; 
     7     background: -webkit-gradient(linear, left top, left bottom, from(#2C8FD1), to(#2373A8)); 
     8     background: -moz-linear-gradient(center top , #2C8FD1, #2373A8) repeat scroll 0 0 transparent; 
     9     outline: none; 
     10     border: 1px solid #2373A8; 
     11     text-decoration: none; 
     12     text-shadow: 0 1px 1px rgba(0,0,0,.3); 
     13     text-align: center; 
     14     cursor: pointer; 
     15     color: #fff; 
     16     font-size: 1em; 
     17     margin-right: 4px; 
     18     margin-bottom: .5em; 
     19     padding: .1em .5em 0 .5em; 
     20     float: left; 
    1621} 
    1722 
    18 .enhanced_uploader .button.start { 
    19   background: #2373A8; 
    20   background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); 
    21   background: -moz-linear-gradient(top,  #2373A8,  #2C8FD1); 
    22   text-shadow: 0 1px 1px rgba(0,0,0,.3); 
    23   color: #fff; 
    24   border: 1px solid #2373A8; 
     23.enhanced_uploader .button:hover { 
     24     background: #2373A8; 
     25     background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); 
     26     background: -moz-linear-gradient(center top , #2373A8, #2C8FD1) repeat scroll 0 0 transparent; 
     27     border: 1px solid #2C8FD1; 
    2528} 
    2629 
    27 .enhanced_uploader .button.start:hover { 
    28   background: #2373A8; 
    29   border: 1px solid #2C8FD1; 
     30.enhanced_uploader .add, .enhanced_uploader .clean, .enhanced_uploader .cancel { 
     31     text-shadow: none; 
     32     color: #000; 
     33     background: #F5F5F5; 
     34     background: -moz-linear-gradient(center top , #F5F5F5, #DFDFDF) repeat scroll 0 0 transparent; 
     35     border: 1px solid #CCCCCC; 
     36} 
     37 
     38.enhanced_uploader .button.add:hover, .enhanced_uploader .button.clean:hover, .enhanced_uploader .button.cancel:hover { 
     39     background: #DFDFDF; 
     40     background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#F5F5F5)); 
     41     background: -moz-linear-gradient(center top , #DFDFDF, #F5F5F5) repeat scroll 0 0 transparent; 
     42     border: 1px solid #CCCCCC; 
     43} 
     44 
     45.enhanced_uploader .upload-filecancel { 
     46     border: none; 
     47} 
     48 
     49.enhanced_uploader .add { 
     50     margin-right: 4em; 
    3051} 
    3152 
    3253.enhanced_uploader .cancel, .enhanced_uploader .clean, .enhanced_uploader .start { 
    33   margin-top: 0; 
     54     margin-left: .5em; 
    3455} 
    3556 
    3657.enhanced_uploader #upfile { 
    37   width: 0; 
    38   height: 0; 
    39   visibility: hidden; 
    40   margin: 0; 
    41   opacity: 0; 
    42   filter: alpha(opacity=0); 
    43   cursor: pointer; 
     58     visibility: hidden; 
     59     width: 0; 
     60     height: 0; 
     61     margin: 0; 
     62     opacity: 0; 
     63     filter: alpha(opacity=0); 
     64     cursor: pointer; 
    4465} 
    4566 
    4667.button.clean, .button.cancel, .button.add, .enhanced_uploader .fileupload-buttonbar .button.start { 
    47   display: none; 
     68     display: none; 
    4869} 
    4970 
    5071.enhanced_uploader .button.add { 
    51   display: inline-block; 
     72     display: inline-block; 
    5273} 
    5374 
    5475.enhanced_uploader .max-size { 
    55   display: block; 
     76     display: block; 
    5677} 
    5778 
    5879.enhanced_uploader .one-file { 
    59   display: none; 
     80     display: none; 
    6081} 
    6182 
    6283label span.one-file { 
    63   display: inline; 
     84     display: inline; 
    6485} 
    6586 
    6687/* files */ 
    6788.upload-msg { 
    68   font-weight: bold; 
     89     font-weight: bold; 
    6990} 
    7091 
    7192.upload-msg.upload-error { 
    72   color: #c00; 
     93     color: #c00; 
    7394} 
    7495 
    7596.upload-files { 
    76   padding: 0 0.5em; 
    77   margin: 10px 0; 
     97     padding: 0 0.5em; 
     98     margin: 10px 0; 
    7899} 
    79100 
    80101.upload-file { 
    81   margin: 0 0 8px 0; 
    82   position: relative; 
     102     margin: 0 0 8px 0; 
     103     position: relative; 
    83104} 
    84105 
    85106.upload-fileinfo { 
    86   margin-left: 16px; 
     107     margin-left: 16px; 
    87108} 
    88109 
    89110.upload-fileinfo .upload-filecancel { 
    90   display: block; 
    91   margin-top: 3px; 
    92   width: 20px; 
    93   height: 20px; 
    94   background: transparent url("cancel.png") no-repeat left top; 
    95   text-indent: -1000px; 
    96   cursor: pointer; 
    97   float: left; 
     111     display: block; 
     112     margin-top: 3px; 
     113     width: 20px; 
     114     height: 20px; 
     115     background: transparent url("cancel.png") no-repeat left top; 
     116     text-indent: -1000px; 
     117     cursor: pointer; 
     118     float: left; 
    98119} 
    99120 
    100121.upload-filemsg { 
    101   font-weight: bold; 
    102   color: green; 
     122     font-weight: bold; 
     123     color: green; 
    103124} 
    104125 
    105126.upload-filemsg.upload-error { 
    106   color: #c00; 
     127     color: #c00; 
    107128} 
    108129 
    109130.upload-progress { 
    110   padding: 0 1em; 
     131     padding: 0 1em; 
    111132} 
    112133 
    113134.upload-progress div { 
    114   height: 10px; 
    115   width: 0; 
    116   font-size: 0.8em; 
    117   line-height: 1em; 
    118   height: 1em; 
    119   padding: .2em 0; 
    120   text-align: right; 
    121   background: green url(loader.png) repeat-x left top; 
    122   color: white; 
    123   font-weight: bold; 
    124   border-radius: 2px; 
     135     width: 0; 
     136     height: 1em; 
     137     padding: .2em 0; 
     138     font-size: 0.8em; 
     139     font-weight: bold; 
     140     line-height: 1em; 
     141     text-align: right; 
     142     background: green url("loader.png") repeat-x left top; 
     143     color: white; 
     144     border-radius: 2px; 
    125145} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map