# HG changeset patch # User juanjose.montesdeocaarbos # Date 1312591177 10800 # Node ID 4241a930cab2ae8e77ccaef51e31fac079c4b384 # Parent f6e4af3a0b09c2f1b71007c2c0e721be6610792b# Parent 734d3f0853bfbe944f2ea14e917996c39bdf46f8 Combinar diff -r 734d3f0853bf -r 4241a930cab2 Agendas/trunk/src/Agendas.Web/Content/Site.css --- a/Agendas/trunk/src/Agendas.Web/Content/Site.css Fri Aug 05 16:55:18 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Content/Site.css Fri Aug 05 21:39:37 2011 -0300 @@ -140,7 +140,7 @@ ----------------------------------------------------------*/ ul#menu { - padding: 0 0 0px; + padding: 50px 0px 0px; position: relative; margin: 0; text-align: right; @@ -260,7 +260,8 @@ #menucontainer { - margin-top:40px; + margin-top: 7px; + height: 80px; } div#title @@ -273,26 +274,28 @@ #logindisplay { display: block; - font-size:1.1em; - text-align:right; - margin:10px; + font-size: 1.1em; + text-align: right; + margin: 10px; + margin-top: -17px; + color: #ccc; } #logindisplay a:link { - color: #575757; + color: #ccc; text-decoration: underline; } #logindisplay a:visited { - color: #575757; + color: #ccc; text-decoration: underline; } #logindisplay a:hover { - color: #575757; + color: #ccc; text-decoration: none; } @@ -363,6 +366,7 @@ position: relative; margin: 0; text-align: left; + display:inline; } ul#portalmenu li diff -r 734d3f0853bf -r 4241a930cab2 Agendas/trunk/src/Agendas.Web/Views/Shared/_Layout.cshtml --- a/Agendas/trunk/src/Agendas.Web/Views/Shared/_Layout.cshtml Fri Aug 05 16:55:18 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/_Layout.cshtml Fri Aug 05 21:39:37 2011 -0300 @@ -19,8 +19,9 @@
-