summaryrefslogtreecommitdiff
path: root/lib/styles
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-09-16 23:02:29 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-09-16 23:02:29 +0200
commitc29dc6e4219a920b505ef667b82d4f601b34e52b (patch)
treef0452805b813f07a1dc41cfd82c806ef420ab27a /lib/styles
parent036b9e65c9e0a73373ee513b644825df2edf14d7 (diff)
downloadrpg-c29dc6e4219a920b505ef667b82d4f601b34e52b.tar.gz
rpg-c29dc6e4219a920b505ef667b82d4f601b34e52b.tar.bz2
updatecheck feature
This patch adds a feature to let DokuWiki automatically check if updates are available or any other important messages (like security warnings) and then display this info to the admin user. DokuWiki will contact the URL http://www.splitbrain.org/lib/exe/msg.php with a parameter telling it which messages it already know (read from conf/msg) - the server side script then will return all new messages. The messages will be displayed until DokuWiki was upgraded or conf/msg was updated manually. Messages are cached and only checked once a day. The messenger URL will probably change before the next release. darcs-hash:20060916210229-7ad00-7ac592650e171ae4144b0eb47a751a4ca480f031.gz
Diffstat (limited to 'lib/styles')
-rw-r--r--lib/styles/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/styles/style.css b/lib/styles/style.css
index cb39516c4..209e5654c 100644
--- a/lib/styles/style.css
+++ b/lib/styles/style.css
@@ -46,6 +46,17 @@ div.success {
overflow: hidden;
}
+div.notify {
+ background: #ffc url(../images/notify.png) 0.5em 0px no-repeat;
+ color: #000;
+ border-bottom: 1px solid #ffa;
+ font-size: 90%;
+ margin: 0;
+ padding-left: 3em;
+ overflow: hidden;
+}
+
+
/* image alignment */
.medialeft {
float: left;