mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-06 05:22:37 +02:00
fixes #1238 tag input decay
tag input decays by 1 pixel, fixed padding in the input and icon validate to stay at 38 px
This commit is contained in:
@@ -2440,7 +2440,7 @@ a#showPermissions:hover {text-decoration: none;}
|
||||
}
|
||||
|
||||
.tag-header #add-tag.input-mode .add-tag-container input {
|
||||
padding: 9.5px;
|
||||
padding: 9px;
|
||||
margin-left: 10px;
|
||||
border: solid 2px #ffa744;
|
||||
background: none;
|
||||
@@ -2478,7 +2478,7 @@ a#showPermissions:hover {text-decoration: none;}
|
||||
color: #3c3c3c;
|
||||
font-size: 17px;
|
||||
font-weight: 700;
|
||||
padding: 7.5px 5.5px;
|
||||
padding: 7px 5.5px;
|
||||
}
|
||||
|
||||
.tag-header #add-tag span.icon-validate:hover {
|
||||
|
||||
Reference in New Issue
Block a user