Merge "Add support for Argon2 password hashing"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.DatePopupWidget.less
index 4155779..05c4657 100644 (file)
@@ -1,5 +1,28 @@
+@import 'mediawiki.ui/variables';
+
 .mw-rcfilters-ui-datePopupWidget {
+       margin-top: 1em;
+       border-top: 1px solid @colorGray10;
+       padding-top: 1em;
+
+       &-title,
+       &-days,
+       &-hours {
+               margin: 0 0.9375em;
+       }
+
        &-days {
-               margin-top: 1em;
+               margin-top: 0.7em;
+               margin-bottom: 0.625em;
+       }
+
+       &-title {
+               display: block;
+               font-weight: bold;
+               margin-bottom: 0.5em;
+       }
+
+       .mw-rcfilters-ui-valuePickerWidget-title {
+               color: @colorGray7;
        }
 }