You are here

imagepicker.css in Image Picker 6.2

Same filename and directory in other branches
  1. 5.2 imagepicker.css
  2. 5 imagepicker.css
  3. 7 imagepicker.css
#imgp {
  clear: both;
  padding-top: 10px;
}
.imgp_holder {
  float: left;
  margin: 10px;
  border: 1px solid #cbd3d8;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 2px;
}
.imgp_holder a {
  display: block;
  height: 100px;
  width: 100px;
}
.imgp_img_options {
  width: 120px;
  float: left;
}
.imgp_img_options .form-item {
  margin-top: 0;
}
#imgp_img_holder {
  float: left;
  margin-right: 40px;
  margin-left: 20px;
}

#imgp_desc_control {
  clear: both;
}

#imgp_controls {
  padding-top: 10px;
  clear: both;
}

/* imagepicker page */
#imgp_page {
}
#imgp_page_img {
  text-align: center;
  margin: 15px;
}
#imgp_page_description {
}

#imgp_page_returnlink {
}

#imgp_edit_form {
  float: left;
}
#imgp_edit_form .form-item {
  margin-top: 0;
}
#imgp_img_holder_title {
  padding: 10px;
  font-weight: bold;
}
#imgp_img_holder_description {
  font-style: italic
}
#imgp_img_view {
  margin: 15px 15px 15px 15px;
}
#imgp_img_view_title {
  font-weight: bold;
}
#imgp_img_view_img {

}
#imgp_img_view_desc {
  font-style: italic;
}
.imgp_help {
  padding: 2px 0px 4px 4px;
  margin-left: 20px;
}

.imgp_groups_list {
  margin: 10px 0 10px 0;
}
.imgp_groups_info {
  margin: 10px 0 20px 0;
}

#imgp_order_form {
  margin: 8px 0px 8px 0px;
}
#imgp_groups_form {
  margin: 8px 0px 8px 0px;
}
#imgp_search_form {
  margin: 8px 0px 8px 0px;
}
#imgp_users_form {
  margin: 8px 0px 8px 0px;
}
#imgp_browse_form {
  margin: 8px 0px 8px 0px;
}
#imgp_quota_form {
  margin: 8px 0px 8px 0px;
}
#imgp_copy_form {
  margin: 8px 0px 8px 0px;
}
.imgp_imgs_list {
  margin: 10px 0 10px 0;
}

.imgp_title {
  font-weight: bold;

}
.imgp_desc {
  font-style: italic;
}

#imgp_trig {
  cursor: pointer;
  color: #39c;
}
#imgp_targ {
  display: none;
}
/* add this to your style.css to control the body of the imagepicker iframe */
#imagepicker {

}

/* class for the inserted image container */
.imgp_img {

}
.imagepicker_upload_link {
  margin: 4px 0 8px 0;
}

#imgp_presets_control {
  clear: both;
}

#imgp_presets_show_control {
  width: 180px;
  float: left;
}

#imgp_presets_link_control {
  width: 180px;
  float: left;
}

#imgp_relbox_control {
  clear: both;
}

#imgp_relbox_show_control {
}

#imgp_relbox_link_control {
}

#imgp_insert_image_title {
    clear: both;
}

.imgp_display_block {

}

File

imagepicker.css
View source
  1. #imgp {
  2. clear: both;
  3. padding-top: 10px;
  4. }
  5. .imgp_holder {
  6. float: left;
  7. margin: 10px;
  8. border: 1px solid #cbd3d8;
  9. width: 100px;
  10. height: 100px;
  11. text-align: center;
  12. padding: 2px;
  13. }
  14. .imgp_holder a {
  15. display: block;
  16. height: 100px;
  17. width: 100px;
  18. }
  19. .imgp_img_options {
  20. width: 120px;
  21. float: left;
  22. }
  23. .imgp_img_options .form-item {
  24. margin-top: 0;
  25. }
  26. #imgp_img_holder {
  27. float: left;
  28. margin-right: 40px;
  29. margin-left: 20px;
  30. }
  31. #imgp_desc_control {
  32. clear: both;
  33. }
  34. #imgp_controls {
  35. padding-top: 10px;
  36. clear: both;
  37. }
  38. /* imagepicker page */
  39. #imgp_page {
  40. }
  41. #imgp_page_img {
  42. text-align: center;
  43. margin: 15px;
  44. }
  45. #imgp_page_description {
  46. }
  47. #imgp_page_returnlink {
  48. }
  49. #imgp_edit_form {
  50. float: left;
  51. }
  52. #imgp_edit_form .form-item {
  53. margin-top: 0;
  54. }
  55. #imgp_img_holder_title {
  56. padding: 10px;
  57. font-weight: bold;
  58. }
  59. #imgp_img_holder_description {
  60. font-style: italic
  61. }
  62. #imgp_img_view {
  63. margin: 15px 15px 15px 15px;
  64. }
  65. #imgp_img_view_title {
  66. font-weight: bold;
  67. }
  68. #imgp_img_view_img {
  69. }
  70. #imgp_img_view_desc {
  71. font-style: italic;
  72. }
  73. .imgp_help {
  74. padding: 2px 0px 4px 4px;
  75. margin-left: 20px;
  76. }
  77. .imgp_groups_list {
  78. margin: 10px 0 10px 0;
  79. }
  80. .imgp_groups_info {
  81. margin: 10px 0 20px 0;
  82. }
  83. #imgp_order_form {
  84. margin: 8px 0px 8px 0px;
  85. }
  86. #imgp_groups_form {
  87. margin: 8px 0px 8px 0px;
  88. }
  89. #imgp_search_form {
  90. margin: 8px 0px 8px 0px;
  91. }
  92. #imgp_users_form {
  93. margin: 8px 0px 8px 0px;
  94. }
  95. #imgp_browse_form {
  96. margin: 8px 0px 8px 0px;
  97. }
  98. #imgp_quota_form {
  99. margin: 8px 0px 8px 0px;
  100. }
  101. #imgp_copy_form {
  102. margin: 8px 0px 8px 0px;
  103. }
  104. .imgp_imgs_list {
  105. margin: 10px 0 10px 0;
  106. }
  107. .imgp_title {
  108. font-weight: bold;
  109. }
  110. .imgp_desc {
  111. font-style: italic;
  112. }
  113. #imgp_trig {
  114. cursor: pointer;
  115. color: #39c;
  116. }
  117. #imgp_targ {
  118. display: none;
  119. }
  120. /* add this to your style.css to control the body of the imagepicker iframe */
  121. #imagepicker {
  122. }
  123. /* class for the inserted image container */
  124. .imgp_img {
  125. }
  126. .imagepicker_upload_link {
  127. margin: 4px 0 8px 0;
  128. }
  129. #imgp_presets_control {
  130. clear: both;
  131. }
  132. #imgp_presets_show_control {
  133. width: 180px;
  134. float: left;
  135. }
  136. #imgp_presets_link_control {
  137. width: 180px;
  138. float: left;
  139. }
  140. #imgp_relbox_control {
  141. clear: both;
  142. }
  143. #imgp_relbox_show_control {
  144. }
  145. #imgp_relbox_link_control {
  146. }
  147. #imgp_insert_image_title {
  148. clear: both;
  149. }
  150. .imgp_display_block {
  151. }