Added some css classes for sidebar styling
authorMarcel Werk <burntime@woltlab.com>
Fri, 30 Mar 2012 18:47:58 +0000 (20:47 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 30 Mar 2012 18:47:58 +0000 (20:47 +0200)
wcfsetup/install/files/style/sidebar.less

index f47440323241ecf7fb322ccf3641f2f82591401d..3a994ef4e671f20215a1a46f35825d2a3d51a1fc 100644 (file)
                                }
                        }
                        
+                       .sidebarBox:not(:last-child) {
+                               margin-bottom: 7px;
+                       }
+                       
+                       .sidebarBoxHeadline {
+                               > h1 {
+                                       font-weight: bold;
+                                       margin-bottom: 1px;
+                                       overflow: hidden;
+                                       text-overflow: ellipsis;
+                                       white-space: nowrap;
+                                       
+                                       .textShadow(@wcfHighlightBackgroundColor);
+                                       
+                                       a {
+                                               .textShadow(@wcfHighlightBackgroundColor);
+                                       }
+                               }
+                       }
+                       
                        dl.dataList {
                                margin-bottom: -4px;