From d67ca2c0f7f6b75608386c226d33afdda872757c Mon Sep 17 00:00:00 2001 From: matthiasgrimm Date: Thu, 16 Jun 2005 18:34:25 +0200 Subject: media reference check part 2 Part 1 only checks for the existance of references. Part 2 will show where this references are so that the user could easily find them. Both parts are configurable: refcheck darcs-hash:20050616163425-7ef76-a7fce6cd1ef5d2cc2e4ac3b869969a65c671770a.gz --- lib/tpl/default/layout.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'lib/tpl') diff --git a/lib/tpl/default/layout.css b/lib/tpl/default/layout.css index fea7c58ab..45fed3d49 100644 --- a/lib/tpl/default/layout.css +++ b/lib/tpl/default/layout.css @@ -107,3 +107,27 @@ div.uploadform { padding: 0.5em; width:65%; } + +div.mediaref_head { + margin-left:0.5em; +} + +div.mediaref .search_result { + padding-left:1em; +} + +.mediaref_ref { + color:#009900; +} + +div.mediaref_hidden { + margin-top:1em; + text-align:center; + font-size:1.2em; + color:#BB0000; +} + +div.mediaref_footer { + margin-top:1em; + text-align:center; +} -- cgit v1.2.3