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 2016/07/05 06:55:01 UTC

[8/8] isis git commit: ISIS-1335: tweaks the bootstrap override CSS, to adjust positioning of buttons on collections up by a couple of pixels.

ISIS-1335: tweaks the bootstrap override CSS, to adjust positioning of buttons on collections up by a couple of pixels.


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

Branch: refs/heads/master
Commit: 497e09379468a4baf6979da335bed6a71de88c88
Parents: 2ed9fa3
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Jul 5 07:41:27 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Jul 5 07:41:27 2016 +0100

----------------------------------------------------------------------
 .../apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/497e0937/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
----------------------------------------------------------------------
diff --git a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
index 3018d2c..8edc19c 100644
--- a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
+++ b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
@@ -1,3 +1,4 @@
+
 /*
  *  Licensed to the Apache Software Foundation (ASF) under one
  *  or more contributor license agreements.  See the NOTICE file
@@ -492,7 +493,7 @@ div.additionalLinkList {
 .col .additionalLinksAndSelectorDropDown,
 .entityPropertiesPanel .additionalLinks,
 .entityCollectionsPanel .additionalLinksAndSelectorDropDown {
-    margin-top: -4px;
+    margin-top: -6px;
 }
 
 .collection.panel-body {