CSS cleanup
authorAlexander Ebert <ebert@woltlab.com>
Fri, 21 Oct 2016 10:41:55 +0000 (12:41 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 21 Oct 2016 10:41:55 +0000 (12:41 +0200)
wcfsetup/install/files/style/ui/redactor.scss

index 093511849e180bd8aeb4a8e4795273826c036131..969bc4a330ced7e9ebf045f099f647c9d607d475 100644 (file)
                }
        }
        
-       // TODO: this is somewhat out of sync
        table {
                border-collapse: collapse;
-               //font-size: 14px; TODO
                line-height: 1.6em;
                
                th {
        
        opacity: 1;
        visibility: visible;
-       
-       &:before {
-               // TODO: border-color: $wcfTooltipBackgroundColor transparent;
-               border-style: solid;
-               border-width: 0 5px 5px;
-               content: "";
-               display: block;
-               left: 50%;
-               position: absolute;
-               top: -5px;
-               transform: translateX(-50%);
-       }
-}
-
-#redactor-image-box {
-       border: 1px dashed rgba(0, 0, 0, .5);
-       display: inline-block;
-       line-height: 0;
-       max-width: 100%;
-       position: relative;
-       
-       > img {
-               border-width: 0;
-               opacity: .5;
-       }
-}
-
-#redactor-image-editter {
-       @extend .balloonTooltip;
-       
-       cursor: pointer;
-       left: 50%;
-       // TODO: line-height: $wcfSmallFontSize;
-       margin-top: -13px;
-       opacity: 1;
-       top: 50%;
-       visibility: visible;
-       z-index: 5;
-}
-
-#redactor-image-resizer {
-       background-color: rgba(0, 0, 0, 1);
-       border: 1px solid rgba(255, 255, 255, 1);
-       bottom: -4px;
-       cursor: nw-resize;
-       height: 8px;
-       line-height: 1;
-       position: absolute;
-       right: -5px;
-       width: 8px;
-       z-index: 10;
 }
 
 .redactorAttachmentContainer {
                        border: 2px solid rgba(255, 255, 255, 1);
                        border-bottom-width: 0;
                        display: inline-block;
-                       font-size: 0; // TODO
+                       font-size: 0;
                        height: 20px;
                        padding: 0;
                        margin: 0;