Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eric Rasmussen
UNL-CMS
Commits
30b64e65
Commit
30b64e65
authored
Feb 15, 2013
by
Eric Rasmussen
Browse files
[gh-574] Add #maincontent to form css to prevent unl feedback conflicts
parent
e6a7855b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sites/all/themes/unl_wdn/css/form.css
View file @
30b64e65
/**
* 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
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment