Small style fixes
authorMarcel Werk <burntime@woltlab.com>
Thu, 28 Jun 2012 23:01:31 +0000 (01:01 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 28 Jun 2012 23:01:31 +0000 (01:01 +0200)
wcfsetup/install/files/style/dropdown.less
wcfsetup/install/files/style/forms.less
wcfsetup/install/files/style/userPanel.less

index c0d83c01d83f5dd701725ba52d3482b2c2229ce4..2f7cb79cc196a7615487140933eb433cbbfefe9e 100644 (file)
                li {
                        display: block;
                        
-                       &:hover:not(.dropdownDivider):not(.dropdownList),
+                       &:hover:not(.dropdownDivider):not(.dropdownList):not(.dropdownText),
                        &.dropdownList > li:hover:not(.dropdownDivider) {
                                background-color: @wcfDropdownHoverBackgroundColor;
                        }
                                margin: @wcfGapTiny;
                        }
                        
+                       &.dropdownText {
+                               font-size: @wcfSmallFontSize;
+                               padding: @wcfGapTiny @wcfGapMedium;
+                       }
+                       
                        > a,
                        > span {
                                clear: both;
index 04f1fb8425530fa170539c5face0b6342aa268ac..2532800df385b48d67f2c510d2ea14eb00339991 100644 (file)
@@ -96,6 +96,12 @@ fieldset {
                                        margin-right: @wcfGapSmall;
                                }
                        }
+                       
+                       > input, textarea, select {
+                               + label {
+                                       margin-top: 2px;
+                               }
+                       }
                }
                
                /* wide */
index 8a4199a3b54f8863ff5c7c77e334da484a99ba23..c9684b4d8f9477f1e5308a85a368778e8c2a3c82 100644 (file)
@@ -68,7 +68,7 @@
                        .textShadow(@wcfUserPanelBackgroundColor);
        
                        &:focus {
-                               width: 280px;
+                               //width: 280px;
                        }
                }
        }