integrate QC plugin (ajax branch)

This refactors the page-attribute area a bit and intergrates the new
ajax branch of the QC plugin. I'm not really happy about the included
file - it should probably be moved to our Template class instead.
This commit is contained in:
Andreas Gohr 2017-03-09 16:15:10 +01:00
commit fbf9e9d682
10 changed files with 200 additions and 244 deletions
css/plugins

View file

@ -1,6 +1,26 @@
#plugin__qc__wrapper{
font-size: @font-size-default;
p{
font-size: @font-size-default;
/**
* Styles for the QC plugin
*/
// icon in page attributes
.page-attributes .plugin_qc {
.qc_icon {
margin: 0;
width: 2em;
height: 2em;
svg {
margin-top: 0.1em;
margin-left: 0.1em;
width: 1.6em;
height: 1.6em;
}
}
}
// output
.qc-output {
font-size: 90%;
border-bottom: 1px solid @ini_border;
}