Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Views/Shared/_Layout.cshtml @ 168:97e51ddeeb58
Cambios menores en UI
author | nelopauselli |
---|---|
date | Sat, 06 Aug 2011 03:34:45 -0300 |
parents | f6e4af3a0b09 |
children | 3095a0b960c8 |
comparison
equal
deleted
inserted
replaced
167:ea85bd893247 | 168:97e51ddeeb58 |
---|---|
9 <script src="@Url.Content("~/Scripts/jquery-1.4.4.min.js")" type="text/javascript"></script> | 9 <script src="@Url.Content("~/Scripts/jquery-1.4.4.min.js")" type="text/javascript"></script> |
10 <script src="@Url.Content("~/Scripts/jquery-ui.js")" type="text/javascript"></script> | 10 <script src="@Url.Content("~/Scripts/jquery-ui.js")" type="text/javascript"></script> |
11 | 11 |
12 <script type="text/javascript"> | 12 <script type="text/javascript"> |
13 $(document).ready(function () { | 13 $(document).ready(function () { |
14 $(".errorbox").addClass("ui-state-error ui-corner-all"); | 14 $(".buttons > :button").addClass("ui-button"); |
15 $(".buttons > :submit").addClass("ui-button"); | |
16 $(".buttons > a").addClass("ui-button ui-state-default ui-corner-all"); | |
17 | |
18 $(".errorbox").addClass("ui-state-error ui-corner-all"); | |
15 $(".warningbox").addClass("ui-state-highlight ui-corner-all"); | 19 $(".warningbox").addClass("ui-state-highlight ui-corner-all"); |
16 $(".notificationbox").addClass("ui-corner-all"); | 20 $(".notificationbox").addClass("ui-corner-all"); |
17 }); | 21 }); |
18 </script> | 22 </script> |
19 </head> | 23 </head> |
41 <img alt="logo" src="@Url.Content("~/Content/altnetlogo.png")" /> | 45 <img alt="logo" src="@Url.Content("~/Content/altnetlogo.png")" /> |
42 </div> | 46 </div> |
43 @RenderBody() | 47 @RenderBody() |
44 </div> | 48 </div> |
45 <div id="footer"> | 49 <div id="footer"> |
46 Contacto: <a href="mailto:contacto@althethispano.org" alt="contacto@althethispano.org">contacto@althethispano.org</a> - | 50 Contacto: <a href="mailto:contacto@althethispano.org" alt="contacto@althethispano.org">contacto@althethispano.org</a> |
47 <strong>hosting by </strong> | 51 <strong>hosting by </strong> |
48 <a target="_blank" title="DiscountASP" href="http://www.discountasp.com/"> | 52 <a target="_blank" title="DiscountASP" href="http://www.discountasp.com/"> |
49 <img src="/Content/themes/altnethispano/images/logoDiscountASPNET.gif" alt="DiscountASP.NET" height="25" /> | 53 <img src="/Content/themes/altnethispano/images/logoDiscountASPNET.gif" alt="DiscountASP.NET" height="25" /> |
50 </a> | 54 </a> |
51 </div> | 55 </div> |