mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 10:13:00 +02:00
related to #1609 bigger text size for delete popin options
This commit is contained in:
@@ -389,10 +389,14 @@ const rename_item = '{'Rename "%s"'|@translate|escape:javascript}';
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.AddAlbumInputContainer, .DeleteAlbumInputContainer {
|
||||
.AddAlbumInputContainer {
|
||||
width: 100%;
|
||||
margin: 15px 0;
|
||||
}
|
||||
.DeleteAlbumInputContainer {
|
||||
width: 70%;
|
||||
margin: 15px auto;
|
||||
}
|
||||
input[name="position"] {
|
||||
margin-right: 5px;
|
||||
}
|
||||
@@ -403,11 +407,17 @@ input[name="position"] {
|
||||
align-items: center;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.AddAlbumRadioInput label,
|
||||
.deleteAlbumOptions label {
|
||||
.AddAlbumRadioInput label {
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.deleteAlbumOptions label {
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
.AddAlbumFormValidation,
|
||||
.DeleteAlbumFormValidation,
|
||||
.RenameAlbumFormValidation {
|
||||
|
||||
Reference in New Issue
Block a user