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/11 09:24:36 UTC

[13/44] isis git commit: ISIS-537 Add 20px under the entity (EntityPropertiesPanel) to make a clear distinction with the row for entityCollectionsOverflow

ISIS-537 Add 20px under the entity (EntityPropertiesPanel) to make a clear distinction with the row for entityCollectionsOverflow

https://trello.com/c/3LYn12tx/115-a-bit-more-space-underneath-the-ok-edit-cancel-buttons


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

Branch: refs/heads/master
Commit: d905d387a07eba8e1af3462b944fb3203a76a0d2
Parents: bbdf17b
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Nov 7 13:13:06 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Nov 7 13:13:06 2014 +0200

----------------------------------------------------------------------
 .../ui/components/entity/properties/EntityPropertiesPanel.html     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/d905d387/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html
index 18dfd1d..e5ff967 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html
@@ -22,7 +22,7 @@
         <wicket:panel>
             <div class="entityPropertiesPanel entityPropertiesComponentType">
                 <form wicket:id="entityProperties" class="inputForm" role="form">
-                    <div class="row">
+                    <div class="row" style="padding-bottom: 20px">
                         <div wicket:id="leftColumn">
                             <div class="inputFormTable properties">
                                 <fieldset wicket:id="memberGroup" class="memberGroup myBlockContainer">