SPR-908: QS - comments
This commit is contained in:
parent
3554750745
commit
7cc53208e5
9 changed files with 51 additions and 27 deletions
|
@ -1,6 +1,9 @@
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/**
|
||||||
/* all media */
|
* This file provides styles for bureaucracy plugin
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + global + + + + + */
|
||||||
|
|
||||||
.dokuwiki form.bureaucracy__plugin {
|
.dokuwiki form.bureaucracy__plugin {
|
||||||
fieldset {
|
fieldset {
|
||||||
|
@ -42,7 +45,6 @@
|
||||||
select {
|
select {
|
||||||
float: left;
|
float: left;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
//min-height: @toggle-size;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: .1em .2em;
|
padding: .1em .2em;
|
||||||
}
|
}
|
||||||
|
@ -95,13 +97,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#icke__page .content ul.autocompletion {}
|
|
||||||
|
|
||||||
ul.autocompletion li {}
|
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* min-width: 1440px */
|
/* min-width: 1440px */
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
/**
|
/**
|
||||||
* Style Adjustments for the edittable plugin
|
* This file provides styles for qc edittable plugin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + global + + + + + */
|
||||||
|
|
||||||
#dokuwiki__content.main-content {
|
#dokuwiki__content.main-content {
|
||||||
div.editbutton_table {
|
div.editbutton_table {
|
||||||
position: relative; // for IE
|
position: relative; // for IE
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/**
|
||||||
/* all media */
|
* This file provides styles for extension manager
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + global + + + + + */
|
||||||
|
|
||||||
.dokuwiki #extension__manager {
|
.dokuwiki #extension__manager {
|
||||||
.actions {
|
.actions {
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/**
|
||||||
|
* This file provides styles for highlight plugin
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + global + + + + + */
|
||||||
|
|
||||||
@media @screen_max-md {
|
@media @screen_max-md {
|
||||||
#plugin__highlightparent {
|
#plugin__highlightparent {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/**
|
||||||
/* all media */
|
* This file provides styles for magic matcher plugin
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
/**
|
/**
|
||||||
* This file provides styles for the edit view (?do=edit), preview
|
* This file provides styles for mediamanager
|
||||||
* and section edit buttons.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* + + + + + mediamanager + + + + + */
|
|
||||||
|
/* + + + + + global + + + + + */
|
||||||
|
|
||||||
#mediamanager__page {
|
#mediamanager__page {
|
||||||
.namespaces h2 {
|
.namespaces h2 {
|
||||||
|
|
|
@ -1,6 +1,14 @@
|
||||||
#dokuwiki__site > .plugin_move_dialog{
|
/**
|
||||||
|
* This file provides styles for move plugin
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + global + + + + + */
|
||||||
|
|
||||||
|
#dokuwiki__site > .plugin_move_dialog {
|
||||||
font-size: @font-size-default;
|
font-size: @font-size-default;
|
||||||
*{
|
|
||||||
|
* {
|
||||||
font-size: @font-size-default;
|
font-size: @font-size-default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
|
/**
|
||||||
|
* This file provides styles for popupviewer plugin
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + global + + + + + */
|
||||||
|
|
||||||
#popupviewer {
|
#popupviewer {
|
||||||
> .controls > .content {
|
> .controls > .content {
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/**
|
||||||
/* all media */
|
* This file provides styles for struct plugin
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + global + + + + + */
|
||||||
|
|
||||||
#dokuwiki__content {
|
#dokuwiki__content {
|
||||||
.structaggregation {
|
.structaggregation {
|
||||||
|
@ -97,7 +100,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + Struct Schema Editor + + + + + */
|
/* + + + + + form - Struct Schema Editor + + + + + */
|
||||||
form {
|
form {
|
||||||
&.doku_form.struct_newschema {
|
&.doku_form.struct_newschema {
|
||||||
fieldset {
|
fieldset {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue