Fixes table styling in CKEditor div mode
authorpebeah <itsmepasse@gmail.com>
Fri, 26 Jul 2013 19:37:50 +0000 (21:37 +0200)
committerpebeah <itsmepasse@gmail.com>
Fri, 26 Jul 2013 19:37:50 +0000 (21:37 +0200)
wcfsetup/install/files/style/layout.less
wcfsetup/install/files/style/message.less

index 659f675c1c9fbd5f3cf7988eabfab71e354ec07f..2128da49f0fffbc8ab400dac97a5ccf50472b7f3 100644 (file)
        }
 }
 
-.table {
+.table,
+.cke_wysiwyg_div table {
        border-spacing: 0;
        width: 100%;
        
index 44d31477ad042bc800354c17d78740194ab47fe4..6eaa1a853a91e4d165373c58620e9ab58d83145f 100644 (file)
@@ -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 {