You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/09/06 02:18:44 UTC

git commit: [flex-sdk] [refs/heads/develop] - Fix up font sizes (and a few other minor tweaks) for 120 dpi

Updated Branches:
  refs/heads/develop 8319a96eb -> f5985042b


Fix up font sizes (and a few other minor tweaks) for 120 dpi


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

Branch: refs/heads/develop
Commit: f5985042b7774baf52280b9078a44bf0aa91686c
Parents: 8319a96
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Sep 6 10:18:25 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Sep 6 10:18:25 2013 +1000

----------------------------------------------------------------------
 frameworks/projects/mobiletheme/defaults.css | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f5985042/frameworks/projects/mobiletheme/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/defaults.css b/frameworks/projects/mobiletheme/defaults.css
index f00c8c4..d47035c 100644
--- a/frameworks/projects/mobiletheme/defaults.css
+++ b/frameworks/projects/mobiletheme/defaults.css
@@ -460,12 +460,12 @@ global
 		paddingBottom: 6;
 		paddingTop: 6;
 		horizontalGap: 6;
-		verticalGap: 4;
+		verticalGap: 3;
 	}
 	
 	.iconItemRendererMessageStyle
 	{
-		fontSize: 8;
+		fontSize: 11;
 	}
 	
 	LabelItemRenderer
@@ -478,8 +478,8 @@ global
 	
 	SpinnerListItemRenderer
 	{
-		paddingTop : 9;
-		paddingBottom : 9;
+		paddingTop : 8;
+		paddingBottom : 8;
 		paddingLeft : 6;
 		paddingRight : 6;
 	}
@@ -502,17 +502,17 @@ global
 	
 	TabbedViewNavigator #tabBar
 	{
-		fontSize: 10;
+		fontSize: 11;
 	}
 	
 	ToggleSwitch
 	{
-		fontSize: 13;
+		fontSize: 14;
 	}
 	
 	global
 	{
-		fontSize: 6;
+		fontSize: 12;
 		focusThickness: 2;
 	}
 }