Fixed table cell alignments
authorMarcel Werk <burntime@woltlab.com>
Sat, 8 Oct 2016 11:12:36 +0000 (13:12 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 8 Oct 2016 11:13:38 +0000 (13:13 +0200)
wcfsetup/install/files/style/ui/redactor.scss
wcfsetup/install/files/style/ui/tabularBox.scss

index 89456b6b527aaa9b257709f166ace0feae0b9340..36973a625fc50fab136d4051c0b95b7d62f78772 100644 (file)
 
 /* alignment plugin */
 .text-center {
-       text-align: center;
+       text-align: center !important;
 }
 
 .text-right {
-       text-align: right;
+       text-align: right !important;
 }
 
 /* alignment plugin / custom value */
 .text-justify {
-       text-align: justify;
+       text-align: justify !important;
        
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
index fb67ade48123147a883e86faf13f5388eab405d7..9d8f81700b7e8332e5f195bc8a5a9c5d33604f71 100644 (file)
        td,
        th {
                padding: 10px;
+               text-align: left;
                vertical-align: middle;
                
-               &:not(.text-center):not(.text-right):not(.text-justify) {
-                       text-align: left;
-               }
-               
                > label {
                        cursor: pointer;
                        display: block;