Skip to content
Snippets Groups Projects
Commit f87b2196 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-6038: coding standards

parent 7ccaf9ab
No related branches found
No related tags found
1 merge request!102ISTWCMS-6038: Add css to allow embeded images to display correctly
...@@ -163,15 +163,14 @@ mark { ...@@ -163,15 +163,14 @@ mark {
} }
/* CLEAN UP THE EDIT MEDIA BUTTON PLACEMENT */ /* CLEAN UP THE EDIT MEDIA BUTTON PLACEMENT */
drupal-media .media-library-item__edit { drupal-media .media-library-item__edit {
bottom:10%; bottom: 10%;
left: 50%; left: 50%;
position: absolute; position: absolute;
text-align:center; text-align: center;
transform: translateX(-50%) ; transform: translateX(-50%);
width: 5rem; width: 5rem;
} }
/* CLEAN UP THE DRAG HANDLES PLACEMENT */ /* CLEAN UP THE DRAG HANDLES PLACEMENT */
.cke_widget_drag_handler_container{ .cke_widget_drag_handler_container {
background-color: #fff !important; background-color: #fff !important;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment