From 6cdbbbae564d9c8fed0eea27a2d0e29468996fb7 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 13 Jul 2013 01:08:50 +0200 Subject: [PATCH] Fixed wysiwyg issue --- wcfsetup/install/files/style/message.less | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index 9fa5d9030a..122f6a24b4 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -875,6 +875,7 @@ li:nth-child(2n+1) .message { padding: 8px !important; } +/* fixes textarea width */ .cke_source { box-sizing: border-box !important; -moz-box-sizing: border-box !important; @@ -894,6 +895,22 @@ li:nth-child(2n+1) .message { background-color: transparent !important; } +/* fixes list styling */ +.cke_wysiwyg_div { + ul, + ol { + .nativeList; + } + + ul { + list-style-type: disc; + } + + ol { + list-style-type: decimal; + } +} + @media only screen and (max-width: 800px) { .message.messageSidebarOrientationLeft, .message.messageSidebarOrientationRight { -- 2.20.1