mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
882f56e1b9
commit
37f887cc98
@ -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)
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user