1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

BC Fix to avoid oversized images after upgrade.

This commit is contained in:
Cameron
2017-11-16 19:49:35 -08:00
parent 3baf2f776f
commit a6ede510a9

View File

@@ -122,6 +122,7 @@ a.cpage-np.current { text-decoration: none; }
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%}
.bbcode-panel { width: 100% }
.input-block-level { width: 100% !important }