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/19 13:40:48 UTC

[71/78] [abbrv] git commit: ISIS-537 Align the "Showing from x to y of z" with the paging navigation

ISIS-537 Align the "Showing from x to y of z" with the paging navigation

https://trello.com/c/nlfT7NZy/61-improve-the-styling-of-the-table-paging-navigation


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

Branch: refs/heads/master
Commit: edd1790f8501e05647a3b3f87847b6bfced02a25
Parents: 8c535e4
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat Oct 18 16:16:37 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sat Oct 18 16:16:37 2014 +0300

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


http://git-wip-us.apache.org/repos/asf/isis/blob/edd1790f/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
index 791c595..e8ebbe4 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides.css
@@ -62,3 +62,7 @@
 .table .table td {
     border: none;
 }
+
+.pagination {
+    margin: 0;
+}