summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-12 16:10:29 +0100
committerSimon Rettberg2018-02-12 16:10:29 +0100
commit8054a02ec70886a969a7c38c24469a015ee42282 (patch)
tree9104f320eb76599f7105e3390534f49f246e5e40 /style
parent[permissionmanager] Introduce "location-aware" flag for permissions (diff)
downloadslx-admin-8054a02ec70886a969a7c38c24469a015ee42282.tar.gz
slx-admin-8054a02ec70886a969a7c38c24469a015ee42282.tar.xz
slx-admin-8054a02ec70886a969a7c38c24469a015ee42282.zip
[default.css] Fix style of labels in input-group-addon
Diffstat (limited to 'style')
-rw-r--r--style/default.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css
index 3b02ffdb..7ca519d9 100644
--- a/style/default.css
+++ b/style/default.css
@@ -603,4 +603,9 @@ table.slx-ellipsis td {
div.disabled input, div.disabled label {
pointer-events: none;
cursor: not-allowed;
+}
+
+.input-group-addon > label {
+ font-weight: normal;
+ margin-bottom: inherit;
} \ No newline at end of file