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:25 UTC

[04/10] git commit: ISIS-537 Remove the left padding for the additional links list

ISIS-537 Remove the left padding for the additional links list


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

Branch: refs/heads/master
Commit: f3651d609468ab16e472a951424d83009f742fe3
Parents: 12a80e1
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat Oct 25 10:34:16 2014 +0300
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sat Oct 25 11:07:13 2014 +0100

----------------------------------------------------------------------
 .../wicket/ui/selector/links/LinksSelectorPanelAbstract.css      | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/f3651d60/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/selector/links/LinksSelectorPanelAbstract.css
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/selector/links/LinksSelectorPanelAbstract.css b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/selector/links/LinksSelectorPanelAbstract.css
index 5eedf2e..7702ba1 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/selector/links/LinksSelectorPanelAbstract.css
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/selector/links/LinksSelectorPanelAbstract.css
@@ -53,3 +53,7 @@
 .linksSelectorPanel ul.additionalLinkList {
 /*	margin-bottom:10px;*/
 }
+
+.linksSelectorPanel .list-inline {
+	padding-left: 0;
+}