Repository: ambari
Updated Branches:
  refs/heads/trunk da78f1781 -> daefe5daa


AMBARI-7256. Slider View: Create app wizard's 'Allocate Resources' page should 
have smaller text boxes (alexantonenko)


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

Branch: refs/heads/trunk
Commit: daefe5daaa5c3c3e6b4586db2a7e2ed55c9e61a1
Parents: da78f17
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Thu Sep 11 16:04:34 2014 +0300
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Thu Sep 11 16:04:34 2014 +0300

----------------------------------------------------------------------
 .../slider/src/main/resources/ui/app/styles/application.less | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/daefe5da/contrib/views/slider/src/main/resources/ui/app/styles/application.less
----------------------------------------------------------------------
diff --git 
a/contrib/views/slider/src/main/resources/ui/app/styles/application.less 
b/contrib/views/slider/src/main/resources/ui/app/styles/application.less
index eb71c9a..b7f385a 100644
--- a/contrib/views/slider/src/main/resources/ui/app/styles/application.less
+++ b/contrib/views/slider/src/main/resources/ui/app/styles/application.less
@@ -359,16 +359,18 @@ a {
   }
   #step2 {
     .table-container {
-      max-height: 225px;
+      max-height: 248px;
       border: 1px solid #e3e3e3;
       padding: 5px;
-      margin-bottom: 20px;
-      overflow-y: auto;
       border-radius: 4px;
+      overflow: hidden;
       .components-table {
         width: 100%;
         border-spacing: 10px;
         border-collapse: separate;
+        input{
+          width: 124px;
+        }
       }
       margin-bottom: 30px;
     }

Reply via email to