You are here

active_tags.css in Active Tags 6.2

Same filename and directory in other branches
  1. 5 active_tags.css
  2. 6 active_tags.css
  3. 7.2 active_tags.css
.tag-entry {
  margin:5px 0px;
}

.tag-tag {
  background-color:#eee;
  padding:2px;
  display:inline;
  margin:2px;
}

.remove-tag {
  color:red;
  padding-left:5px;
  cursor:pointer;
}

.tag-popular {
  background-color:#eee;
  color:#999;
  padding:2px;
  display:inline;
  margin:2px;
}
.add-tag-popular {
  color:green;
  padding-left:5px;
  cursor:pointer;
}

File

active_tags.css
View source
  1. .tag-entry {
  2. margin:5px 0px;
  3. }
  4. .tag-tag {
  5. background-color:#eee;
  6. padding:2px;
  7. display:inline;
  8. margin:2px;
  9. }
  10. .remove-tag {
  11. color:red;
  12. padding-left:5px;
  13. cursor:pointer;
  14. }
  15. .tag-popular {
  16. background-color:#eee;
  17. color:#999;
  18. padding:2px;
  19. display:inline;
  20. margin:2px;
  21. }
  22. .add-tag-popular {
  23. color:green;
  24. padding-left:5px;
  25. cursor:pointer;
  26. }