Hide edit buttons
This commit is contained in:
@@ -122,21 +122,12 @@ div.picker button.toolbutton {
|
|||||||
/* section edit buttons
|
/* section edit buttons
|
||||||
********************************************************************/
|
********************************************************************/
|
||||||
|
|
||||||
|
/* Hidden for now - positioning was problematic */
|
||||||
.dokuwiki .secedit {
|
.dokuwiki .secedit {
|
||||||
float: right;
|
display: none;
|
||||||
margin-top: -1.4em;
|
|
||||||
}
|
|
||||||
[dir=rtl] .dokuwiki .secedit {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.dokuwiki .secedit button {
|
|
||||||
font-size: 75%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* style for section highlighting */
|
/* Sidebar should never show section edit buttons */
|
||||||
.dokuwiki div.section_highlight {
|
.dokuwiki #dokuwiki__aside .secedit {
|
||||||
margin: 0 -1em; /* negative side margin = side padding + side border */
|
display: none;
|
||||||
padding: 0 .5em;
|
}
|
||||||
border: solid @ini_background_alt;
|
|
||||||
border-width: 0 .5em;
|
|
||||||
}
|
|
||||||
7
main.php
7
main.php
@@ -1,11 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DokuWiki Default Template 2012
|
* luxtools main template
|
||||||
*
|
*
|
||||||
* @link http://dokuwiki.org/template
|
* @link https://git.luxick.de/luxick/luxtools-template
|
||||||
* @author Anika Henke <anika@selfthinker.org>
|
* @author luxick <git@luxick.de>
|
||||||
* @author Clarence Lee <clarencedglee@gmail.com>
|
|
||||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user