diff --git a/main/css/base.css b/main/css/base.css index cfe5677321..dda1f6c17d 100755 --- a/main/css/base.css +++ b/main/css/base.css @@ -44,7 +44,32 @@ header #logo img{ margin-left: 30px; } +/*buttom load ajax form*/ +.button-load{ + background: url("../img/icons/64/file_upload.png") no-repeat center 20px; + padding-top: 70px; + /*-webkit-animation:glide 2250ms infinite; + animation:glide 2250ms infinite;*/ +} +/*@-webkit-keyframes glide { + from { + background-position: center 0; + } to { + background-position: center 20px; + + } + +} + +@keyframes glide { + from { + background-position:center 0; + } to { + background-position:center 20px; + + } +}*/ /* START COURSE PROGRESS */ .thematic-postit{ padding-top: 5px; diff --git a/main/forum/forumfunction.inc.php b/main/forum/forumfunction.inc.php index da68cfcdb3..45627e13a8 100755 --- a/main/forum/forumfunction.inc.php +++ b/main/forum/forumfunction.inc.php @@ -4787,13 +4787,13 @@ function getAttachmentAjaxForm($forumId, $threadId, $postId, $path = null) } } // Form - $formFileUpload = ' + $formFileUpload = '