summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-04-20 14:18:20 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-04-20 14:18:20 +0200
commitffec60bb97c533511a24cb03a6a7ea2b58c9b8a3 (patch)
treee7ebde7cb98eb1294da66a23b649a51352bb5ffc /lib
parent921ba557ebfbe154e3771715471d9f65630a464b (diff)
downloadrpg-ffec60bb97c533511a24cb03a6a7ea2b58c9b8a3.tar.gz
rpg-ffec60bb97c533511a24cb03a6a7ea2b58c9b8a3.tar.bz2
some tweaks to the pagetool css FS#2481
Diffstat (limited to 'lib')
-rw-r--r--lib/tpl/dokuwiki/css/pagetools.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/css/pagetools.css b/lib/tpl/dokuwiki/css/pagetools.css
index e301b084d..bfa22cb2e 100644
--- a/lib/tpl/dokuwiki/css/pagetools.css
+++ b/lib/tpl/dokuwiki/css/pagetools.css
@@ -14,7 +14,9 @@
padding-left: 40px;
}
.dokuwiki div.page {
+ height: 190px;
min-height: 190px; /* 30 (= height of icons) x 6 (= maximum number of possible tools) + 2x5 */
+ height: auto;
}
#dokuwiki__usertools {
/* move the tools just outside of the site */
@@ -27,10 +29,12 @@
right: -40px;
/* on same vertical level as first headline, because .page has 2em padding */
top: 2em;
+ width: 40px;
}
#dokuwiki__pagetools div.tools {
position: fixed;
+ width: 40px;
}
#dokuwiki__pagetools ul {
@@ -66,7 +70,8 @@
/* hide labels accessibly when neither on hover nor on focus */
#dokuwiki__pagetools ul li a span {
position: absolute;
- left: -99999px;
+ clip: rect(0 0 0 0); /* IE7, IE6 */
+ clip: rect(0, 0, 0, 0);
}
/* show all tools on hover and individual tools on focus */