Skip to content

Commit

Permalink
formatting consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jul 21, 2010
1 parent 2119a31 commit a5e5dba
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions public/stylesheets/forms.css
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
/* Forms */

input[type="submit"]::-moz-focus-inner {
border: none;
} /*removes dotted outline on submit buttons when clicking in firefox */
border: none;
} /*removes dotted outline on submit buttons when clicking in firefox */

form ol {
list-style: none;
margin: 0 0 1em 0;
}
form ol ol { margin-left: 0; }
form ol li { margin: 0 0 1em 0; list-style-position: outside; }
form ol ol li { margin: 0 0 .25em 0; list-style-position: outside; } /*list-style-position fixes IE label margin bug*/
form ol {
list-style: none;
margin: 0 0 1em 0;
}
form ol ol { margin-left: 0; }
form ol li { margin: 0 0 1em 0; list-style-position: outside; }
form ol ol li { margin: 0 0 .25em 0; list-style-position: outside; } /*list-style-position fixes IE label margin bug*/

form ol li.error input { background: #FBE3E4; }
p.inline-errors { color: #D12F19; }
form ol li.file {
background: #e1e1e1;
border: 1px solid #c8c8c8;
padding: 10px;
}
form ol li.error input { background: #FBE3E4; }
p.inline-errors { color: #D12F19; }
form ol li.file {
background: #e1e1e1;
border: 1px solid #c8c8c8;
padding: 10px;
}

form abbr { border-bottom: 0; }
form abbr { border-bottom: 0; }

label { display: block; }
.required label { font-weight: bold; }
.checkbox_field label, .radio_field label { font-weight: normal; }
label { display: block; }
.required label { font-weight: bold; }
.checkbox_field label, .radio_field label { font-weight: normal; }

a.cancel { color: #7d0d0d; }
.inline-hints {
font-size: 0.8em;
color: #666;
margin-bottom: 0.25em;
}
a.cancel { color: #7d0d0d; }
.inline-hints {
font-size: 0.8em;
color: #666;
margin-bottom: 0.25em;
}

/* Fieldsets */
fieldset {
Expand Down

0 comments on commit a5e5dba

Please sign in to comment.