From 30b64e657274ad9edbf7dc87f92f589cbebbd27e Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <ericrasmussen1@gmail.com> Date: Fri, 15 Feb 2013 16:36:00 -0600 Subject: [PATCH] [gh-574] Add #maincontent to form css to prevent unl feedback conflicts --- sites/all/themes/unl_wdn/css/form.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sites/all/themes/unl_wdn/css/form.css b/sites/all/themes/unl_wdn/css/form.css index 6e0e0fd1b..1f730a197 100644 --- a/sites/all/themes/unl_wdn/css/form.css +++ b/sites/all/themes/unl_wdn/css/form.css @@ -1,5 +1,6 @@ /** * Basic form styles copied from Bartik theme + * with #maincontent prepended where needed. */ @@ -87,7 +88,7 @@ fieldset.collapsed { -webkit-border-radius: 0; border-radius: 0; } -fieldset legend { +#maincontent fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; @@ -136,15 +137,15 @@ fieldset .fieldset-description { color: #3c3c3c; font-style: italic; } -input { +#maincontent input { margin: 2px 0; padding: 4px; } -input, -textarea { +#maincontent input, +#maincontent textarea { font-size: 0.929em; } -textarea { +#maincontent textarea { line-height: 1.5; } textarea.form-textarea, @@ -209,4 +210,4 @@ html.js input.form-autocomplete { } html.js input.throbbing { background-position: 100% -16px; /* LTR */ -} \ No newline at end of file +} -- GitLab