\
\
@@ -168,7 +168,7 @@
\
-
\
diff --git a/modules/system/assets/ui/less/filter.less b/modules/system/assets/ui/less/filter.less
index 139025878..7ae72c1d6 100644
--- a/modules/system/assets/ui/less/filter.less
+++ b/modules/system/assets/ui/less/filter.less
@@ -219,10 +219,29 @@
&.control-filter-date-popover {
min-width: 190px;
- .filter-buttons .btn {
- border-radius: 0;
- text-align: center;
+ .filter-buttons {
margin: 0;
+ padding: 0;
+
+ &:after {
+ content: "";
+ display: block;
+ clear: both;
+ }
+
+ .btn {
+ float: left;
+ width: 100%;
+ margin: 0;
+ border-radius: 0;
+ text-align: center;
+ }
+ }
+
+ &.--range {
+ .filter-buttons .btn {
+ width: 50%;
+ }
}
}
}