Changeset 1182 for trunk/web-app/css


Ignore:
Timestamp:
Nov 22, 2010, 5:27:23 PM (13 years ago)
Author:
robert@…
Message:

Improved file upload fields so users can delete existing files and are able to access uploaded files (using a tag in the tag library). See ticket #17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/wizard.css

    r980 r1182  
    381381    margin-left: 5px;
    382382}
     383
     384#content .wizard .upload_info a {
     385        text-decoration: underline;
     386}
     387
     388.wizard .upload_del img {
     389        border-width: 0;
     390        padding-left: 6px;
     391}
     392
     393.wizard .upload_del {
     394        display: none;
     395}
     396
    383397.wizard .upload_info .error {
    384398    color: red;
Note: See TracChangeset for help on using the changeset viewer.