You are here

community_tags.css in Community Tags 7

Same filename and directory in other branches
  1. 5 community_tags.css
  2. 6.2 community_tags.css
  3. 6 community_tags.css
div.tag-widget {
}

div.tag-widget ul.inline-tags {
  list-style-type: none;
  list-style-image: none;
  background: url('tag.png') no-repeat 0 3px;
  margin: 0;
  padding: 0 0 0 22px;
}
div.tag-widget ul.inline-tags li {
  list-style-type: none;
  list-style-image: none;
  background: none;
  float: left;
  margin: 0 -12px 0 0;
  padding: 1px 18px 1px 5px;
  cursor: pointer;
  position: relative;
  display: inline;
}
div.tag-widget ul.inline-tags li:hover, div.tag-widget ul.inline-tags li.hover {
  background: #fdd url('delete.png') no-repeat 100% 50%;
  z-index: 2;
}
div.tag-widget input.form-tags {
  width: 16em;
}
.block div.tag-widget input.form-tags {
  width: 12em;
}
html.js span.no-js, html.js input.form-tags {
  display: none;
}

File

community_tags.css
View source
  1. div.tag-widget {
  2. }
  3. div.tag-widget ul.inline-tags {
  4. list-style-type: none;
  5. list-style-image: none;
  6. background: url('tag.png') no-repeat 0 3px;
  7. margin: 0;
  8. padding: 0 0 0 22px;
  9. }
  10. div.tag-widget ul.inline-tags li {
  11. list-style-type: none;
  12. list-style-image: none;
  13. background: none;
  14. float: left;
  15. margin: 0 -12px 0 0;
  16. padding: 1px 18px 1px 5px;
  17. cursor: pointer;
  18. position: relative;
  19. display: inline;
  20. }
  21. div.tag-widget ul.inline-tags li:hover, div.tag-widget ul.inline-tags li.hover {
  22. background: #fdd url('delete.png') no-repeat 100% 50%;
  23. z-index: 2;
  24. }
  25. div.tag-widget input.form-tags {
  26. width: 16em;
  27. }
  28. .block div.tag-widget input.form-tags {
  29. width: 12em;
  30. }
  31. html.js span.no-js, html.js input.form-tags {
  32. display: none;
  33. }