diff --git a/JournalDesModifications.pdf b/JournalDesModifications.pdf index ca52c5d6..cb4a07e9 100644 Binary files a/JournalDesModifications.pdf and b/JournalDesModifications.pdf differ diff --git a/ReleaseNotes.pdf b/ReleaseNotes.pdf index 4d86e6e7..26bc0207 100644 Binary files a/ReleaseNotes.pdf and b/ReleaseNotes.pdf differ diff --git a/release.win7.vc9.bat b/release.win7.vc9.bat index 4e600cb0..b9a7fbf9 100644 --- a/release.win7.vc9.bat +++ b/release.win7.vc9.bat @@ -38,7 +38,7 @@ REM is correct. This is important because installer REM pick up dll from this directory IF NOT EXIST "%QT_DIR%\lib\QtCore4.dll" GOTO EXIT_WITH_ERROR -REM rmdir /S /Q %BUILD_DIR% +rmdir /S /Q %BUILD_DIR% set EDITION=MNEMIS_EDITION diff --git a/resources/etc/freezedWidgetWrapper.html b/resources/etc/freezedWidgetWrapper.html index 56f2f42a..00aaeb1b 100644 --- a/resources/etc/freezedWidgetWrapper.html +++ b/resources/etc/freezedWidgetWrapper.html @@ -9,9 +9,19 @@ width: 100%; } - div{ + #freezed{ text-align: center; - border: 5px #ccc outset; + border: 5px solid #ccc; + border-radius: 80px; + box-shadow: inset 0 0 30px rgba(66,66,66,0.5); + } + + .loading{ + color: #999; + font-weight: bold; + font-size: large; + margin-top: 5px; + margin-left: 5px; }
-