Hide edit buttons
This commit is contained in:
@@ -122,21 +122,12 @@ div.picker button.toolbutton {
|
||||
/* section edit buttons
|
||||
********************************************************************/
|
||||
|
||||
/* Hidden for now - positioning was problematic */
|
||||
.dokuwiki .secedit {
|
||||
float: right;
|
||||
margin-top: -1.4em;
|
||||
}
|
||||
[dir=rtl] .dokuwiki .secedit {
|
||||
float: left;
|
||||
}
|
||||
.dokuwiki .secedit button {
|
||||
font-size: 75%;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* style for section highlighting */
|
||||
.dokuwiki div.section_highlight {
|
||||
margin: 0 -1em; /* negative side margin = side padding + side border */
|
||||
padding: 0 .5em;
|
||||
border: solid @ini_background_alt;
|
||||
border-width: 0 .5em;
|
||||
}
|
||||
/* Sidebar should never show section edit buttons */
|
||||
.dokuwiki #dokuwiki__aside .secedit {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user