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;} .dndsupported .dndupload-ready .dndupload-target {display:block;}
.dndupload-uploadinprogress {display:none;text-align:center;} .dndupload-uploadinprogress {display:none;text-align:center;}
.dndupload-uploading .dndupload-uploadinprogress {display:block;} .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;} .fitem.disabled .filepicker-container, .fitem.disabled .fm-empty-container {display:none;}
.dndupload-progressbars {padding:10px;display:none;} .dndupload-progressbars {padding:10px;display:none;}
.dndupload-inprogress .dndupload-progressbars {display:block;} .dndupload-inprogress .dndupload-progressbars {display:block;}

View file

@ -1052,7 +1052,6 @@ a.ygtvspacer:hover {
width: 100%; width: 100%;
height: 80px; height: 80px;
position: absolute; position: absolute;
margin-left: -28px;
top: 5px; top: 5px;
} }
.fitem.disabled .filepicker-container, .fitem.disabled .filepicker-container,

File diff suppressed because one or more lines are too long