mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
MDL-44356 theme_bootstrapbase: Centralize the drag and drop arrow in filemanager.
This commit is contained in:
parent
872f4e2899
commit
834848461c
3 changed files with 2 additions and 3 deletions
|
@ -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;}
|
||||
|
|
|
@ -1052,7 +1052,6 @@ a.ygtvspacer:hover {
|
|||
width: 100%;
|
||||
height: 80px;
|
||||
position: absolute;
|
||||
margin-left: -28px;
|
||||
top: 5px;
|
||||
}
|
||||
.fitem.disabled .filepicker-container,
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue