ProgressBar Width

Last post 08-09-2012, 8:09 AM by BenHolcombe. 4 replies.
Sort Posts: Previous Next
  •  07-27-2012, 10:53 AM 74291

    ProgressBar Width

    I'm trying to extend the length of the upload progress bar but to no avail. I can't see a way of setting the css for my CuteWebUI:Uploader. I tried just applying it to the div that contains it but no joy. I've tried these various lines of css but the progress bar just appears to fill beyond the end of the progress bar.
     
            .generic-form #ctl00_MainContentPlaceHolder_Uploader__Progress {width:800px !important}
    .generic-form .AjaxUploaderProgressTable{width:800px !important}
    .generic-form #ctl00_MainContentPlaceHolder_Uploader__ProgressText{width:800px !important}
    .generic-form #Uploader{width:800px !important}
    .generic-form #UploaderPrgBar{width:800px !important}
     
     
     
    I think it's because I have css that affects all the spans in my  generic-form class and sets them to 230px. Any way I can explicitly set it's width?
    Filed under: ,
  •  07-30-2012, 2:32 AM 74298 in reply to 74291

    Re: ProgressBar Width

    Could really use a reply to this. Could I even hook the Uploader to my own custom ProgressBar?
  •  07-30-2012, 8:57 AM 74306 in reply to 74298

    Re: ProgressBar Width

    Hi Killianmcc,
     
    For now, does not support to custom the progressbar width, sorry for your inconvenience.
     
    Regards,
     
    Ken 
  •  07-30-2012, 8:59 AM 74307 in reply to 74306

    Re: ProgressBar Width

    Managed a work around using a bit of CSS.
     
    Thanks anyways, Ken. 
  •  08-09-2012, 8:09 AM 74385 in reply to 74307

    Re: ProgressBar Width

    Would you mind sharing how you were able to set the width of the progress bar?  I am having a problem when a user uploads a file with a particularly long file name the progress bar jumps in size all over the screen.
View as RSS news feed in XML