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 2013/02/14 15:00:00 UTC

git commit: ISIS-336: reduce size of font in breadcrumbs in Wicket viewer.

Updated Branches:
  refs/heads/master cd1897ea0 -> 351682e12


ISIS-336: reduce size of font in breadcrumbs in Wicket viewer.


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

Branch: refs/heads/master
Commit: 351682e127a60bf9e84ad3c46a883029998244d0
Parents: cd1897e
Author: Dan Haywood <da...@apache.org>
Authored: Thu Feb 14 13:59:44 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Thu Feb 14 13:59:44 2013 +0000

----------------------------------------------------------------------
 .../bookmarkedpages/BookmarkedPagesPanel.css       |   16 +++++++-------
 1 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/351682e1/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/bookmarkedpages/BookmarkedPagesPanel.css
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/bookmarkedpages/BookmarkedPagesPanel.css b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/bookmarkedpages/BookmarkedPagesPanel.css
index b067a7d..59fc1bb 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/bookmarkedpages/BookmarkedPagesPanel.css
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/bookmarkedpages/BookmarkedPagesPanel.css
@@ -18,12 +18,12 @@
  */
 
 .bookmarkedPagesPanel {
-	font-size: 0.9em;
+	font-size: 0.7em;
 	text-transform:uppercase;
 	font-weight:bold;
 	float:left;
 	width:100%;
-	margin-bottom:10px;
+	margin-bottom:5px;
 }
 
 .bookmarkedPagesPanel .bookmarkedPagesList {
@@ -31,11 +31,11 @@
 }
 
 .bookmarkedPagesPanel .bookmarkedPagesList span.bookmarkedPageTitle {
-	margin-right: 10px;
-	margin-bottom:10px;
+	margin-right: 5px;
+	margin-bottom:5px;
 	float:left;
 	display:block;
-	padding:8px;
+	padding:3px 6px 3px 6px;
 	border-radius:4px;
 	-moz-border-radius:4px;
 	-webkit-border-radius:4px;
@@ -69,8 +69,8 @@
 	display: block;
 	float: left;
 	font-style: normal !important;
-	margin-bottom: 10px;
-	margin-right: 10px;
-	padding: 8px;
+	margin-bottom: 5px;
+	margin-right: 5px;
+    padding:3px 8px 3px 8px;
 	text-indent: -999em;
 }
\ No newline at end of file