You are here

img_assist_popup.css in Image Assist 6.2

Same filename and directory in other branches
  1. 5.3 img_assist_popup.css
  2. 5.2 img_assist_popup.css
body#img_assist_popup {
  margin: 0;
  padding: 0;
}

body.img_assist {
  margin: 0px;
  padding: 5px;
  width: auto;
  min-width: 0;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  background: #efefef none;
}
/* Thin line between header and main frame */
body#img_assist_thumbs, body#img_assist_upload, body#img_assist_properties {
  border-top: 1px solid #000;
}
/* Darker background color in header frame */
body#img_assist_header {
  background-color:#ccc;
  margin: 0;
}
/* Thin border around images */
.img_assist img {
  border: 1px solid #000;
}
.img_assist-button {
  font-weight: bold;
  margin: 3px;
}
.img_assist .messages {
  border: 1px solid #000;
  background-color: #ccc;
  padding: 2px;
  margin: 3px 0px 6px 0px;
}

/* Override themes' table styling */
.img_assist table, .img_assist tbody, .img_assist td {
  border: none;
  margin: 0;
  width: auto;
}

/* Browser window */
.img_assist table {
  margin: 0 auto;
}
.img_assist .views-admin-links {
  display: none;
}


/* Upload window */
.img_assist .node-form {
  width: 95%;
  margin: 0 auto;
}

/* Properties window */
.img_assist #preview {
  padding: 5px 10px 5px 5px;
}
.img_assist .form-item { /* first form field on properties frame should be at the top of the page */
  margin-top: 0px;
  margin-bottom: 1em;
}
.img_assist #caption {
  display: block;
}
.img_assist #header-browse div.form-item,
.img_assist #link-group div.form-item,
.img_assist #edit-size div.form-item,
.img_assist #size-other div.form-item {
  display: inline;
}
.img_assist #alignment {
  text-align: left;
}
.img_assist #edit-title, .img_assist #edit-desc {
  width: 99%;
}
.img_assist #edit-link {
  width: 155px;
}
.img_assist #edit-url {
  width: 150px;
}
.img_assist #edit-align {
  width: 100px;
}  
#finalhtmlcode {
  display: none;
  visibility: hidden;
}

/* Header frame */
#header-uploading, #header-properties, #header-browse {
  float: left; 
  width: 80%;
}
#header-startover, #header-cancel {
  float: right;
  width: 19%;
  text-align: right;
}

#header-uploading input, #header-properties input, #header-browse input, #header-startover input, #header-cancel input, #header-uploading select, #header-properties select, #header-browse select {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: baseline;
}

File

img_assist_popup.css
View source
  1. body#img_assist_popup {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body.img_assist {
  6. margin: 0px;
  7. padding: 5px;
  8. width: auto;
  9. min-width: 0;
  10. color: #000000;
  11. font-family: Arial, Helvetica, sans-serif;
  12. font-size: .8em;
  13. background: #efefef none;
  14. }
  15. /* Thin line between header and main frame */
  16. body#img_assist_thumbs, body#img_assist_upload, body#img_assist_properties {
  17. border-top: 1px solid #000;
  18. }
  19. /* Darker background color in header frame */
  20. body#img_assist_header {
  21. background-color:#ccc;
  22. margin: 0;
  23. }
  24. /* Thin border around images */
  25. .img_assist img {
  26. border: 1px solid #000;
  27. }
  28. .img_assist-button {
  29. font-weight: bold;
  30. margin: 3px;
  31. }
  32. .img_assist .messages {
  33. border: 1px solid #000;
  34. background-color: #ccc;
  35. padding: 2px;
  36. margin: 3px 0px 6px 0px;
  37. }
  38. /* Override themes' table styling */
  39. .img_assist table, .img_assist tbody, .img_assist td {
  40. border: none;
  41. margin: 0;
  42. width: auto;
  43. }
  44. /* Browser window */
  45. .img_assist table {
  46. margin: 0 auto;
  47. }
  48. .img_assist .views-admin-links {
  49. display: none;
  50. }
  51. /* Upload window */
  52. .img_assist .node-form {
  53. width: 95%;
  54. margin: 0 auto;
  55. }
  56. /* Properties window */
  57. .img_assist #preview {
  58. padding: 5px 10px 5px 5px;
  59. }
  60. .img_assist .form-item { /* first form field on properties frame should be at the top of the page */
  61. margin-top: 0px;
  62. margin-bottom: 1em;
  63. }
  64. .img_assist #caption {
  65. display: block;
  66. }
  67. .img_assist #header-browse div.form-item,
  68. .img_assist #link-group div.form-item,
  69. .img_assist #edit-size div.form-item,
  70. .img_assist #size-other div.form-item {
  71. display: inline;
  72. }
  73. .img_assist #alignment {
  74. text-align: left;
  75. }
  76. .img_assist #edit-title, .img_assist #edit-desc {
  77. width: 99%;
  78. }
  79. .img_assist #edit-link {
  80. width: 155px;
  81. }
  82. .img_assist #edit-url {
  83. width: 150px;
  84. }
  85. .img_assist #edit-align {
  86. width: 100px;
  87. }
  88. #finalhtmlcode {
  89. display: none;
  90. visibility: hidden;
  91. }
  92. /* Header frame */
  93. #header-uploading, #header-properties, #header-browse {
  94. float: left;
  95. width: 80%;
  96. }
  97. #header-startover, #header-cancel {
  98. float: right;
  99. width: 19%;
  100. text-align: right;
  101. }
  102. #header-uploading input, #header-properties input, #header-browse input, #header-startover input, #header-cancel input, #header-uploading select, #header-properties select, #header-browse select {
  103. margin-top: 0;
  104. margin-bottom: 0;
  105. vertical-align: baseline;
  106. }