1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

TinyMce left/right image alignment class added. bbcode-img-left bbcode-img-right

This commit is contained in:
Cameron
2017-12-17 13:12:47 -08:00
parent 1173e3967f
commit d73f39f61d
3 changed files with 11 additions and 3 deletions

View File

@@ -123,6 +123,10 @@ div.bbarea.large, .tbox.large, .helpbox.large { width: 95% }
div.bbarea.medium, .tbox.medium, .helpbox.medium { width: 60% !important; }
div.bbarea.small, .tbox.small, .helpbox.small { width: 250px !important; }
img.bbcode-img { max-width:100%}
img.bbcode-img-left { float:left !important; margin: 0 10px 5px 0; }
img.bbcode-img-right { float:right !important; margin: 0 0 5px 10px; }
.bbcode-panel { width: 100% }
.input-block-level { width: 100% !important }