From db69d0224bd0eb004bce19ca3eb66e70b8ee3519 Mon Sep 17 00:00:00 2001 From: Lincoln de Sousa Date: Mon, 24 Sep 2007 19:03:22 -0300 Subject: [PATCH] =?utf8?q?Melhorias=20no=20menu=20do=20palestrante=20e=20a?= =?utf8?q?lterac=C3=A3o=20no=20estilo=20dos=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- media/css/geral.css | 16 ++++++++++++++++ templates/base.html | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/media/css/geral.css b/media/css/geral.css index 62e21b8..2b4ca86 100644 --- a/media/css/geral.css +++ b/media/css/geral.css @@ -8,6 +8,15 @@ body { background:url(/site_media/imgs/bg_top.png) repeat-x; } +a { + color: red; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + div#top h1 { text-indent:-9999px; width:355px; @@ -123,6 +132,9 @@ div#patrocinio table { #menu-palestrante { position: absolute; + top: 125px; + width: 250px !important; + margin-left: 498px; } #menu-palestrante ul { @@ -133,3 +145,7 @@ div#patrocinio table { background-color: red; border: solid 1px white !important; } + +.errorlist { + color: red; +} diff --git a/templates/base.html b/templates/base.html index 6621c6e..d7d22e0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,6 @@ {% if user.palestrante_set.all %}