From ee4c4a1b5a5840c1b9d2d8c74b3f4298dd52928b Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 11 Mar 2006 21:01:48 +0100 Subject: Automatic draft saving DokuWiki now automatically creates a draft file of the currently edited page. In case of an editing interuption (eg. Browsercrash) the draftfile can be continued later. darcs-hash:20060311200148-7ad00-919337a51e001136178d175a1755cd26122e9726.gz --- lib/tpl/default/design.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'lib/tpl/default') diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index 0f3502c98..70b429bc3 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -115,6 +115,16 @@ div.dokuwiki input.missing { display: inline; } +/* disabled style - not understood by IE */ +div.dokuwiki textarea.edit[disabled], +div.dokuwiki textarea.edit[readonly], +div.dokuwiki input.edit[disabled], +div.dokuwiki input.edit[readonly], +div.dokuwiki select.edit[disabled] { + background-color: #f5f5f5!important; + color: #666!important; +} + /* edit form */ div.dokuwiki div.toolbar, div.dokuwiki div#wiki__editbar { margin:2px 0; @@ -138,6 +148,10 @@ div.dokuwiki div#wiki__editbar div.summary { div.dokuwiki .nowrap { white-space:nowrap; } +div.dokuwiki div#draft__status { + float: right; + color: __dark__; +} /* --------- buttons ------------------- */ -- cgit v1.2.3