Melhorias no menu do palestrante e alteracão no estilo dos links
authorLincoln de Sousa <lincoln@archlinux-br.org>
Mon, 24 Sep 2007 22:03:22 +0000 (19:03 -0300)
committerLincoln de Sousa <lincoln@archlinux-br.org>
Mon, 24 Sep 2007 22:03:22 +0000 (19:03 -0300)
media/css/geral.css
templates/base.html

index 62e21b8..2b4ca86 100644 (file)
@@ -8,6 +8,15 @@ body {
     background:url(/site_media/imgs/bg_top.png) repeat-x;\r
 }\r
 \r
+a {\r
+    color: red;\r
+    text-decoration: none;\r
+}\r
+\r
+a:hover {\r
+    text-decoration: underline;\r
+}\r
+\r
 div#top h1 {\r
     text-indent:-9999px;\r
     width:355px;\r
@@ -123,6 +132,9 @@ div#patrocinio table {
 \r
 #menu-palestrante {\r
     position: absolute;\r
+    top: 125px;\r
+    width: 250px !important;\r
+    margin-left: 498px;\r
 }\r
 \r
 #menu-palestrante ul {\r
@@ -133,3 +145,7 @@ div#patrocinio table {
     background-color: red;\r
     border: solid 1px white !important;\r
 }\r
+\r
+.errorlist {\r
+    color: red;\r
+}\r
index 6621c6e..d7d22e0 100644 (file)
@@ -15,7 +15,6 @@
 
                 {% if user.palestrante_set.all %}
                 <form id="menu-palestrante">
-                    <h3>Menu do palestrante</h3>
                     <ul>
                         <li><a href="/submeter_trabalho">Submeter Trabalho</a></li>
                         <li><a href="/meus_trabalhos">Trabalhos inscritos</a></li>