From 1c9aebf4f305d8dc0b7d81b68d05c4a0cc22b794 Mon Sep 17 00:00:00 2001 From: mb863 Date: Mon, 10 Jan 2011 19:57:46 +0000 Subject: [PATCH] NIHVIVO-1640: Made text area element full width for Menu Management --- themes/wilma/css/edit.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/wilma/css/edit.css b/themes/wilma/css/edit.css index b300a4d4..bad5830f 100644 --- a/themes/wilma/css/edit.css +++ b/themes/wilma/css/edit.css @@ -14,6 +14,7 @@ input[type="password"]{ label{ margin-top: .5em; } +/* mb: id selector for submit will be replaced for a class selector. Markup needs to be changed*/ input#submit, input#submit:visited{ background: #222 url(../images/alert-overlay.png) repeat-x;