You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/11/04 01:34:20 UTC

[22/27] git commit: ISIS-537 Mark the body of the standalone collection as "panel-body". This adds padding of 15px for all sides

ISIS-537 Mark the body of the standalone collection as "panel-body". This adds padding of 15px for all sides

https://trello.com/c/ly2VsgGA/79-layout-of-the-standalone-collection-not-the-same-as-parented-collection


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/7466e7cf
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/7466e7cf
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/7466e7cf

Branch: refs/heads/master
Commit: 7466e7cf70075c956dc0c7166c0191f91caab81b
Parents: 4bbe17e
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sun Nov 2 22:04:20 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sun Nov 2 22:04:20 2014 +0200

----------------------------------------------------------------------
 .../components/standalonecollection/StandaloneCollectionPanel.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/7466e7cf/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/standalonecollection/StandaloneCollectionPanel.html
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/standalonecollection/StandaloneCollectionPanel.html b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/standalonecollection/StandaloneCollectionPanel.html
index 78632c6..e664e3a 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/standalonecollection/StandaloneCollectionPanel.html
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/standalonecollection/StandaloneCollectionPanel.html
@@ -28,7 +28,7 @@
                 <div class="iconAndTitle panel-heading actionPanelHeaderNew">
                      <div wicket:id="actionName" class="actionName panel-title">[action name]</div>
                 </div>
-                <div wicket:id="collectionContents"></div>
+                <div wicket:id="collectionContents" class="panel-body"></div>
             </div>
         </wicket:panel>
     </body>