mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
related to #1396 title of popin when ordering albums is well aligned
This commit is contained in:
@@ -3230,6 +3230,7 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;}
|
||||
transform: translate(-50%, -48%);
|
||||
text-align: left;
|
||||
padding: 30px;
|
||||
min-width: 360px;
|
||||
}
|
||||
|
||||
.cat-move-order-popin .popin-title .icon-sort-name-up::before {
|
||||
@@ -3287,7 +3288,7 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;}
|
||||
|
||||
.cat-move-order-popin .close-popin:hover { color: #ffa646;}
|
||||
|
||||
.popin-title {font-weight: bold; font-size: 15px; margin-bottom: 15px; color: #3C3C3C;}
|
||||
.popin-title {font-weight: bold; font-size: 15px; margin-bottom: 15px; color: #3C3C3C; white-space: nowrap;}
|
||||
|
||||
.popin-title span {
|
||||
padding: 7px;
|
||||
|
||||
Reference in New Issue
Block a user