You are here

sheetnode.css in Sheetnode 5

Same filename and directory in other branches
  1. 6 sheetnode.css
/*
*/

.sheetview {
  padding-top: 10px;
  margin-bottom: 30px;
}

.sheetview table, .sheetview td, .sheetview th {
  padding: 0;
  margin: 0;
  line-height: normal;
  border-width: 0;
  border-collapse: separate;
  width: auto;
  background: transparent;
  vertical-align: top;
}

.sheetview tr:hover {
  background: transparent;
}

.sheetview img {
  display: inline !important;
}

.sheetview input {
  display: inline !important;
  width: auto !important;
}

.sheetview #te_griddiv {
  background-image: url('images/stripe.png');
}

.sheetview #te_griddiv table {
  background: #fff;
}

.sheetview-fullscreen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  margin: 0;
  padding: 0;
  background: inherit;
}

File

sheetnode.css
View source
  1. /*
  2. */
  3. .sheetview {
  4. padding-top: 10px;
  5. margin-bottom: 30px;
  6. }
  7. .sheetview table, .sheetview td, .sheetview th {
  8. padding: 0;
  9. margin: 0;
  10. line-height: normal;
  11. border-width: 0;
  12. border-collapse: separate;
  13. width: auto;
  14. background: transparent;
  15. vertical-align: top;
  16. }
  17. .sheetview tr:hover {
  18. background: transparent;
  19. }
  20. .sheetview img {
  21. display: inline !important;
  22. }
  23. .sheetview input {
  24. display: inline !important;
  25. width: auto !important;
  26. }
  27. .sheetview #te_griddiv {
  28. background-image: url('images/stripe.png');
  29. }
  30. .sheetview #te_griddiv table {
  31. background: #fff;
  32. }
  33. .sheetview-fullscreen {
  34. display: block;
  35. position: absolute;
  36. top: 0;
  37. left: 0;
  38. width: 100%;
  39. height: 100%;
  40. z-index: 9999;
  41. margin: 0;
  42. padding: 0;
  43. background: inherit;
  44. }