galeria.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. div#photo_viewer{
  2. top: 2%;
  3. left: 2%;
  4. right: 2%;
  5. bottom: 2%;
  6. }
  7. /* /galeria/load_photo.php */
  8. div#photo_viewer div#viewer_table{
  9. display: block;
  10. }
  11. div#photo_viewer div#viewer_table div.viewer_row{
  12. display: block;
  13. }
  14. div#photo_viewer div#viewer_table div.viewer_row div.viewer_cell{
  15. display: block;
  16. }
  17. div#photo_viewer div#viewer_table div.viewer_row div#cell_image{
  18. text-align: center;
  19. position: initial;
  20. bottom: initial;
  21. top: initial;
  22. left: initial;
  23. right: initial;
  24. height: 50%;
  25. }
  26. div#photo_viewer div#viewer_table div.viewer_row div#cell_details{
  27. width: 100%;
  28. height: 40%;
  29. overflow-y: auto;
  30. }
  31. div#photo_viewer_image_container{
  32. height: 100%;
  33. padding-top: 0;
  34. }
  35. img#photo_viewer_image{
  36. max-height: 95%;
  37. }
  38. div#photo_viewer div#viewer_controls{
  39. height: 8%;
  40. bottom: 5%;
  41. }
  42. div#photo_viewer div#viewer_controls img#viewer_close{
  43. float: right;
  44. margin-right: 10%;
  45. margin-left: -10%;
  46. max-height: 3em;
  47. max-width: 3em;
  48. }
  49. div#photo_viewer_details{
  50. position: initial;
  51. top: initial;
  52. bottom: initial;
  53. right: initial;
  54. left: initial;
  55. overflow-y: auto;
  56. }
  57. div#file_box span#select_mobile{
  58. font-weight: bold;
  59. font-size: 130%;
  60. }
  61. div#cell_comments{
  62. width: initial !important;
  63. margin: 0 1em 0.5em 1em;
  64. }