SPR-908: qs old data plugin (edit button for table)
This commit is contained in:
parent
1dc51a98fd
commit
2a9c15f60e
2 changed files with 53 additions and 0 deletions
50
css/plugins/data.less
Normal file
50
css/plugins/data.less
Normal file
|
@ -0,0 +1,50 @@
|
|||
/**
|
||||
* This file provides styles for old data plugin
|
||||
* after importing struct data this can be deleted
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
|
||||
#dokuwiki__content {
|
||||
.dataplugin_entry.mitarbeiter.sectionedit2 {
|
||||
dl {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
+ .secedit.editbutton_plugin_data {
|
||||
position: relative;
|
||||
top: -1em; // as margin after DL
|
||||
float: left;
|
||||
font-size: @font-size-small; // for right position
|
||||
margin-top: 0;
|
||||
|
||||
form {
|
||||
button {
|
||||
min-height: 1rem;
|
||||
height: 1.8em;
|
||||
background-color: @ini_background_content;
|
||||
border-top: solid 1px @ini_button_background;
|
||||
border-color: @ini_border;
|
||||
border-radius: 0 0 @fix_border-radius @fix_border-radius;
|
||||
color: @ini_existing;
|
||||
font-size: @font-size-small;
|
||||
line-height: 1.8em;
|
||||
margin-top: -1px; // for right position
|
||||
margin-left: .6em;
|
||||
padding: 0 .3em;
|
||||
transition: @transition background-color, @transition border-color, @transition color;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
background-color: @ini_existing;
|
||||
border-color: @ini_existing;
|
||||
color: @ini_background_content;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -94,6 +94,7 @@ css/plugins/magic-matcher.less = all
|
|||
css/plugins/do_tasks.less = all
|
||||
css/plugins/qc.less = all
|
||||
css/plugins/struct.less = all
|
||||
css/plugins/structstatus.less = all
|
||||
css/plugins/bureaucracy.less = all
|
||||
css/plugins/highlight_parent.less = all
|
||||
css/plugins/edit.less = all
|
||||
|
@ -106,6 +107,8 @@ css/plugins/extension__manager.less = all
|
|||
css/plugins/folded.less = all
|
||||
css/plugins/configmanager.less = all
|
||||
|
||||
css/plugins/data.less = all
|
||||
|
||||
|
||||
; _____________ print styles _____________
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue