Merge "Avoid preemptive DB replication waits for farm cross-wiki redirects"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.ChangesListWrapperWidget.less
index 89acdc0..dc7afab 100644 (file)
@@ -1,6 +1,28 @@
 @import 'mw.rcfilters.mixins';
 
+@keyframes fadeBlue {
+       60% {
+               border-top-color: #36c;
+       }
+       100% {
+               border-top-color: #c8ccd1;
+       }
+}
+
 .mw-rcfilters-ui-changesListWrapperWidget {
+
+       &-newChanges {
+               min-height: 34px;
+               margin: 8px 0 0 0;
+               text-align: center;
+       }
+
+       &-previousChangesIndicator {
+               margin: 10px 0;
+               border-top: 2px solid #c8ccd1;
+               animation: 1s ease fadeBlue;
+       }
+
        &-results {
                width: 35em;
                margin: 5em auto;
                }
        }
 
+       h4:first-of-type {
+               margin-top: 0;
+               padding-top: 0;
+       }
+
        ul {
                // Each li's margin-left should be the width of the highlights
                // element + the margin