You are here

drupal-tabs.css in Tabs (jQuery UI tabs) 6

.tabs-nav-previous, .tabs-nav-next {
  font-size: 1em;
  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;
}
.ui-tabs-hide {
  position: absolute;
  left: -15000px;
  top: -15000px;
  visibility: hidden; 
}

File

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