Skip to content

Commit c101431

Browse files
author
MatthieuLP
committed
css adjustment for title and filter actions
1 parent ee872d1 commit c101431

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

css/hf_base.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ li.path-ext-svg a img {
10411041
top: 20px;
10421042
right: 20px;
10431043
color: #aaa;
1044-
gap: 20px;
1044+
gap: 5px;
10451045
}
10461046
.filter-actions > *{
10471047
cursor: pointer;
@@ -1050,6 +1050,9 @@ li.path-ext-svg a img {
10501050
.filter-actions > *:hover{
10511051
color: #777;
10521052
}
1053+
.filter-actions span{
1054+
margin: 0;
1055+
}
10531056

10541057
.filter-filetypes-form .filter-actions {
10551058
gap: 5px;
@@ -1120,7 +1123,7 @@ li.path-ext-svg a img {
11201123
.filetypes-option-container {
11211124
display: flex;
11221125
flex-direction: column;
1123-
margin: 5px 0 20px 0;
1126+
margin: 20px 0 20px 0;
11241127
}
11251128
.filetypes-option:nth-child(odd) {
11261129
background: #f3f3f3;

skins/newspaper.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ td .nbEntries{
393393
.filter-form .filter-form-title {
394394
color: #ff7700;
395395
font-weight: bold;
396+
margin-bottom: 10px;
396397
}
397398

398399
.filter-tag-form .selectize-control,

0 commit comments

Comments
 (0)