Skip to content

Commit

Permalink
[gh-574] Add #maincontent to form css to prevent unl feedback conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ericras committed Feb 15, 2013
1 parent da0a9aa commit aed1f33
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions css/form.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Basic form styles copied from Bartik theme
* with #maincontent prepended where needed.
*/


Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -209,4 +210,4 @@ html.js input.form-autocomplete {
}
html.js input.throbbing {
background-position: 100% -16px; /* LTR */
}
}

0 comments on commit aed1f33

Please sign in to comment.