mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
0d6053f218
commit
882f56e1b9
@ -8,6 +8,7 @@
|
||||
- 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))
|
||||
- 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)
|
||||
[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 {
|
||||
display: none;
|
||||
background: rgba(0,0,0, 0.5) url(../images/loading_1.gif) no-repeat center center;
|
||||
float: right;
|
||||
right: 0 !important;
|
||||
width: 85px;
|
||||
height: 30px;
|
||||
border-bottom-left-radius: 10px;
|
||||
@ -976,7 +976,7 @@ var.ajax-params { display: none; }
|
||||
}
|
||||
#ajax-error {
|
||||
background: #d32031 url(../images/loading_1.gif) no-repeat center center;
|
||||
float: right;
|
||||
right: 0 !important;
|
||||
min-width: 200px;
|
||||
height: 30px;
|
||||
border-bottom-left-radius: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user