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 2019/01/06 11:06:52 UTC

[isis] branch v2 updated: ISIS-1919: refine previous commit: makes css scope more specific

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

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


The following commit(s) were added to refs/heads/v2 by this push:
     new 6860081  ISIS-1919: refine previous commit: makes css scope more specific
6860081 is described below

commit 6860081c7192ce929d9d21164ef317046dd07e61
Author: andi-huber <ah...@apache.org>
AuthorDate: Sun Jan 6 12:06:44 2019 +0100

    ISIS-1919: refine previous commit: makes css scope more specific
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1919
---
 .../org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
index 8d8cfac..6f9bee4 100644
--- a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
+++ b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
@@ -1052,5 +1052,10 @@ h4.iconAndTitle a:focus {
 .list-inline > li {
     padding-left: 0px;
     padding-right: 0px;
-    padding-bottom: 5px; /* multiple action buttons, when line-breaking, need some vertical space */
 }
+
+/* multiple action buttons, when line-breaking, need some vertical space */
+.list-inline > li.additionalLinkItem {
+    padding-bottom: 5px;
+}
+