diff Agendas/trunk/src/Agendas.Web/Views/Shared/EditorTemplates/Url.cshtml @ 167:ea85bd893247

Ajustes menores de UI
author nelopauselli
date Sat, 06 Aug 2011 02:51:07 -0300
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/EditorTemplates/Url.cshtml	Sat Aug 06 02:51:07 2011 -0300
@@ -0,0 +1,2 @@
+@model string
+@Html.TextBox(string.Empty, Model, new {style="width: 350px"})