Sfoglia il codice sorgente

Fix filters dismiss button (#4412)

Keep the dismiss button near to the filter
version-14
ci2014 7 anni fa
committed by Faris Ansari
parent
commit
81d683bae2
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. +4
    -1
      frappe/public/less/list.less

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

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

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

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

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

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

Caricamento…
Annulla
Salva