Removed old code for post preview
authorAlexander Ebert <ebert@woltlab.com>
Mon, 23 Apr 2012 21:23:30 +0000 (23:23 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 23 Apr 2012 21:23:30 +0000 (23:23 +0200)
wcfsetup/install/files/style/wbb.less

index d3f162dca3d3833071b7de29017fed32046536e6..045c3a4051477e207ec7b7e765a7c212271707ca 100644 (file)
                        width: 0px;
                }
        }
-}
-
-/* ############## Post Preview ############## */
-.wbbPostPreview {
-       background-color: @wcfTooltipBackgroundColor;
-       color: @wcfTooltipColor;
-       margin-bottom: 10px;
-       max-width: 450px;
-       min-width: 150px;
-       padding: 7px;
-       position: absolute;
-       z-index: 320;
-       
-       .borderRadius();
-       .boxShadow(0, 3px, rgba(0, 0, 0, .3), 7px);
-       
-       .pointer {
-               border-color: @wcfTooltipBackgroundColor transparent;
-               border-style: solid;
-               border-width: 9px 9px 0;
-               left: 10%;
-               position: absolute;
-               bottom: -9px;
-       }
-       
-       .wbbPostPreviewContent {
-               h1 {
-                       display: inline-block;
-               }
-               
-               time {
-                       font-size: @wcfSmallFontSize;
-                       font-style: italic;
-               }
-               
-               h1, time, p {
-                       line-height: 1.5;
-                       margin-bottom: 7px;
-               }
-       }
-}
+}
\ No newline at end of file