mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 03:33:01 +02:00
fixes #1506 changed loader in user manager and icon are fully visible in album manager
This commit is contained in:
@@ -17,7 +17,7 @@ function setDisplayCompact() {
|
||||
});
|
||||
$(".categoryBox").removeClass("line_cat").removeClass("tile_cat");
|
||||
$(".categoryBox").css({
|
||||
minWidth: "230px",
|
||||
minWidth: "250px",
|
||||
maxWidth: "350px",
|
||||
flexDirection: "column",
|
||||
maxHeight: "180px",
|
||||
@@ -70,7 +70,7 @@ function setDisplayCompact() {
|
||||
$(".albumTitle").css("padding", "0 15px");
|
||||
|
||||
$(".addAlbum").css({
|
||||
minWidth : "230px",
|
||||
minWidth : "250px",
|
||||
maxWidth: "350px",
|
||||
flexDirection: "column",
|
||||
maxHeight: "180px",
|
||||
@@ -122,6 +122,10 @@ function setDisplayCompact() {
|
||||
width: "100%"
|
||||
});
|
||||
|
||||
$(".albumActions a").css({
|
||||
minWidth : "0px"
|
||||
});
|
||||
|
||||
$(".albumActions a:first-child").css("margin-left", "35px");
|
||||
$(".albumActions a:last-child").css("margin-right", "35px");
|
||||
}
|
||||
@@ -267,6 +271,10 @@ function setDisplayLine() {
|
||||
width: "300px",
|
||||
});
|
||||
|
||||
$(".albumActions a").css({
|
||||
minWidth : "30px"
|
||||
});
|
||||
|
||||
$(".albumActions a:first-child").css("margin-left", "35px");
|
||||
$(".albumActions a:last-child").css("margin-right", "35px");
|
||||
|
||||
@@ -388,6 +396,10 @@ function setDisplayTile() {
|
||||
|
||||
$(".albumInfos p").css("margin", "0");
|
||||
|
||||
$(".albumActions a").css({
|
||||
minWidth : "0px"
|
||||
});
|
||||
|
||||
$(".albumActions a:first-child").css("margin-left", "5px");
|
||||
$(".albumActions a:last-child").css("margin-left", "5px");
|
||||
}
|
||||
|
||||
@@ -226,9 +226,7 @@ $(".icon-help-circled").tipTip({
|
||||
<span>{'Groups'|@translate}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="user-update-spinner" style="position:relative">
|
||||
<img class="loading" src="themes/default/images/ajax-loader-small.gif" style="position:absolute;top:20px;width:30px">
|
||||
</div>
|
||||
<div class="user-update-spinner icon-spin6 animate-spin"></div>
|
||||
<div class="user-container-wrapper">
|
||||
</div>
|
||||
<!-- Pagination -->
|
||||
@@ -242,15 +240,12 @@ $(".icon-help-circled").tipTip({
|
||||
</div>
|
||||
|
||||
<div class="pagination-container">
|
||||
|
||||
<div class="user-update-spinner">
|
||||
<img class="loading" src="themes/default/images/ajax-loader-small.gif">
|
||||
</div>
|
||||
<div class="pagination-arrow left">
|
||||
<span class="icon-left-open"></span>
|
||||
</div>
|
||||
<div class="pagination-item-container">
|
||||
</div>
|
||||
<div class="user-update-spinner icon-spin6 animate-spin"></div>
|
||||
<div class="pagination-arrow rigth">
|
||||
<span class="icon-left-open"></span>
|
||||
</div>
|
||||
@@ -2007,6 +2002,7 @@ Advanced filter
|
||||
|
||||
.user-update-spinner {
|
||||
display:none;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.UserListPopInContainer .selectize-dropdown-content .option{
|
||||
|
||||
Reference in New Issue
Block a user