From: Alexander Ebert Date: Thu, 5 Jan 2012 22:43:19 +0000 (+0100) Subject: Added labels-CSS for debugging purpose X-Git-Tag: 2.0.0_Beta_1~1450 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=35478f3a5926d2058435d0c3f89811995396ce9d;p=GitHub%2FWoltLab%2FWCF.git Added labels-CSS for debugging purpose --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index f25b242d39..ecb3988caf 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -4148,7 +4148,21 @@ will change soon! } +/* TODO: This should be part of com.woltlab.wcf.label, but for debugging purpose I placed it here */ +ul.labelList { + display: inline-block; + margin: 0; + padding: 0; +} +ul.labelList li { + background-color: rgb(224, 224, 224); + border: 1px solid rgb(192, 192, 192); + border-radius: 3px; + display: inline-block; + padding: 3px; + vertical-align: middle; +}