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/10/25 13:20:29 UTC

[08/10] git commit: ISIS-537 Remove a not needed comment

ISIS-537 Remove a not needed comment


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

Branch: refs/heads/master
Commit: e6b3ec1713f41a660ac055bf37fe102745c7f04f
Parents: 161d570
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat Oct 25 11:31:30 2014 +0300
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sat Oct 25 11:07:18 2014 +0100

----------------------------------------------------------------------
 .../ajaxtable/CollectionContentsAsAjaxTablePanel.css             | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/e6b3ec17/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.css
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.css b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.css
index 98ec706..3813dd1 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.css
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.css
@@ -62,8 +62,6 @@
 	text-align: left;
 }
 
-/* numbers are right aligned in compact mode START */
-
 .collectionContentsAsAjaxTablePanel table.contents .javaMathBigDecimalPanel input:disabled,
 .collectionContentsAsAjaxTablePanel table.contents .javaMathBigIntegerPanel input:disabled,
 .collectionContentsAsAjaxTablePanel table.contents .bytePanel input:disabled,
@@ -75,8 +73,6 @@
 	text-align: right;
 }
 
-/* numbers are right aligned in compact mode END */
-
 .collectionContentsAsAjaxTablePanel table.contents tbody td,
 .collectionContentsAsAjaxTablePanel table.contents thead th {
 	padding:5px;