Ignore:
Timestamp:
Sep 3, 2014, 9:56:59 PM (10 years ago)
Author:
mistic100
Message:

feature:2616 add custom big progressbar

File:
1 edited

Legend:

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

    r29393 r29394  
    10091009#photosAddContent p.showFieldset {text-align:left;margin: 1em;}
    10101010
    1011 #uploadForm .plupload_buttons { display:none; }
    1012 #startUpload { margin:10px 0; padding:5px 10px; font-size:1.1em; }
    1013 #startUpload:before { margin-right:0.5em; }
    1014 #addFiles { margin-bottom:10px; }
    1015 
    1016 #uploadProgress {width:650px; margin:10px auto;font-size:90%;}
    1017 #progressbar {border:1px solid #ccc; background-color:#eee;}
    1018 .ui-progressbar-value { background-image: url(images/pbar-ani.gif); height:10px;margin:-1px;border:1px solid #E78F08;}
     1011#uploadForm .plupload_buttons, #uploadForm .plupload_progress { display:none; }
     1012#uploadForm #startUpload { margin:5px 0 15px 15px; padding:5px 10px; font-size:1.1em; }
     1013#uploadForm #startUpload:before { margin-right:0.5em; }
     1014#uploadForm #addFiles { margin-right:10px; float:left; }
     1015#uploadForm #uploadingActions { margin:10px 10px 10px 15px; }
     1016#uploadForm .big-progressbar { vertical-align:middle; display:inline-block; margin-left:10px; }
     1017
     1018.big-progressbar {
     1019  width:100%;
     1020  max-width:600px;
     1021  background:#DFDFDF;
     1022  padding:3px;
     1023  border-radius:16px;
     1024  position:relative;
     1025}
     1026.big-progressbar .progressbar {
     1027  height:20px;
     1028  min-width:20px;
     1029  background:#444;
     1030  border-radius:10px;
     1031}
     1032
    10191033
    10201034/* Tag Manager */
Note: See TracChangeset for help on using the changeset viewer.