Adding edittable version 2023-01-14 (66785d9).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
51b386fcf7
commit
778f9ac0bf
101 changed files with 56770 additions and 0 deletions
36
plugins/55/edittable/less/editbutton.less
Normal file
36
plugins/55/edittable/less/editbutton.less
Normal file
|
@ -0,0 +1,36 @@
|
|||
/* the section edit button */
|
||||
.dokuwiki div.editbutton_table {
|
||||
margin-top: -1.7em; // this is correct for dokuwiki template, but we adjust it via JS later
|
||||
float: none;
|
||||
display: none; // we make it visible by JavaScript
|
||||
margin-bottom: 1em;
|
||||
|
||||
form div.no button,
|
||||
form div.no input.button {
|
||||
margin-left: 0.6em;
|
||||
padding: 0 0.3em;
|
||||
background-image: none;
|
||||
border-top: none;
|
||||
float: none;
|
||||
|
||||
line-height: 1.8em;
|
||||
height: 1.8em;
|
||||
|
||||
|
||||
border-top-right-radius: 0;
|
||||
-moz-border-radius-topright: 0;
|
||||
-webkit-border-top-right-radius: 0;
|
||||
|
||||
border-top-left-radius: 0;
|
||||
-moz-border-radius-topleft: 0;
|
||||
-webkit-border-top-left-radius: 0;
|
||||
|
||||
border-bottom-right-radius: 0.5em;
|
||||
-moz-border-radius-bottomright: 0.5em;
|
||||
-webkit-border-bottom-right-radius: 0.5em;
|
||||
|
||||
border-bottom-left-radius: 0.5em;
|
||||
-moz-border-radius-bottomleft: 0.5em;
|
||||
-webkit-border-bottom-left-radius: 0.5em;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue