/shared/assets/admin/css/image-picker.css

https://github.com/deltafactory/leads · CSS · 46 lines · 43 code · 3 blank · 0 comment · 0 complexity · c7f53d7bda4f9d81be90d583ddb246aa MD5 · raw file

  1. ul.thumbnails.image_picker_selector {
  2. overflow: auto;
  3. list-style-image: none;
  4. list-style-position: outside;
  5. list-style-type: none;
  6. padding-top:10px;
  7. margin: 0px;
  8. }
  9. ul.thumbnails.image_picker_selector ul
  10. {
  11. overflow: auto;
  12. list-style-image: none;
  13. list-style-position: outside;
  14. list-style-type: none;
  15. padding: 0px;
  16. margin: 0px;
  17. }
  18. ul.thumbnails.image_picker_selector li.group_title
  19. {
  20. float: none;
  21. }
  22. ul.thumbnails.image_picker_selector li
  23. {
  24. margin: 0px 12px 12px 0px;
  25. float: left;
  26. }
  27. ul.thumbnails.image_picker_selector li .thumbnail
  28. {
  29. padding: 6px;
  30. border: 1px solid #dddddd;
  31. -webkit-user-select: none;
  32. -moz-user-select: none;
  33. -ms-user-select: none;
  34. }
  35. ul.thumbnails.image_picker_selector li .thumbnail img
  36. {
  37. -webkit-user-drag: none;
  38. max-width:200px;
  39. max-height:200px;
  40. }
  41. ul.thumbnails.image_picker_selector li .thumbnail.selected {
  42. background: #0088cc;
  43. }