Revert "Updated"

This reverts commit 882f56e1b9.
This commit is contained in:
Roman Kelesidis 2023-11-06 16:42:18 +07:00
parent 882f56e1b9
commit 37f887cc98
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,6 @@
- Release v2.1.5-2024.05 🎉 - Release v2.1.5-2024.05 🎉
- Block uploading more than one torrent file [33bb006](https://github.com/torrentpier/torrentpier-lts/commit/33bb006965cb22350624c6e89c4d5b39fd93c087) ([belomaxorka](https://github.com/belomaxorka)) - Block uploading more than one torrent file [33bb006](https://github.com/torrentpier/torrentpier-lts/commit/33bb006965cb22350624c6e89c4d5b39fd93c087) ([belomaxorka](https://github.com/belomaxorka))
- Some other changes / improvements - Some other changes / improvements
- Some design improvements for ajax alert
## [v2.1.5-2023.10 [Final]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.10) (2023-11-04) ## [v2.1.5-2023.10 [Final]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.10) (2023-11-04)
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.09...v2.1.5-2023.10) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.09...v2.1.5-2023.10)

View File

@ -967,7 +967,7 @@ var.ajax-params { display: none; }
#ajax-loading { #ajax-loading {
display: none; display: none;
background: rgba(0,0,0, 0.5) url(../images/loading_1.gif) no-repeat center center; background: rgba(0,0,0, 0.5) url(../images/loading_1.gif) no-repeat center center;
right: 0 !important; float: right;
width: 85px; width: 85px;
height: 30px; height: 30px;
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
@ -976,7 +976,7 @@ var.ajax-params { display: none; }
} }
#ajax-error { #ajax-error {
background: #d32031 url(../images/loading_1.gif) no-repeat center center; background: #d32031 url(../images/loading_1.gif) no-repeat center center;
right: 0 !important; float: right;
min-width: 200px; min-width: 200px;
height: 30px; height: 30px;
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;