You are here

drupal-tabs.css in Javascript Tools 5

html.js div.drupal-tabs {
  display: none;
}
html.js h2.drupal-tabs-title {
  display: none;
}
.tabs-nav-previous, .tabs-nav-next {
  font-size: 12px;
  font-weight: bold;
  float: left;
  border: 1px solid;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.tabs-nav-previous {
  float: left;
}
.tabs-nav-next {
  float: right;
}
.tabs-nav-link-sep {
  border-top: 2px #999 solid;
  margin-top: 10px;
  margin-bottom: 10px
}
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

File

tabs/drupal-tabs.css
View source
  1. html.js div.drupal-tabs {
  2. display: none;
  3. }
  4. html.js h2.drupal-tabs-title {
  5. display: none;
  6. }
  7. .tabs-nav-previous, .tabs-nav-next {
  8. font-size: 12px;
  9. font-weight: bold;
  10. float: left;
  11. border: 1px solid;
  12. padding: 5px;
  13. margin-bottom: 5px;
  14. cursor: pointer;
  15. }
  16. .tabs-nav-previous {
  17. float: left;
  18. }
  19. .tabs-nav-next {
  20. float: right;
  21. }
  22. .tabs-nav-link-sep {
  23. border-top: 2px #999 solid;
  24. margin-top: 10px;
  25. margin-bottom: 10px
  26. }
  27. span.clear {
  28. display: block;
  29. clear: both;
  30. height: 1px;
  31. line-height: 0px;
  32. font-size: 0px;
  33. margin-bottom: -1px;
  34. }