mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-21 18:09:03 +01:00
Merge pull request #106 from Hutchy68/bug-enhance-changes
Fixes and new icons
This commit is contained in:
commit
c14a1ad4dc
@ -1,4 +1,6 @@
|
|||||||
## Version 2.3.1-dev
|
## Version 2.3.1-dev
|
||||||
|
* [bug] Make VE compatible with removal of old VE CSS deletion
|
||||||
|
* [enhancement] Icon for Purge Extension, MPDF and n-help-mediawiki in Navigation
|
||||||
|
|
||||||
## Version 2.3.0
|
## Version 2.3.0
|
||||||
* [compatibility, CSS] Load MW core CSS that was dropped in MW 1.35
|
* [compatibility, CSS] Load MW core CSS that was dropped in MW 1.35
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#n-recentchanges a:before {content: "\f0ae";}
|
#n-recentchanges a:before {content: "\f0ae";}
|
||||||
#n-randompage a:before {content: "\f074";}
|
#n-randompage a:before {content: "\f074";}
|
||||||
#n-help a:before {content: "\f128";}
|
#n-help a:before {content: "\f128";}
|
||||||
|
#n-help-mediawiki a:before {content: "\f128";}
|
||||||
|
|
||||||
/* -- Toolbox -- */
|
/* -- Toolbox -- */
|
||||||
#t-whatlinkshere a:before {content: "\f047";}
|
#t-whatlinkshere a:before {content: "\f047";}
|
||||||
@ -37,14 +38,15 @@
|
|||||||
#ca-unprotect a:before {content: "\f132";}
|
#ca-unprotect a:before {content: "\f132";}
|
||||||
#ca-watch a:before {content: "\f006";}
|
#ca-watch a:before {content: "\f006";}
|
||||||
#ca-unwatch a:before {content: "\f005";}
|
#ca-unwatch a:before {content: "\f005";}
|
||||||
|
|
||||||
#ca-ve-edit a:before {content: "\f040";}
|
#ca-ve-edit a:before {content: "\f040";}
|
||||||
#ca-viewsource a:before {content: "\f02d";}
|
#ca-viewsource a:before {content: "\f02d";}
|
||||||
#ca-form_edit a:before {content: "\f14b";}
|
#ca-form_edit a:before {content: "\f14b";}
|
||||||
#ca-purge a:before {content: "\f021";}
|
#ca-purge a:before {content: "\f021";}
|
||||||
|
#ca-purge-ext a:before {content: "\f021";}
|
||||||
#ca-undelete a:before {content: "\f0e2";}
|
#ca-undelete a:before {content: "\f0e2";}
|
||||||
#ca-ask_delete_permanently a:before {content: "\f0c4";}
|
#ca-ask_delete_permanently a:before {content: "\f0c4";}
|
||||||
#ca-addsection a:before {content: "\f067";}
|
#ca-addsection a:before {content: "\f067";}
|
||||||
|
#ca-mpdf a:before {content: "\f1c1";}
|
||||||
|
|
||||||
/* -- Usermenu -- */
|
/* -- Usermenu -- */
|
||||||
#pt-userpage a:before {content: "\f007";}
|
#pt-userpage a:before {content: "\f007";}
|
||||||
|
@ -1094,18 +1094,6 @@ ul[class*="block-grid"] {
|
|||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Visual Editor Fixes */
|
|
||||||
.ve-activated #content {
|
|
||||||
margin-top: 4em;
|
|
||||||
}
|
|
||||||
.ve-ce-documentNode {
|
|
||||||
background:#fff;
|
|
||||||
}
|
|
||||||
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link,
|
|
||||||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link {
|
|
||||||
display: inline !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mw-indicators {
|
.mw-indicators {
|
||||||
float: right;
|
float: right;
|
||||||
font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
|
font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
|
||||||
|
Loading…
Reference in New Issue
Block a user