Skip to content

Instantly share code, notes, and snippets.

@dmackerman
Created January 3, 2013 21:48
Show Gist options
  • Select an option

  • Save dmackerman/4447664 to your computer and use it in GitHub Desktop.

Select an option

Save dmackerman/4447664 to your computer and use it in GitHub Desktop.
.contact-preference-1 {
padding-left: 20px;
background-image: url(../images/icons/accept.png);
background-position: 0px 1px;
background-repeat: no-repeat;
text-transform: uppercase;
}
.contact-preference-2 {
padding-left: 20px;
background-image: url(../images/icons/flag_yellow.png);
background-position: 0px 1px;
background-repeat: no-repeat;
text-transform: uppercase;
}
.contact-preference-3 {
padding-left: 20px;
background-image: url(../images/icons/flag_yellow.png);
background-position: 0px 1px;
background-repeat: no-repeat;
text-transform: uppercase;
}
.contact-preference-4 {
padding-left: 20px;
background-image: url(../images/icons/exclamation.png);
background-position: 0px 1px;
background-repeat: no-repeat;
text-transform: uppercase;
}
.contact-preference-5 {
padding-left: 20px;
background-image: url(../images/icons/flag_yellow.png);
background-position: 0px 1px;
background-repeat: no-repeat;
text-transform: uppercase;
}
.phone-preference-1, .phone-preference-2, .phone-preference-3 { }
.phone-preference-4 {
padding-left: 20px;
background-image: url(../images/icons/exclamation.png);
background-position: 0px 1px;
background-repeat: no-repeat;
}
.phone-preference-5 { }
.email-preference-1 { }
.email-preference-2 {
padding-left: 20px;
background-image: url(../images/icons/exclamation.png);
background-position: 0px 1px;
background-repeat: no-repeat;
}
.email-preference-3 {
padding-left: 20px;
background-image: url(../images/icons/flag_yellow.png);
background-position: 0px 1px;
background-repeat: no-repeat;
}
.email-preference-4 {
padding-left: 20px;
background-image: url(../images/icons/exclamation.png);
background-position: 0px 1px;
background-repeat: no-repeat;
}
.email-preference-5 {
padding-left: 20px;
background-image: url(../images/icons/flag_yellow.png);
background-position: 0px 1px;
background-repeat: no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment