Skip to content

Commit 09118d2

Browse files
author
MatthieuLP
committed
Added css for new valdiate btn position for widgets with selectize inputs
1 parent 500c085 commit 09118d2

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

css/hf_base.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,11 @@ li.path-ext-svg a img {
10591059
margin-left: auto;
10601060
}
10611061

1062+
.form-container .filter-validate {
1063+
width: fit-content;
1064+
margin-left: 20px;
1065+
}
1066+
10621067
.filter-word .search-words {
10631068
max-width: 200px;
10641069
overflow: hidden;

skins/newspaper.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ td .nbEntries{
397397
.filter-tag-form .selectize-control,
398398
.filter-author-form .selectize-control,
399399
.filter-added_by-form .selectize-control {
400-
margin-bottom: 10px;
401400
margin-top: 10px;
402401
}
403402

@@ -459,10 +458,10 @@ td .nbEntries{
459458
padding: 0;
460459
max-height: 100px;
461460
overflow-y: scroll;
462-
461+
position: absolute;
463462
}
464463
.filter-tag-form .selectize-dropdown .option,
465-
.filter-author-form .selectize-dropdown .option
464+
.filter-author-form .selectize-dropdown .option,
466465
.filter-added_by-form .selectize-dropdown .option {
467466
padding: 0 5px;
468467
}
@@ -473,6 +472,14 @@ td .nbEntries{
473472
border-radius: 5px;
474473
}
475474

475+
.filter-tag-form .form-container,
476+
.filter-author-form .form-container,
477+
.filter-added_by-form .form-container {
478+
display: flex;
479+
flex-direction: row;
480+
align-items: flex-end;
481+
}
482+
476483
.linkedAlbumPopInContainer {
477484
background-color: white;
478485
}

0 commit comments

Comments
 (0)