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 10:55:52 UTC

[isis] branch v2 updated: ISIS-1919: Collective UI Improvements

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 33376de  ISIS-1919: Collective UI Improvements
33376de is described below

commit 33376de8682472b3b2cba32f6cd2360b269e48d6
Author: andi-huber <ah...@apache.org>
AuthorDate: Sun Jan 6 11:55:43 2019 +0100

    ISIS-1919: Collective UI Improvements
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1919
---
 .../java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css  | 1 +
 1 file changed, 1 insertion(+)

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 cb56872..8d8cfac 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,4 +1052,5 @@ 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 */
 }