Repository: ambari Updated Branches: refs/heads/trunk f587f7e56 -> 4f4379357
AMBARI-4900. Tweak alert font size for better balance. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4f437935 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4f437935 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4f437935 Branch: refs/heads/trunk Commit: 4f4379357998efe97cd0ca20f967a43ea7b0d010 Parents: f587f7e Author: Yusaku Sako <[email protected]> Authored: Fri Feb 28 16:59:46 2014 -0800 Committer: Yusaku Sako <[email protected]> Committed: Fri Feb 28 16:59:46 2014 -0800 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4f437935/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index a920e3d..bba9ad1 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -1946,7 +1946,7 @@ width:100%; } .title { font-weight: normal; - font-size: 14px; + font-size: 13px; } .row-fluid [class*="span"] { min-height: 0px; @@ -1961,7 +1961,7 @@ width:100%; text-align: right; } .message { - font-size: 13px; + font-size: 12px; color: #777; } .serviceLink {
