You are here

gallery_assist_ui.css in Gallery Assist 6

/* $Id: */


/**
 * Images format by the sorting function.
 */
div.ga-sort-item-image {
    cursor: move;
    float: left;
    height: 70px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 70px;
}
div.ga-sort-item-image:hover {
    background-color: #E0E0E0;
    outline-color: #98C4DF;
    outline-style: dashed;
    outline-width: 1px;
}
div.ga-sort-item-image img {
    height: 50px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 50px;
}

File

modules/gallery_assist_ui/css/gallery_assist_ui.css
View source
  1. /* $Id: */
  2. /**
  3. * Images format by the sorting function.
  4. */
  5. div.ga-sort-item-image {
  6. cursor: move;
  7. float: left;
  8. height: 70px;
  9. margin-bottom: 0;
  10. margin-left: 0;
  11. margin-right: 0;
  12. margin-top: 0;
  13. padding-bottom: 0;
  14. padding-left: 0;
  15. padding-right: 0;
  16. padding-top: 0;
  17. width: 70px;
  18. }
  19. div.ga-sort-item-image:hover {
  20. background-color: #E0E0E0;
  21. outline-color: #98C4DF;
  22. outline-style: dashed;
  23. outline-width: 1px;
  24. }
  25. div.ga-sort-item-image img {
  26. height: 50px;
  27. margin-bottom: 0;
  28. margin-left: 0;
  29. margin-right: 0;
  30. margin-top: 0;
  31. padding-bottom: 0;
  32. padding-left: 10px;
  33. padding-right: 10px;
  34. padding-top: 10px;
  35. width: 50px;
  36. }