mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-04 20:42:53 +02:00
related to #1803 added css to make the click on icons easier
This commit is contained in:
@@ -4286,24 +4286,25 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;}
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.move-cat-action a {
|
.move-cat-action a {
|
||||||
padding: 0 8px;
|
padding: 21px 8px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 100%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.move-cat-action a:last-child {
|
.move-cat-action a:last-child {
|
||||||
padding-right: 20px;
|
margin-right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.move-cat-action a:hover {
|
.move-cat-action a:hover {
|
||||||
color: #ff7700;
|
color: #000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
background: #f98100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cat-move-order-popin {
|
.cat-move-order-popin {
|
||||||
|
|||||||
Reference in New Issue
Block a user