From 7c96e92f0ca5a86b89ff1e7eb72cdde27cf1b57c Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 2 Mar 2006 15:36:43 +0100 Subject: load spellchecker styles only when needed fixes #539 darcs-hash:20060302143643-6e07b-ff99705142a057d0c53b1b6b5c5e2cfc73ff8902.gz --- lib/tpl/default/design.css | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'lib/tpl') diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index b46987369..f23166c21 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -154,6 +154,7 @@ div.dokuwiki input.button, div.dokuwiki button.button{ /* \*/ display: inline; /* */ + } * html div.dokuwiki input.button, * html div.dokuwiki button.button{ @@ -730,33 +731,18 @@ div.dokuwiki a.spell_error { } div.dokuwiki div#spell__suggest { - position: absolute; - left: 0; - top: 0; - display: none; background-color: __white__; padding: 2px; border: 1px solid __black__; font-size:80%; - z-index: 2; } div.dokuwiki div#spell__result { - display:none; - font-family:monospace; border: 1px solid __dark__; color: Black; font-size:14px; padding: 3px; background-color: __lighter__; - overflow: auto; - z-index: 1; - - white-space: pre-wrap; /* css-3 */ - white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ - word-wrap: break-word; /* Internet Explorer 5.5+ */ } div.dokuwiki span.spell_noerr { -- cgit v1.2.3