From 223b64e07f45c949e321a27ff14082dfe88815d3 Mon Sep 17 00:00:00 2001 From: mb863 Date: Thu, 27 Jan 2011 15:09:42 +0000 Subject: [PATCH] Changed background color to white for Site Information Editing form --- webapp/web/css/edit.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/web/css/edit.css b/webapp/web/css/edit.css index 0d08de3fd..4c7180bb7 100644 --- a/webapp/web/css/edit.css +++ b/webapp/web/css/edit.css @@ -75,7 +75,8 @@ p.submit { padding-bottom: 1em; color: #444444; line-height: 16px; - background-color: #eee; /* cals+vivo themes were: #dddddd; */ + /*background-color: #eee; cals+vivo themes were: #dddddd; */ + background-color: #fff min-height: 100px; font-size: 0.9em; }