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:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user