You are here

widget.css in CKEditor Images Gallery 8

.cke-ig img {
  width: auto;
  height: 70px;
  margin: 2px;
}
.cke-ig {
  border: 1px dashed #bc8787;
  line-height: 0;
  margin: 5px 0;
}

File

js/plugins/images_gallery/styles/widget.css
View source
  1. .cke-ig img {
  2. width: auto;
  3. height: 70px;
  4. margin: 2px;
  5. }
  6. .cke-ig {
  7. border: 1px dashed #bc8787;
  8. line-height: 0;
  9. margin: 5px 0;
  10. }