Add CSS for plugin tablelayout
This commit is contained in:
parent
8606ceef9f
commit
60176978c4
2 changed files with 20 additions and 0 deletions
19
css/plugins/tablelayout.less
Normal file
19
css/plugins/tablelayout.less
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue