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;
width: 80px;
}
.fw {
.fw, #filter-form {
width: 100%;
}
.pr-20 {

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

Loading…
Cancel
Save