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/02/15 16:17:27 UTC

[2/3] git commit: ISIS-692: removing inadvertant spacing of references in tables

ISIS-692: removing inadvertant spacing of references in tables


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

Branch: refs/heads/master
Commit: a67ad5535eb8099c33719f00a0acdaf99fe9e80e
Parents: ee3b0f7
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sat Feb 15 15:02:41 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sat Feb 15 15:02:41 2014 +0000

----------------------------------------------------------------------
 .../ui/components/widgets/entitylink/EntityLinkSelect2Panel.css  | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/a67ad553/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/entitylink/EntityLinkSelect2Panel.css
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/entitylink/EntityLinkSelect2Panel.css b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/entitylink/EntityLinkSelect2Panel.css
index c118a6f..3c18b39 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/entitylink/EntityLinkSelect2Panel.css
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/entitylink/EntityLinkSelect2Panel.css
@@ -37,6 +37,10 @@ div.entityLinkSelect2Panel > div {
 	font-size: smaller;
 }
 
+.collectionContentsAsAjaxTablePanel .entityLinkSelect2Panel .autoCompletePlaceholder {
+    height: 0px;
+}
+
 .entityLinkSelect2Panel .autoCompletePlaceholder {
     display: block;
     height: 30px;