Advertisement
sonars

Untitled

Jul 11th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. a.nosticky {
  2.     margin: 10px 7px 0 7px;
  3.     float: right;
  4.     width: 27px;
  5.     height: 27px;
  6.     display: block;
  7.     text-indent: -999em;
  8.     background: url(../images/sticky.png) no-repeat 0 0;
  9.     outline:none !important;
  10. }
  11. .usersticky {
  12.     position: absolute !important;
  13. }
  14. .usersticky .nosticky  {
  15.     background: url(../images/sticky.png) no-repeat 0 -27px !important;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement