Index: branches/RC/core/admin_templates/incs/style.css =================================================================== diff -u -r8966 -r9334 --- branches/RC/core/admin_templates/incs/style.css (.../style.css) (revision 8966) +++ branches/RC/core/admin_templates/incs/style.css (.../style.css) (revision 9334) @@ -668,3 +668,45 @@ padding: 4px; margin: 0px; } + +/* Uploader */ + +.uploader-main { + position: absolute; + display: none; + z-index: 10; + border: 1px solid #777; + padding: 10px; + width: 350px; + height: 120px; + overflow: hidden; + background-color: #fff; +} + +.uploader-percent { + width: 100%; + padding-top: 3px; + text-align: center; + position: relative; + z-index: 20; + float: left; + font-weight: bold; +} + +.uploader-left { + width: 100%; + border: 1px solid black; + height: 20px; + background: #fff url(../img/progress_left.gif); +} + +.uploader-done { + width: 0%; + background-color: green; + height: 20px; + background: #4A92CE url(../img/progress_done.gif); +} + +.uploader-text { + font-size: 11px; +} \ No newline at end of file