You are here

ImageHandler.css in Insert 8.2

.insert-rotate,
.insert-align {
  margin-right: 1em;
}

.insert-button-wrapper {
  display: inline-block;
  position: relative;
}

.insert-button-wrapper .insert-button-overlay {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.insert-required {
  outline: 2px solid red;
}

File

css/ImageHandler.css
View source
  1. .insert-rotate,
  2. .insert-align {
  3. margin-right: 1em;
  4. }
  5. .insert-button-wrapper {
  6. display: inline-block;
  7. position: relative;
  8. }
  9. .insert-button-wrapper .insert-button-overlay {
  10. display: none;
  11. height: 100%;
  12. position: absolute;
  13. width: 100%;
  14. z-index: 10;
  15. }
  16. .insert-required {
  17. outline: 2px solid red;
  18. }