You are here

img_assist_popup.css in Image Assist 5.3

Same filename and directory in other branches
  1. 5.2 img_assist_popup.css
  2. 6.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-color: #efefef;
}
/* 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 img {
  display: inline; /* pushbutton theme changes the display to block */
}
.img_assist .messages {
  border: 1px solid #000;
  background-color: #ccc;
  padding: 2px;
  margin: 3px 0px 6px 0px;
}


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

/* 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-color: #efefef;
  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 img {
  33. display: inline; /* pushbutton theme changes the display to block */
  34. }
  35. .img_assist .messages {
  36. border: 1px solid #000;
  37. background-color: #ccc;
  38. padding: 2px;
  39. margin: 3px 0px 6px 0px;
  40. }
  41. /* Upload window */
  42. .img_assist .node-form {
  43. width: 95%;
  44. }
  45. /* Properties window */
  46. .img_assist #preview {
  47. padding: 5px 10px 5px 5px;
  48. }
  49. .img_assist .form-item { /* first form field on properties frame should be at the top of the page */
  50. margin-top: 0px;
  51. margin-bottom: 1em;
  52. }
  53. .img_assist #caption {
  54. display: block;
  55. }
  56. .img_assist #header-browse div.form-item,
  57. .img_assist #link-group div.form-item,
  58. .img_assist #edit-size div.form-item,
  59. .img_assist #size-other div.form-item {
  60. display: inline;
  61. }
  62. .img_assist #alignment {
  63. text-align: left;
  64. }
  65. .img_assist #edit-title, .img_assist #edit-desc {
  66. width: 99%;
  67. }
  68. .img_assist #edit-link {
  69. width: 155px;
  70. }
  71. .img_assist #edit-url {
  72. width: 150px;
  73. }
  74. .img_assist #edit-align {
  75. width: 100px;
  76. }
  77. #finalhtmlcode {
  78. display: none;
  79. visibility: hidden;
  80. }
  81. /* Header frame */
  82. #header-uploading, #header-properties, #header-browse {
  83. float: left;
  84. width: 80%;
  85. }
  86. #header-startover, #header-cancel {
  87. float: right;
  88. width: 19%;
  89. text-align: right;
  90. }
  91. #header-uploading input, #header-properties input, #header-browse input, #header-startover input, #header-cancel input, #header-uploading select, #header-properties select, #header-browse select {
  92. margin-top: 0;
  93. margin-bottom: 0;
  94. vertical-align: baseline;
  95. }