Skip to content

Commit

Permalink
MDL-33005 Replaced drag and drop arrow with animated gif
Browse files Browse the repository at this point in the history
  • Loading branch information
barbararamiro committed Jun 11, 2012
1 parent 4db0616 commit d76dfe9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file added theme/base/pix/fp/dnd_arrow.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed theme/base/pix/fp/dnd_arrow.png
Binary file not shown.
3 changes: 1 addition & 2 deletions theme/base/style/filemanager.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,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:56px;height:47px;position:absolute;margin-left: -28px;/*right:46%;left:46%;*/animation:mymove 5s infinite;-moz-animation:mymove 5s infinite;-webkit-animation:mymove 5s infinite;}
@keyframes mymove {0%{top:10px;} 12%{top:40px;} 30%{top:20px} 65%{top:35px;} 100%{top:9px;}}@-moz-keyframes mymove{0%{top:10px;} 12%{top:40px;} 30%{top:20px} 65%{top:35px;} 100%{top:9px;}}@-webkit-keyframes mymove {0%{top:10px;} 12%{top:40px;} 30%{top:20px} 65%{top:35px;} 100%{top:9px;}}
.dndupload-arrow {background:url([[pix:theme|fp/dnd_arrow]]) center no-repeat;width:60px;height:80px;position:absolute;margin-left: -28px;top: 5px;}

/*
* Select Dialogue (File Manager only)
Expand Down

0 comments on commit d76dfe9

Please sign in to comment.