You are here

photos.dragndrop.css in Album Photos 8.5

Same filename and directory in other branches
  1. 8.4 css/photos.dragndrop.css
  2. 6.0.x css/photos.dragndrop.css
/* /photos/{node}/rearrange */
.photos-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.photos-sortable li {
  margin: 3px 3px 3px 0;
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  cursor: move;
  list-style: none;
}
.photos-sortable li img {
  max-width: 98%;
  max-height: 98%;
}

File

css/photos.dragndrop.css
View source
  1. /* /photos/{node}/rearrange */
  2. .photos-sortable {
  3. list-style-type: none;
  4. margin: 0;
  5. padding: 0;
  6. width: 100%;
  7. }
  8. .photos-sortable li {
  9. margin: 3px 3px 3px 0;
  10. float: left;
  11. width: 100px;
  12. height: 100px;
  13. text-align: center;
  14. cursor: move;
  15. list-style: none;
  16. }
  17. .photos-sortable li img {
  18. max-width: 98%;
  19. max-height: 98%;
  20. }