Skip to content

Instantly share code, notes, and snippets.

@firedfox
Created February 28, 2012 04:45
Show Gist options
  • Save firedfox/1929623 to your computer and use it in GitHub Desktop.
Save firedfox/1929623 to your computer and use it in GitHub Desktop.
gift_exchange_paging css
.gift_exchange_paging td {
width:16px;
height:16px;
text-align: center;
font-weight:bold;
border: 0px solid #006AB3;
font-size:12px;
}
.gift_exchange_paging td.current {
font-weight:bold;
background-color:#006ab3;
}
.gift_exchange_paging td.prev, .gift_exchange_paging td.next {
width:24px;
background:url("scroll_right.png") scroll no-repeat center center transparent;
}
.gift_exchange_paging td.next {
background-image:url("scroll_right.png");
}
.gift_exchange_paging td.next a {
display:block;
width:24px;
height:16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment