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;
}
}