From: pebeah Date: Fri, 26 Jul 2013 19:37:50 +0000 (+0200) Subject: Fixes table styling in CKEditor div mode X-Git-Tag: 2.0.0_Beta_7~64^2~2^2~1^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e0265650b09b15324439d0f0f58fc134e584777b;p=GitHub%2FWoltLab%2FWCF.git Fixes table styling in CKEditor div mode --- diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 659f675c1c..2128da49f0 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -1536,7 +1536,8 @@ } } -.table { +.table, +.cke_wysiwyg_div table { border-spacing: 0; width: 100%; diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index 44d31477ad..6eaa1a853a 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -918,6 +918,11 @@ li:nth-child(2n+1) .message { } } +/* fixes table styling */ +.cke_wysiwyg_div td { + border: 1px solid rgba(0, 0, 0, .2); +} + @media only screen and (max-width: 800px) { .message.messageSidebarOrientationLeft, .message.messageSidebarOrientationRight {