Improved visuals for editor errors
authorAlexander Ebert <ebert@woltlab.com>
Fri, 11 Jul 2014 14:26:27 +0000 (16:26 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 11 Jul 2014 14:26:27 +0000 (16:26 +0200)
wcfsetup/install/files/style/redactor.less

index d9e5a607bac2dfd6841ed7718b4598bb44f3fb49..588aaa1761325a882d34ae30e3cfb6e41bfa024e 100644 (file)
        & + .messageTabMenu {
                padding: 0;
        }
+       
+       & + .innerError {
+               border-radius: 0;
+               box-shadow: none;
+               display: block;
+               margin-top: -1px;
+       }
 }
 
 .redactor_editor {