Browse Source

Fix filters dismiss button (#4412)

Keep the dismiss button near to the filter
version-14
ci2014 7 years ago
committed by Faris Ansari
parent
commit
81d683bae2
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      frappe/public/less/list.less

+ 4
- 1
frappe/public/less/list.less View File

@@ -45,12 +45,15 @@


.set-filters .btn-group { .set-filters .btn-group {
margin-right: 10px; margin-right: 10px;
white-space: nowrap;
font-size: 0;
} }


.set-filters .btn-group .btn-default { .set-filters .btn-group .btn-default {
background-color: transparent; background-color: transparent;
border: 1px solid @border-color; border: 1px solid @border-color;
color: @text-muted; color: @text-muted;
float: none;
} }


.filter-box { .filter-box {
@@ -630,4 +633,4 @@


.frappe-timestamp { .frappe-timestamp {
white-space: nowrap; white-space: nowrap;
}
}

Loading…
Cancel
Save