From 35478f3a5926d2058435d0c3f89811995396ce9d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 5 Jan 2012 23:43:19 +0100 Subject: [PATCH] Added labels-CSS for debugging purpose --- wcfsetup/install/files/acp/style/wcf.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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; +} -- 2.20.1