You are here

styles.css in DraggableViews 7

Same filename and directory in other branches
  1. 6.3 styles.css
  2. 6 styles.css
  3. 6.2 styles.css
.draggableviews-expand{
  margin-left: 3px;
  position: relative;
  top:3px;
  
  background-image: url("graphics/icon_expand.gif");
  width: 15px;
  height: 20px;
  display: inline-block;
  
  cursor: pointer;
}
.draggableviews-collapse{
  margin-left: 3px;
  position: relative;
  top:3px;
  
  background-image: url("graphics/icon_collapse.gif");
  width: 15px;
  height: 20px;
  display: inline-block;
  
  cursor: pointer;
}

tr.draggable.odd.draggableviews-extended{
  background-color: #fafafa;
  border: dashed #dae1e6;
  border-width: 1px 0;
}
tr.draggable.even.draggableviews-extended{
  background-color: #fdfdfe;
  border: dashed #dae1e6;
  border-width: 1px 0;
}

File

styles.css
View source
  1. .draggableviews-expand{
  2. margin-left: 3px;
  3. position: relative;
  4. top:3px;
  5. background-image: url("graphics/icon_expand.gif");
  6. width: 15px;
  7. height: 20px;
  8. display: inline-block;
  9. cursor: pointer;
  10. }
  11. .draggableviews-collapse{
  12. margin-left: 3px;
  13. position: relative;
  14. top:3px;
  15. background-image: url("graphics/icon_collapse.gif");
  16. width: 15px;
  17. height: 20px;
  18. display: inline-block;
  19. cursor: pointer;
  20. }
  21. tr.draggable.odd.draggableviews-extended{
  22. background-color: #fafafa;
  23. border: dashed #dae1e6;
  24. border-width: 1px 0;
  25. }
  26. tr.draggable.even.draggableviews-extended{
  27. background-color: #fdfdfe;
  28. border: dashed #dae1e6;
  29. border-width: 1px 0;
  30. }