You are here

thumbs-up.css in Rate 7

Same filename and directory in other branches
  1. 6.2 templates/thumbs-up/thumbs-up.css
.rate-thumbs-up-btn-up {
  display: inline-block;
  background: url(../thumbs-up-down/thumbs.png) no-repeat 0 0;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}

File

templates/thumbs-up/thumbs-up.css
View source
  1. .rate-thumbs-up-btn-up {
  2. display: inline-block;
  3. background: url(../thumbs-up-down/thumbs.png) no-repeat 0 0;
  4. width: 24px;
  5. height: 24px;
  6. text-indent: -9999px;
  7. }