diff --git a/Pivot.skin.php b/Pivot.skin.php index 150b22a..5a99ed8 100644 --- a/Pivot.skin.php +++ b/Pivot.skin.php @@ -180,6 +180,9 @@ class pivotTemplate extends BaseTemplate {
+ + getIndicators(); ?> + isLoggedIn()): ?>
diff --git a/assets/stylesheets/pivot.css b/assets/stylesheets/pivot.css index d60dd29..0bdc526 100644 --- a/assets/stylesheets/pivot.css +++ b/assets/stylesheets/pivot.css @@ -1156,3 +1156,14 @@ ul[class*="block-grid"] { .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link { display: inline !important; } + +.mw-indicators { + float: right; + line-height: 1.6; + font-size: 0.875em; + position: relative; + margin: -.5em .5em 0; + max-height: 25px; + width: auto; + z-index: 1; +} \ No newline at end of file