1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-10-29 08:17:36 +01:00

Page indicators addition

This commit is contained in:
Tom Hutchison
2017-04-18 09:24:36 -04:00
parent 55a962eb66
commit 77d331956d
2 changed files with 14 additions and 0 deletions

View File

@@ -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;
}