You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/30 04:41:54 UTC

[isis] branch master updated: ISIS-3032: css: font-size fix for badges inside tables and form-controls

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new fa537db534 ISIS-3032: css: font-size fix for badges inside tables and form-controls
fa537db534 is described below

commit fa537db5346177d061879dbc2e7fa85966bab6e6
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Apr 30 06:41:46 2022 +0200

    ISIS-3032: css: font-size fix for badges inside tables and form-controls
---
 .../isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css      | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css
index 175e980280..bd69a8f202 100644
--- a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css
+++ b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css
@@ -44,6 +44,12 @@ body {
 	left: auto;
 }
 
+/* font-size fix for badges inside tables and form-controls */
+td .badge,
+.form-control-sm .badge {
+ font-size:.85em
+}
+
 .card {
 	margin-bottom: 21px;
 }