Repository: ambari
Updated Branches:
  refs/heads/trunk 87e82c7c0 -> 0c76e2f83


AMBARI-20428 UI - bugs with styles. (atkach)


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

Branch: refs/heads/trunk
Commit: 0c76e2f837dcc02b72cf76e08583dbd09c2cbd6e
Parents: 87e82c7
Author: Andrii Tkach <atk...@apache.org>
Authored: Tue Mar 14 15:43:17 2017 +0200
Committer: Andrii Tkach <atk...@apache.org>
Committed: Tue Mar 14 15:43:35 2017 +0200

----------------------------------------------------------------------
 .../src/main/resources/ui/admin-web/app/styles/main.css        | 5 +++++
 .../resources/ui/admin-web/app/views/stackVersions/list.html   | 2 +-
 .../src/main/resources/ui/hive-web/app/styles/app.scss         | 6 ++++++
 .../src/main/resources/ui/hive-web/app/templates/splash.hbs    | 2 +-
 4 files changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0c76e2f8/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
----------------------------------------------------------------------
diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css 
b/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
index 95aa66b..882a4b4 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css
@@ -1872,4 +1872,9 @@ legend {
 .spinner-container {
   text-align: center;
   padding-bottom: 10px;
+}
+
+.ellipsis-overflow {
+  overflow: hidden;
+  text-overflow: ellipsis;
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ambari/blob/0c76e2f8/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/list.html
----------------------------------------------------------------------
diff --git 
a/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/list.html
 
b/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/list.html
index 120aed6..58326aa 100644
--- 
a/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/list.html
+++ 
b/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/list.html
@@ -72,7 +72,7 @@
       <td class="col-medium">
         <span>{{repo.repository_version}}</span>
       </td>
-      <td class="col-small">
+      <td class="col-small ellipsis-overflow">
         <a href="{{fromSiteRoot('/#/main/admin/stack/versions')}}" 
ng-show="repo.cluster">
           {{repo.cluster}}
         </a>

http://git-wip-us.apache.org/repos/asf/ambari/blob/0c76e2f8/contrib/views/hive-next/src/main/resources/ui/hive-web/app/styles/app.scss
----------------------------------------------------------------------
diff --git 
a/contrib/views/hive-next/src/main/resources/ui/hive-web/app/styles/app.scss 
b/contrib/views/hive-next/src/main/resources/ui/hive-web/app/styles/app.scss
index 7598b0e..2fec04b 100644
--- a/contrib/views/hive-next/src/main/resources/ui/hive-web/app/styles/app.scss
+++ b/contrib/views/hive-next/src/main/resources/ui/hive-web/app/styles/app.scss
@@ -714,3 +714,9 @@ pre.explainprint{
   color:#ddd;
   cursor: default;
 }
+
+#splash {
+  .table i {
+    cursor: default;
+  }
+}

http://git-wip-us.apache.org/repos/asf/ambari/blob/0c76e2f8/contrib/views/hive-next/src/main/resources/ui/hive-web/app/templates/splash.hbs
----------------------------------------------------------------------
diff --git 
a/contrib/views/hive-next/src/main/resources/ui/hive-web/app/templates/splash.hbs
 
b/contrib/views/hive-next/src/main/resources/ui/hive-web/app/templates/splash.hbs
index 5612542..b6c59f3 100644
--- 
a/contrib/views/hive-next/src/main/resources/ui/hive-web/app/templates/splash.hbs
+++ 
b/contrib/views/hive-next/src/main/resources/ui/hive-web/app/templates/splash.hbs
@@ -17,7 +17,7 @@
 }}
 
 <div class="spinner"></div>
-<div class="container-fluid">
+<div class="container-fluid" id="splash">
   {{#if allTestsCompleted }}
     <h3>Service checks completed.</h3>
   {{else}}

Reply via email to