Fixed some margins/paddings
authorMarcel Werk <burntime@woltlab.com>
Mon, 15 Feb 2016 11:55:26 +0000 (12:55 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 15 Feb 2016 11:55:26 +0000 (12:55 +0100)
wcfsetup/install/files/style/layout/containerList.scss
wcfsetup/install/files/style/layout/sidebar.scss
wcfsetup/install/files/style/ui/comment.scss

index a220e26c22e3d82e5ea8c20c50ffd2d5b5a540bc..7a0784e2bdde9ae1c848810a59900428ef69105b 100644 (file)
                                
                                > a {
                                        display: inline-block;
-                                       padding: 4px 6px;
+                                       padding: 3px 5px;
                                        
                                        > .icon {
                                                color: rgba(0, 0, 0, .5);
                                        }
                                }
                                
+                               &.active,
                                &:hover {
                                        > a {
                                                > .icon {
index c7967003446bd50e12d67ff0e25cd62df5ed586f..9debf41f4d3ecce148c2f9550013fb91fbcee241 100644 (file)
@@ -1,11 +1,15 @@
 /* legacy styling for sidebars (deprecated) */
 .sidebar {
-       fieldset > legend {
-               float: left;
-               width: 100%;
+       fieldset {
+               margin-top: 0;
                
-               & + * {
-                       clear: left;
+               > legend {
+                       float: left;
+                       width: 100%;
+                       
+                       & + * {
+                               clear: left;
+                       }
                }
        }
        
@@ -71,7 +75,7 @@
        }
 }
 
-/*.sidebar {
+/*.sidebar {// @todo
        dl.dataList {
                overflow: hidden;
                
index 013ebdb1501be91c27c181f3437076f646269da0..d42a1bba536bd35d242041da7822afc079125952 100644 (file)
@@ -1,10 +1,5 @@
 .commentList {
        > li {
-               > .box48 > div > .commentContent > .buttonGroupNavigation {
-                       right: 40px;
-               }
-               
-               
                &:hover {
                        background-color: transparent;