Improved style for editable item lists
authorAlexander Ebert <ebert@woltlab.com>
Mon, 21 May 2012 13:33:56 +0000 (15:33 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 21 May 2012 13:33:56 +0000 (15:33 +0200)
wcfsetup/install/files/style/forms.less

index 2640d56ce0c86658353b4a31cd184cef1e66fb9d..bea861217109e064b8193944235f30432cd868fd 100644 (file)
@@ -198,6 +198,15 @@ input[type='radio'] ~ small {
        }
 }
 
+.editableItemList ul li {
+       cursor: pointer;
+       margin-left: @wcfGapTiny;
+       
+       &:first-child {
+               margin-left: 0;
+       }
+}
+
 /* todo */
 select > option {
        /* Fixes weird firefox bug */