From 58969f2dd09c0debd1b408c070869b5a3b455467 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 21 May 2012 15:33:56 +0200 Subject: [PATCH] Improved style for editable item lists --- wcfsetup/install/files/style/forms.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wcfsetup/install/files/style/forms.less b/wcfsetup/install/files/style/forms.less index 2640d56ce0..bea8612171 100644 --- a/wcfsetup/install/files/style/forms.less +++ b/wcfsetup/install/files/style/forms.less @@ -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 */ -- 2.20.1