Skip to content

Commit

Permalink
Merge pull request #56 from colinux/css-fix
Browse files Browse the repository at this point in the history
Reapply `list-style-type:none` and `margin:0` for some lists
  • Loading branch information
cedriclombardot committed Jun 21, 2012
2 parents b21a97a + 3826744 commit 2b9c6a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@ fieldset.no-legend {
margin-bottom: 0;
}

.sf_admin_form_row ul, ul.audit-trail {
margin:0;
}

.sf_admin_form_row ul li, ul.audit-trail li {
list-style-type:none;
}

/* sytling radio_list and checkbox_list */
ul.radio_list, ul.checkbox_list {margin-left: 0px; padding-top: 6px; }

Expand Down

0 comments on commit 2b9c6a1

Please sign in to comment.