You are here

opigno_certificate_edit_form.css in Opigno certificate 8

Same filename and directory in other branches
  1. 3.x css/opigno_certificate_edit_form.css
.background-image span.cke_widget_wrapper.cke_widget_inline.cke_widget_image.cke_image_nocaption {
  width: 100% !important;
  height: 100% !important;
}

.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.text-align-justify {
  text-align: justify;
}

File

css/opigno_certificate_edit_form.css
View source
  1. .background-image span.cke_widget_wrapper.cke_widget_inline.cke_widget_image.cke_image_nocaption {
  2. width: 100% !important;
  3. height: 100% !important;
  4. }
  5. .text-align-left {
  6. text-align: left;
  7. }
  8. .text-align-right {
  9. text-align: right;
  10. }
  11. .text-align-center {
  12. text-align: center;
  13. }
  14. .text-align-justify {
  15. text-align: justify;
  16. }