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/25 11:24:31 UTC

[isis] branch master updated: ISIS-2877: css fix: remove potentially superfluous paading overrides

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 cac084fd2c ISIS-2877: css fix: remove potentially superfluous paading overrides
cac084fd2c is described below

commit cac084fd2c57d4ee8e82b97c7508b6313ca96c1b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Apr 25 13:24:25 2022 +0200

    ISIS-2877: css fix: remove potentially superfluous paading overrides
    
    - also center boolean panels within table cells
---
 .../wicket/ui/pages/bootstrap-overrides-all-v2.css      | 17 ++---------------
 .../wicket/ui/pages/bootstrap-overrides-flatly.css      |  2 +-
 2 files changed, 3 insertions(+), 16 deletions(-)

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 e45274dbe8..38ef7fd532 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
@@ -176,11 +176,6 @@ footer > .navbar {
 .collectionContentsAsAjaxTablePanel table.contents tr {
 }
 
-
-.collectionContentsAsAjaxTablePanel table.contents tr td {
-    padding-left: 4px;
-    padding-right: 4px;
-}
 .collectionContentsAsAjaxTablePanel table.contents tr th,
 .collectionContentsAsAjaxTablePanel table.contents tr th a span {
     text-align: left;
@@ -203,13 +198,6 @@ footer > .navbar {
     border: none;
 }
 
-/*
-.collectionContentsAsAjaxTablePanel table.contents .uuidPanel,
-.collectionContentsAsAjaxTablePanel table.contents .javaSqlTimestampPanel {
-    font-family: monospace;
-}
-*/
-
 .collectionContentsAsAjaxTablePanel table.contents .javaMathBigDecimalPanel,
 .collectionContentsAsAjaxTablePanel table.contents .javaMathBigIntegerPanel,
 .collectionContentsAsAjaxTablePanel table.contents .bytePanel,
@@ -222,9 +210,8 @@ footer > .navbar {
 /*    font-family: monospace;*/
 }
 
-.collectionContentsAsAjaxTablePanel table.contents tbody td,
-.collectionContentsAsAjaxTablePanel table.contents thead th {
-    padding:5px;
+.collectionContentsAsAjaxTablePanel table.contents .booleanPanel {
+    text-align: center;
 }
 
 .collectionContentsAsAjaxTablePanel table.contents tr.navigation div.navigatorLabel {
diff --git a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-flatly.css b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-flatly.css
index 276ab0cb37..e97874d91e 100644
--- a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-flatly.css
+++ b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-flatly.css
@@ -59,5 +59,5 @@ a.scalarValueInlinePromptLink:focus textarea,
 td .badge.bg-light {
   --bs-bg-opacity: 1;
   background-color: rgba(230, 228, 226 ,var(--bs-bg-opacity)) !important;
-  color:#606264;
+  color:rgb(24, 49, 83);
 }
\ No newline at end of file