Skip to content

Commit

Permalink
MDL-34214 Course dndupload - removed unneeded classes from preview el…
Browse files Browse the repository at this point in the history
…ement
  • Loading branch information
davosmith authored and Sam Hemelryk committed Jul 16, 2012
1 parent ac98ad6 commit f8e493f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion course/dndupload.js
Expand Up @@ -514,7 +514,7 @@ M.course_dndupload = {
namespan: document.createElement('span')
};

preview.li.className = 'dndupload-preview activity resource modtype_resource dndupload-hidden';
preview.li.className = 'dndupload-preview dndupload-hidden';

preview.div.className = 'mod-indent';
preview.li.appendChild(preview.div);
Expand Down
2 changes: 1 addition & 1 deletion theme/base/style/course.css
Expand Up @@ -167,7 +167,7 @@ input.titleeditor {

/* Course drag and drop upload styles */
#dndupload-status {width:40%;margin:0 30%;padding:6px;border:1px solid #ddd;text-align:center;background:#ffc;position:absolute;z-index:9999;box-shadow:2px 2px 5px 1px #ccc;border-radius:0px 0px 8px 8px;z-index: 0;}
.dndupload-preview {color:#909090;border:1px dashed #909090;}
.dndupload-preview {color:#909090;border:1px dashed #909090;list-style:none;}
.dndupload-progress-outer {width:70px;border:1px solid black;height:10px;display:inline-block;margin:0;padding:0;overflow:hidden;position:relative;}
.dndupload-progress-inner {width:0%;height:100%;background-color:green;display:inline-block;margin:0;padding:0;float:left;}
.dndupload-hidden {display:none;}

0 comments on commit f8e493f

Please sign in to comment.