From 7e80fbebf3b77e9b076a2e7d18e5b0f49ce3ec85 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Wed, 29 Jun 2011 20:48:46 +0000 Subject: [PATCH] NIHVIVO-2796: Re-factored contact form templates --- themes/wilma/css/wilma.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 7e14065b..79133495 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1533,6 +1533,16 @@ input.add-account:active { top: 1px; } +/* -------------------------------------------------> */ +/* CONTACT FORM ------------------------------------> */ +/* -------------------------------------------------> */ +#contact_form input[type="text"] { + width: 20em; +} +#contact_form textarea { + width: 40em; +} + /* -------------------------------------------------> */ /* MENU MANAGEMENT ------------------------------------> */ /* -------------------------------------------------> */