Dotclear


Ignore:
Timestamp:
07/09/11 19:47:57 (14 years ago)
Author:
kozlika
Branch:
default
Message:

Accessibility: fieldset aren't used if not necessary.
Create a class="fieldset" for presentation needs.

File:
1 edited

Legend:

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

    r3 r536  
    11 
    2 div.cu-ctrl { 
     2.cu-ctrl { 
    33     background: #f5f5f5; 
    4      padding: 5px 0 0 0; 
     4     padding: .5em 0 0 0; 
    55     margin: 0 0 1em 0; 
    66     overflow: hidden; 
    7      border-color: #ccc; 
    8      border-width: 1px 0; 
    9      border-style: solid; 
    107} 
    11  
    12 div.cu-msg { 
    13      padding: 0 0.5em; 
     8.cu-msg { 
    149     font-weight: bold; 
    1510} 
    16 div.cu-msg.cu-error { 
     11.cu-msg.cu-error { 
    1712     color: #c00; 
    1813} 
    19  
    20 div.cu-files { 
     14.cu-files { 
    2115     padding: 0 0.5em; 
    2216     margin: 10px 0; 
    2317} 
    24 div.cu-file { 
     18.cu-file { 
    2519     margin: 0 0 8px 0; 
    2620     position: relative; 
    2721} 
    28 div.cu-fileinfo { 
     22.cu-fileinfo { 
    2923     margin-left: 16px; 
    3024} 
    31 div.cu-fileinfo span.cu-filecancel { 
     25.cu-fileinfo span.cu-filecancel { 
    3226     display: block; 
    3327     position: absolute; 
     
    3630     left: -16px; 
    3731} 
    38 div.cu-files span.cu-filecancel a { 
     32.cu-filecancel a { 
    3933     display: block; 
    4034     width: 12px; 
     
    4539     outline: none; 
    4640} 
    47 div.cu-files span.cu-filemsg { 
     41.cu-filemsg { 
    4842     font-weight: bold; 
    4943     color: green; 
    5044} 
    51 div.cu-files span.cu-filemsg.cu-error { 
     45span.cu-filemsg.cu-error { 
    5246     color: #c00; 
    5347} 
    54  
    55 div.cu-progress { 
     48.cu-progress { 
    5649     margin-left: 16px; 
    5750} 
    58 div.cu-progress div { 
     51.cu-progress div { 
    5952     height: 10px; 
    6053     width: 0; 
     
    6962     -moz-border-radius: 2px; 
    7063} 
    71  
    72 div.cu-btn { 
     64.cu-btn { 
    7365     padding: 0 0.5em; 
    7466     line-height: 1.2em; 
     
    7769     position: relative; 
    7870} 
    79 div.cu-btn span { 
     71.cu-btn span { 
    8072     display: block; 
    81      margin: 0 0 0 .5em; 
     73     margin: 0 1em 0 0; 
    8274     float: right; 
    8375} 
    84 div.cu-btn span a { 
     76.cu-btn span a { 
    8577     display: block; 
    8678     padding: .3em 1.5em; 
    8779} 
    88 div.cu-btn span.cu-btn-browse { 
     80span.cu-btn-browse { 
    8981     float: none; 
    9082     position: absolute; 
    91      left: 0.5em; 
     83     left: 0; 
    9284     margin: 0; 
    9385} 
    94 div.cu-btn span.cu-btn-upload a.button { 
     86span.cu-btn-upload, span.cu-btn-clean { 
     87     margin-right: 0; 
     88} 
     89span.cu-btn-upload a.button { 
    9590     color: #fff; 
    9691     border: 1px solid #2373A8; 
     
    9994     background: -moz-linear-gradient(top,  #2C8FD1,  #2373A8); 
    10095} 
    101 div.cu-btn span.cu-btn-upload a.button:hover, div.cu-btn span.cu-btn-upload a.button:focus { 
     96span.cu-btn-upload a.button:hover,  
     97span.cu-btn-upload a.button:focus { 
    10298     color: #fff; 
    10399     border: 1px solid #2C8FD1; 
     
    107103     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2373A8', endColorstr='#2C8FD1'); 
    108104} 
    109 div.cu-maxsize { 
     105.cu-maxsize.form-note { 
    110106     clear: both; 
    111      margin: .75em 0 0 0.5em; 
     107     margin: 1.5em 0 0; 
    112108     font-style: italic; 
    113109} 
    114  
    115 div.cu-disable { 
     110.cu-disable { 
    116111     margin: 1em 0; 
    117112     padding: 0 0 0.5em 0.5em; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map