You are here

active_tags.css in Active Tags 7.2

Same filename and directory in other branches
  1. 5 active_tags.css
  2. 6.2 active_tags.css
  3. 6 active_tags.css
.at-term-list {
  padding: 5px 0;
}

.at-term {
  background-color:#eee;
  padding:2px;
  display:inline;
  margin:2px;
  cursor:pointer;
}

.at-term-action-remove {
  color:red;
  padding-left:5px;
}

.at-term-entry {
  width: 300px;
  float: left;
}

.at-add-btn {
  margin: 0 10px;
}

File

active_tags.css
View source
  1. .at-term-list {
  2. padding: 5px 0;
  3. }
  4. .at-term {
  5. background-color:#eee;
  6. padding:2px;
  7. display:inline;
  8. margin:2px;
  9. cursor:pointer;
  10. }
  11. .at-term-action-remove {
  12. color:red;
  13. padding-left:5px;
  14. }
  15. .at-term-entry {
  16. width: 300px;
  17. float: left;
  18. }
  19. .at-add-btn {
  20. margin: 0 10px;
  21. }