You are here

views_megarow.css in Views Megarow 7

tr.views-row-active {
  background-color: #D5E9F2 !important;
}
.megarow > td {
  padding: 0;
}

div.views-megarow-content {
  background: white;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: black;
  padding: 15px;
}

div.views-megarow-content .megarow-title {
  font-size: 120%;
  font-weight: bold;
  color: white;
  overflow: hidden;
  white-space: nowrap;
}

div.views-megarow-content .megarow-header {
  background-color: #888;
  margin-right: 20px;
  padding: 0 .25em 0 0.6em;
}

div.views-megarow-content .megarow-header a.close {
  background: url('close.png') top left no-repeat;
  color: white;
  display: block;
  height: 16px;
  margin-right: -23px;
  margin-top: 2px;
  text-indent: -1000em;
  width: 16px;
}

div.views-megarow-content .megarow-content {
  padding-top: 1em;
}

div.views-megarow-content a.close {
  color: black;
  float: right;
}

div.views-megarow-content a.close:hover {
  text-decoration: none;
}

div.views-megarow-content a.close img {
  position: relative;
  top: 1px;
}

div.views-megarow-content .megarow-content .megarow-throbber-wrapper {
  text-align: center;
}

div.views-megarow-content .form-item label {
  width: 15em;
  float: left;
}

div.views-megarow-content .form-item label.option {
  width: auto;
  float: none;
}

div.views-megarow-content .form-item .description {
  clear: left;
}

div.views-megarow-content .form-item .description .tips {
  margin-left: 2em;
}

div.views-megarow-content .no-float .form-item * {
  float: none;
}

div.views-megarow-content .megarow-form .no-float label  {
  width: auto;
}

div.views-megarow-content fieldset,
div.views-megarow-content .form-radios,
div.views-megarow-content .form-checkboxes {
  clear: left;
}

div.views-megarow-content .resizable-textarea {
  width: auto;
  margin-left: 15em;
  margin-right: 5em;
}

div.views-megarow-content .container-inline .form-item {
  margin-right: 2em;
}

File

views_megarow.css
View source
  1. tr.views-row-active {
  2. background-color: #D5E9F2 !important;
  3. }
  4. .megarow > td {
  5. padding: 0;
  6. }
  7. div.views-megarow-content {
  8. background: white;
  9. border: 1px solid #CCCCCC;
  10. border-radius: 4px;
  11. color: black;
  12. padding: 15px;
  13. }
  14. div.views-megarow-content .megarow-title {
  15. font-size: 120%;
  16. font-weight: bold;
  17. color: white;
  18. overflow: hidden;
  19. white-space: nowrap;
  20. }
  21. div.views-megarow-content .megarow-header {
  22. background-color: #888;
  23. margin-right: 20px;
  24. padding: 0 .25em 0 0.6em;
  25. }
  26. div.views-megarow-content .megarow-header a.close {
  27. background: url('close.png') top left no-repeat;
  28. color: white;
  29. display: block;
  30. height: 16px;
  31. margin-right: -23px;
  32. margin-top: 2px;
  33. text-indent: -1000em;
  34. width: 16px;
  35. }
  36. div.views-megarow-content .megarow-content {
  37. padding-top: 1em;
  38. }
  39. div.views-megarow-content a.close {
  40. color: black;
  41. float: right;
  42. }
  43. div.views-megarow-content a.close:hover {
  44. text-decoration: none;
  45. }
  46. div.views-megarow-content a.close img {
  47. position: relative;
  48. top: 1px;
  49. }
  50. div.views-megarow-content .megarow-content .megarow-throbber-wrapper {
  51. text-align: center;
  52. }
  53. div.views-megarow-content .form-item label {
  54. width: 15em;
  55. float: left;
  56. }
  57. div.views-megarow-content .form-item label.option {
  58. width: auto;
  59. float: none;
  60. }
  61. div.views-megarow-content .form-item .description {
  62. clear: left;
  63. }
  64. div.views-megarow-content .form-item .description .tips {
  65. margin-left: 2em;
  66. }
  67. div.views-megarow-content .no-float .form-item * {
  68. float: none;
  69. }
  70. div.views-megarow-content .megarow-form .no-float label {
  71. width: auto;
  72. }
  73. div.views-megarow-content fieldset,
  74. div.views-megarow-content .form-radios,
  75. div.views-megarow-content .form-checkboxes {
  76. clear: left;
  77. }
  78. div.views-megarow-content .resizable-textarea {
  79. width: auto;
  80. margin-left: 15em;
  81. margin-right: 5em;
  82. }
  83. div.views-megarow-content .container-inline .form-item {
  84. margin-right: 2em;
  85. }