diff --git a/welcompose/admin/smarty/templates/mediamanager/mediamanager_edit.html b/welcompose/admin/smarty/templates/mediamanager/mediamanager_edit.html index 83e83c40..f9b156d0 100644 --- a/welcompose/admin/smarty/templates/mediamanager/mediamanager_edit.html +++ b/welcompose/admin/smarty/templates/mediamanager/mediamanager_edit.html @@ -33,8 +33,8 @@
diff --git a/welcompose/admin/smarty/templates/mediamanager/mediamanager_upload.html b/welcompose/admin/smarty/templates/mediamanager/mediamanager_upload.html index 3ca5b749..9befc295 100644 --- a/welcompose/admin/smarty/templates/mediamanager/mediamanager_upload.html +++ b/welcompose/admin/smarty/templates/mediamanager/mediamanager_upload.html @@ -34,8 +34,8 @@
diff --git a/welcompose/admin/static/img/bg_uploadmessage_bot.gif b/welcompose/admin/static/img/bg_uploadmessage_bot.gif index 82040e14..60ff5d60 100644 Binary files a/welcompose/admin/static/img/bg_uploadmessage_bot.gif and b/welcompose/admin/static/img/bg_uploadmessage_bot.gif differ diff --git a/welcompose/admin/static/img/indicatorblue.gif b/welcompose/admin/static/img/indicatorblue.gif new file mode 100644 index 00000000..0c19000b Binary files /dev/null and b/welcompose/admin/static/img/indicatorblue.gif differ diff --git a/welcompose/admin/static/libs/wcom.core.js b/welcompose/admin/static/libs/wcom.core.js index 12e020e6..a5b6e553 100644 --- a/welcompose/admin/static/libs/wcom.core.js +++ b/welcompose/admin/static/libs/wcom.core.js @@ -12,8 +12,6 @@ * This file is licensed under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE v3 * http://www.opensource.org/licenses/agpl-v3.html * - * $Id$ - * * @copyright 2008 creatics, Olaf Gleba * @author Olaf Gleba * @package Welcompose @@ -270,7 +268,7 @@ function Base () /** * Comprehensive popup height application wide */ - this.callbacksPopupWindowHeight664 = '664'; + this.callbacksPopupWindowHeight664 = '666'; /** * Help string supposed to delivered within the DOM. diff --git a/welcompose/admin/static/styles/wcom.basic.css b/welcompose/admin/static/styles/wcom.basic.css index cd29d7d7..42b55060 100644 --- a/welcompose/admin/static/styles/wcom.basic.css +++ b/welcompose/admin/static/styles/wcom.basic.css @@ -305,11 +305,8 @@ padding: 0 10px 10px 10px; background: transparent url(../img/bg_statuschange_bot.gif) left bottom no-repeat; } #uploadMessage { -/*display: none;*/ -} -#uploadMessage { position: absolute; -top: 40%; +top: 36%; left: 15%; width: 500px; background: transparent url(../img/bg_uploadmessage_top.gif) 0 0 no-repeat; @@ -317,13 +314,19 @@ z-index: 2; } #uploadMessage h1 { margin: 0; -padding: 10px 10px 0 10px; +padding: 15px 15px 0 15px; color: #036; +text-align: left; +} +#uploadMessage h1 img { +position: absolute; +right: 15px; } #uploadMessage p { -margin: 0; -padding: 0 10px 10px 10px; -background: transparent url(../img/bg_uploadmessage_bot.gif) left bottom no-repeat; +margin: 11px 0 0 0; +padding: 0; +line-height: 0; +height: 3px; } /* response */