mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-21 18:09:03 +01:00
Page indicators addition
This commit is contained in:
parent
55a962eb66
commit
77d331956d
@ -180,6 +180,9 @@ class pivotTemplate extends BaseTemplate {
|
||||
|
||||
<div class="row">
|
||||
<div class="large-12 columns">
|
||||
<!-- Output page indicators -->
|
||||
<?php echo $this->getIndicators(); ?>
|
||||
<!-- If user is logged in output echo location -->
|
||||
<?php if ($wgUser->isLoggedIn()): ?>
|
||||
<div id="echo-notifications">
|
||||
<div id="echo-notifications-alerts"></div>
|
||||
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user