You are here

nodeorder.css in Node Order 5

.node-sort-list div.node, #dragHelper div.node {
  border-style: solid;
  border-width: 1px;
  border-color: black;  
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 7px;
}

.node-sort-list div.node h2, #dragHelper div.node h2 {
  background: #ffefff;
  border-style: dotted;
  border-width: 1px;
  padding-left: 5px;
  padding-bottom: 3px;
  cursor: move;
}

.sort-wrapper div.node-shell {
  margin-bottom: 1px;
}

.sortable-helper {
	border: 1px dashed black;
	background: #ff3;
}

File

nodeorder.css
View source
  1. .node-sort-list div.node, #dragHelper div.node {
  2. border-style: solid;
  3. border-width: 1px;
  4. border-color: black;
  5. margin-top: 5px;
  6. margin-bottom: 5px;
  7. margin-left: 0px;
  8. margin-right: 0px;
  9. padding: 7px;
  10. }
  11. .node-sort-list div.node h2, #dragHelper div.node h2 {
  12. background: #ffefff;
  13. border-style: dotted;
  14. border-width: 1px;
  15. padding-left: 5px;
  16. padding-bottom: 3px;
  17. cursor: move;
  18. }
  19. .sort-wrapper div.node-shell {
  20. margin-bottom: 1px;
  21. }
  22. .sortable-helper {
  23. border: 1px dashed black;
  24. background: #ff3;
  25. }