Skip to content

Commit 92abb00

Browse files
author
MatthieuLP
committed
Add css for new date posted badge
1 parent f17f35e commit 92abb00

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

css/hf_base.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,10 +1133,12 @@ li.path-ext-svg a img {
11331133
font-weight: 600;
11341134
margin-top: 15px;
11351135
}
1136-
.filter-filetypes-form,
1137-
.filter-date_posted-form {
1136+
.filter-filetypes-form {
11381137
width: 200px;
11391138
}
1139+
.filter-date_posted-form {
1140+
width: 250px;
1141+
}
11401142
.filetypes-option-container,
11411143
.date_posted-option-container {
11421144
display: flex;
@@ -1163,10 +1165,10 @@ li.path-ext-svg a img {
11631165
position: relative;
11641166
padding: 5px;
11651167
}
1166-
.date_posted-option label {
1168+
/* .date_posted-option label {
11671169
width: 230px;
11681170
transform: translateX(-20px);
1169-
}
1171+
} */
11701172
.filetypes-option label .checked-icon,
11711173
.date_posted-option label .checked-icon{
11721174
display: none;
@@ -1185,7 +1187,8 @@ li.path-ext-svg a img {
11851187
margin-left: 30px;
11861188
}
11871189

1188-
.filetypes-option label .ext-badge {
1190+
.filetypes-option label .ext-badge,
1191+
.date_posted-option label .date_posted-badge {
11891192
margin-left: auto;
11901193
background: #ff7700;
11911194
border-radius: 10px;

0 commit comments

Comments
 (0)