Ignore:
Timestamp:
Sep 3, 2014, 10:14:40 PM (10 years ago)
Author:
mistic100
Message:

feature:2616 tweak progressbar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/theme.css

    r29394 r29395  
    10091009#photosAddContent p.showFieldset {text-align:left;margin: 1em;}
    10101010
    1011 #uploadForm .plupload_buttons, #uploadForm .plupload_progress { display:none; }
     1011#uploadForm .plupload_buttons, #uploadForm .plupload_progress { display:none !important; }
    10121012#uploadForm #startUpload { margin:5px 0 15px 15px; padding:5px 10px; font-size:1.1em; }
    10131013#uploadForm #startUpload:before { margin-right:0.5em; }
     
    10201020  max-width:600px;
    10211021  background:#DFDFDF;
    1022   padding:3px;
     1022  padding:2px;
    10231023  border-radius:16px;
    10241024  position:relative;
    10251025}
    10261026.big-progressbar .progressbar {
    1027   height:20px;
    1028   min-width:20px;
     1027  height:18px;
     1028  min-width:18px;
    10291029  background:#444;
    10301030  border-radius:10px;
Note: See TracChangeset for help on using the changeset viewer.