
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.
26 lines
407 B
Text
26 lines
407 B
Text
/**
|
|
* 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;
|
|
}
|
|
|