MDL-44356 theme_bootstrapbase: Centralize the drag and drop arrow in filemanager.

This commit is contained in:
Mary Evans 2014-03-15 21:30:14 +00:00
parent 872f4e2899
commit 834848461c
3 changed files with 2 additions and 3 deletions

View file

@ -350,7 +350,7 @@ a.ygtvspacer:hover {color:transparent;text-decoration:none;}
.dndsupported .dndupload-ready .dndupload-target {display:block;}
.dndupload-uploadinprogress {display:none;text-align:center;}
.dndupload-uploading .dndupload-uploadinprogress {display:block;}
.dndupload-arrow {background:url([[pix:theme|fp/dnd_arrow]]) center no-repeat;width:100%;height:80px;position:absolute;margin-left:-28px;top:5px;}
.dndupload-arrow {background:url([[pix:theme|fp/dnd_arrow]]) center no-repeat;width:100%;height:80px;position:absolute;top:5px;}
.fitem.disabled .filepicker-container, .fitem.disabled .fm-empty-container {display:none;}
.dndupload-progressbars {padding:10px;display:none;}
.dndupload-inprogress .dndupload-progressbars {display:block;}