From b4999b495e828ff68a5c93f65a39efad5b37dcea Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Fri, 30 Oct 2009 18:32:25 -0200 Subject: changed landing view - moved devel.views.siteindex to public.views.index - using template from public view with added devel menu - added extra styles and images --- media/arch.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'media/arch.css') diff --git a/media/arch.css b/media/arch.css index 04810ce..92c2b93 100644 --- a/media/arch.css +++ b/media/arch.css @@ -66,6 +66,17 @@ body { border: 1px solid #eee4cb; padding: 10px; } +#updates { + font-size: small; + /*position: relative;*/ + top: 0px; + background: #f6efe0; + border: 1px solid #eee4cb; + padding: 10px; +} +#updates a.testing, #updates a.community-testing { + font-style: italic; +} #ads { z-index: 0; position: absolute; @@ -143,7 +154,7 @@ div.listing { #search { float: right; position: relative; - top: -1em; + top: -2em; font-size: 0.8em; } #search input { -- cgit v1.2.3-24-g4f1b