You are here

noderelationships.admin_settings.css in Node Relationships 6

/**
 * Relationship settings table.
 */
#noderelationships-settings-table .draggable {
  padding-right: 0;
  white-space: nowrap;
}
#noderelationships-settings-table .draggable a.tabledrag-handle {
  margin: 0;
  padding: 0;
}
#noderelationships-settings-table td.region {
  font-weight: bold;
}
#noderelationships-settings-table tr.region-message {
  font-weight: normal;
  color: #999;
}
#noderelationships-settings-table tr.region-populated {
  display: none;
}
html.js .noderelationships-cell-weight,
html.js .noderelationships-cell-region {
  display: none;
}
.noderelationships-region-field .tabledrag-handle {
  visibility: hidden;
}
.noderelationships-region-none .noderelationships-cell-options *,
.noderelationships-region-none .noderelationships-disable-button,
.noderelationships-cell-transfer {
  visibility: hidden;
}
.noderelationships-cell-field {
  white-space: normal;
}
.noderelationships-cell-field a,
.noderelationships-cell-field span {
  display: none;
}
.noderelationships-region-field .noderelationships-cell-field a,
.noderelationships-region-field .noderelationships-cell-field span {
  display: inline;
}
.noderelationships-cell-center {
  text-align: center;
}
.noderelationships-cell-right {
  text-align: right;
}
.noderelationships-cell-referrer {
  padding-left: 18px;
  background: url(../images/entity-referrer.png) no-repeat 0 50%;
}
.noderelationships-cell-referred {
  padding-left: 18px;
  background: url(../images/entity-referred.png) no-repeat 0 50%;
}
.noderelationships-cell-current-self {
  padding-left: 18px;
  background: url(../images/entity-current-self.png) no-repeat 0 50%;
}
.noderelationships-cell-noderef {
  padding-left: 18px;
  background: url(../images/field-nodereference.png) no-repeat 0 50%;
}
.noderelationships-cell-noderef-self {
  padding-left: 18px;
  background: url(../images/field-nodereference-self.png) no-repeat 0 50%;
}
.noderelationships-cell-noderef-any {
  padding-left: 18px;
  background: url(../images/field-nodereference-any.png) no-repeat 0 50%;
}

/**
 * View settings button.
 */
.noderelationships-cell-options {
  white-space: nowrap;
}
.noderelationships-cell-options .form-select {
  display: inline;
  margin-right: 2px;
}
.noderelationships-view-settings-button {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  padding: 0;
  width: 20px;
  height: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: #cecece #606060 #606060 #cecece;
  background: #f4f4f4 url(../images/view-settings.png) no-repeat 0 0;
}
.noderelationships-view-settings-button:hover {
  background-color: #ffffff;
  background-position: 0 -18px;
}

/**
 * Disable button.
 */
.noderelationships-disable-button {
  display: block;
  float: right;
  margin-right: 16px;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #cecece #606060 #606060 #cecece;
  background: #f4f4f4 url(../images/multiselect-sprites.png) no-repeat -200px -160px;
}
.noderelationships-disable-button:hover {
  background-color: #ffffff;
  background-position: 0 -160px;
}

/**
 * jQuery UI effects.
 */
.noderelationships-effects-transfer {
  border: 1px dashed #888888;
  background-color: #f0f0f0;
  opacity: .5; /* css standard */
  filter: alpha(opacity=50); /* IE */
}

File

css/noderelationships.admin_settings.css
View source
  1. /**
  2. * Relationship settings table.
  3. */
  4. #noderelationships-settings-table .draggable {
  5. padding-right: 0;
  6. white-space: nowrap;
  7. }
  8. #noderelationships-settings-table .draggable a.tabledrag-handle {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. #noderelationships-settings-table td.region {
  13. font-weight: bold;
  14. }
  15. #noderelationships-settings-table tr.region-message {
  16. font-weight: normal;
  17. color: #999;
  18. }
  19. #noderelationships-settings-table tr.region-populated {
  20. display: none;
  21. }
  22. html.js .noderelationships-cell-weight,
  23. html.js .noderelationships-cell-region {
  24. display: none;
  25. }
  26. .noderelationships-region-field .tabledrag-handle {
  27. visibility: hidden;
  28. }
  29. .noderelationships-region-none .noderelationships-cell-options *,
  30. .noderelationships-region-none .noderelationships-disable-button,
  31. .noderelationships-cell-transfer {
  32. visibility: hidden;
  33. }
  34. .noderelationships-cell-field {
  35. white-space: normal;
  36. }
  37. .noderelationships-cell-field a,
  38. .noderelationships-cell-field span {
  39. display: none;
  40. }
  41. .noderelationships-region-field .noderelationships-cell-field a,
  42. .noderelationships-region-field .noderelationships-cell-field span {
  43. display: inline;
  44. }
  45. .noderelationships-cell-center {
  46. text-align: center;
  47. }
  48. .noderelationships-cell-right {
  49. text-align: right;
  50. }
  51. .noderelationships-cell-referrer {
  52. padding-left: 18px;
  53. background: url(../images/entity-referrer.png) no-repeat 0 50%;
  54. }
  55. .noderelationships-cell-referred {
  56. padding-left: 18px;
  57. background: url(../images/entity-referred.png) no-repeat 0 50%;
  58. }
  59. .noderelationships-cell-current-self {
  60. padding-left: 18px;
  61. background: url(../images/entity-current-self.png) no-repeat 0 50%;
  62. }
  63. .noderelationships-cell-noderef {
  64. padding-left: 18px;
  65. background: url(../images/field-nodereference.png) no-repeat 0 50%;
  66. }
  67. .noderelationships-cell-noderef-self {
  68. padding-left: 18px;
  69. background: url(../images/field-nodereference-self.png) no-repeat 0 50%;
  70. }
  71. .noderelationships-cell-noderef-any {
  72. padding-left: 18px;
  73. background: url(../images/field-nodereference-any.png) no-repeat 0 50%;
  74. }
  75. /**
  76. * View settings button.
  77. */
  78. .noderelationships-cell-options {
  79. white-space: nowrap;
  80. }
  81. .noderelationships-cell-options .form-select {
  82. display: inline;
  83. margin-right: 2px;
  84. }
  85. .noderelationships-view-settings-button {
  86. display: inline-block;
  87. vertical-align: bottom;
  88. margin-right: 8px;
  89. padding: 0;
  90. width: 20px;
  91. height: 18px;
  92. border-width: 1px;
  93. border-style: solid;
  94. border-color: #cecece #606060 #606060 #cecece;
  95. background: #f4f4f4 url(../images/view-settings.png) no-repeat 0 0;
  96. }
  97. .noderelationships-view-settings-button:hover {
  98. background-color: #ffffff;
  99. background-position: 0 -18px;
  100. }
  101. /**
  102. * Disable button.
  103. */
  104. .noderelationships-disable-button {
  105. display: block;
  106. float: right;
  107. margin-right: 16px;
  108. width: 16px;
  109. height: 16px;
  110. border-width: 1px;
  111. border-style: solid;
  112. border-color: #cecece #606060 #606060 #cecece;
  113. background: #f4f4f4 url(../images/multiselect-sprites.png) no-repeat -200px -160px;
  114. }
  115. .noderelationships-disable-button:hover {
  116. background-color: #ffffff;
  117. background-position: 0 -160px;
  118. }
  119. /**
  120. * jQuery UI effects.
  121. */
  122. .noderelationships-effects-transfer {
  123. border: 1px dashed #888888;
  124. background-color: #f0f0f0;
  125. opacity: .5; /* css standard */
  126. filter: alpha(opacity=50); /* IE */
  127. }