Add CSS for plugin tablelayout

This commit is contained in:
Anna Dabrowska 2019-04-11 16:10:47 +02:00
commit 60176978c4
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,19 @@
/**
* This file provides styles for "tablelayout plugin"
*/
/* + + + + + global + + + + + */
#dokuwiki__content.main-content .secedit.editbutton_table{
a.button.print {
min-height: 1rem;
background-color: @ini_background;
border-radius: 0 @ini_default_border_radius;
border-top: solid 1px;
border-color: @ini_border;
font-size: .88rem;
margin-top: -1px;
padding-right: .3em;
}
}

View file

@ -107,6 +107,7 @@ css/plugins/tabinclude.less = all
css/plugins/tagging.less = all
css/plugins/include.less = all
css/plugins/edittable.less = all
css/plugins/tablelayout.less = all
css/plugins/extension__manager.less = all
css/plugins/folded.less = all
css/plugins/configmanager.less = all