You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2014/08/27 16:05:13 UTC

[32/35] git commit: AMBARI-7032 Jobs View: utilize full width

AMBARI-7032 Jobs View: utilize full width


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

Branch: refs/heads/branch-alerts-dev
Commit: 8d8583bd5b7191af8e500cad3ba507817ecee011
Parents: 4430ebf
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Wed Aug 27 14:34:10 2014 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Wed Aug 27 14:34:23 2014 +0300

----------------------------------------------------------------------
 contrib/views/jobs/src/main/resources/ui/app/styles/main.less | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8d8583bd/contrib/views/jobs/src/main/resources/ui/app/styles/main.less
----------------------------------------------------------------------
diff --git a/contrib/views/jobs/src/main/resources/ui/app/styles/main.less b/contrib/views/jobs/src/main/resources/ui/app/styles/main.less
index e648fe0..4c1987f 100644
--- a/contrib/views/jobs/src/main/resources/ui/app/styles/main.less
+++ b/contrib/views/jobs/src/main/resources/ui/app/styles/main.less
@@ -21,13 +21,18 @@
 @import '../../app/bower_components/font-awesome/less/font-awesome';
 
 html {
-  overflow-y: scroll;
+  overflow-y: auto;
 }
 
 a {
   cursor: pointer;
 }
 
+.container,
+.jobs-container {
+  width: 100%;
+}
+
 .jobs-container {
   margin-top: 20px;
 }