1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

Fixes #760, Fixes #963 - Disabling WYSIWYG on Subtmit news was failing. Bbarea panel and textarea now have a matching width.

This commit is contained in:
Cameron
2015-04-17 12:18:08 -07:00
parent 4a4e2447a1
commit 654fd32677
2 changed files with 29 additions and 13 deletions

View File

@@ -119,7 +119,7 @@ a.cpage-np.current { text-decoration: none; }
.image-preview {}
/* BBcode textareas */
div.bbarea.large, .tbox.large, .helpbox.large { width: 95% !important; }
div.bbarea.large, .tbox.large, .helpbox.large, .bbcode-panel { width: 95% !important; }
div.bbarea.medium, .tbox.medium, .helpbox.medium { width: 60% !important; }
div.bbarea.small, .tbox.small, .helpbox.small { width: 250px !important; }