Repository: ambari Updated Branches: refs/heads/trunk 8fa25781d -> 156b98e4c
AMBARI-5419 '100%' string out of box when installed done. (Buzhor Denys via ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ec156a36 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ec156a36 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ec156a36 Branch: refs/heads/trunk Commit: ec156a36741d9eaa59f2b388e49aae5b1a842f3f Parents: 8fa2578 Author: aBabiichuk <[email protected]> Authored: Thu Apr 10 14:46:53 2014 +0300 Committer: aBabiichuk <[email protected]> Committed: Thu Apr 10 14:46:53 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ec156a36/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 1a8bdae..5e1eb0e 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -592,10 +592,10 @@ h1 { width: 30%; } th.status { - width: 30%; + width: 35%; } th.messgage { - width: 40%; + width: 35%; } .progress-bar { width: 80%; @@ -6049,4 +6049,4 @@ i.icon-asterisks { .views_sizes { width:100%; min-height:600px; -} \ No newline at end of file +}
