Minor css fixes to last commit

merge-requests/208/head
Thomas Lynch 4 years ago
parent d31a33e7e3
commit 09775c0e1a
  1. 2
      gulp/res/css/style.css
  2. 47
      views/mixins/modal.pug

@ -132,7 +132,7 @@ pre {
border-color: transparent!important; border-color: transparent!important;
width: 80px; width: 80px;
} }
.fw { .fw, #filter-form {
width: 100%; width: 100%;
} }
.pr-20 { .pr-20 {

@ -139,27 +139,26 @@ mixin modal(data)
.label Custom CSS .label Custom CSS
textarea#customcss-setting(rows=7) textarea#customcss-setting(rows=7)
.row .row
.table-container.text-center form.text-center#filter-form
form#filter-form table
table tbody#advancedfilters
tbody#advancedfilters tr
tr th Post Filters
th Post Filters th
th th
th th
th tr
tr td Type
td Type td Value
td Value td Regex?
td Regex? td: input.right#filters-clear(type='button' value='Clear')
td: input.right#filters-clear(type='button' value='Clear') tr
tr td: select(name='type')
td: select(name='type') option(value='fname') Name
option(value='fname') Name option(value='ftrip') Tripcode
option(value='ftrip') Tripcode option(value='fsub') Subject
option(value='fsub') Subject td
td input#filter-value-input(required type='text' name='value')
input#filter-value-input(required type='text' name='value') td
td input(type='checkbox' name='regex')
input(type='checkbox' name='regex') td: input.right(type='submit' value='Add')
td: input.right(type='submit' value='Add')

Loading…
Cancel
Save