From: Lincoln de Sousa Date: Mon, 24 Sep 2007 22:03:22 +0000 (-0300) Subject: Melhorias no menu do palestrante e alteracão no estilo dos links X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Feventmanager.git;a=commitdiff_plain;h=db69d0224bd0eb004bce19ca3eb66e70b8ee3519 Melhorias no menu do palestrante e alteracão no estilo dos links --- 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 %}