Skip to content

Commit

Permalink
Contacts: Fixed some css.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghus committed Jan 2, 2013
1 parent 665f416 commit 1956eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contacts/css/contacts.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ dl.form { display: block; width: auto; margin: 0; padding: 0; cursor: normal; }
#dropdown { margin: 1.5em 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; }

/* reset box-sizing for multiSelect */
.multiselect, .multiselect * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.multiselectoptions > li > * {
#content div.multiselect, #content div.multiselect > * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
#content .multiselectoptions > li > * {
-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
color: #888888;
display: block;
Expand Down

0 comments on commit 1956eb5

Please sign in to comment.