Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 64e7d10c8 -> cb09f2ca0


IGNITE-843 Proportions for different screen sizes.


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

Branch: refs/heads/ignite-843
Commit: cb09f2ca0ff9a9a6c77de49638cd24677b4d5496
Parents: 64e7d10
Author: AKuznetsov <akuznet...@gridgain.com>
Authored: Mon Aug 10 18:35:51 2015 +0700
Committer: AKuznetsov <akuznet...@gridgain.com>
Committed: Mon Aug 10 18:35:51 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/views/configuration/summary.jade             | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/cb09f2ca/modules/control-center-web/src/main/js/views/configuration/summary.jade
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/views/configuration/summary.jade 
b/modules/control-center-web/src/main/js/views/configuration/summary.jade
index 5ffc498..f9f1f2b 100644
--- a/modules/control-center-web/src/main/js/views/configuration/summary.jade
+++ b/modules/control-center-web/src/main/js/views/configuration/summary.jade
@@ -64,9 +64,9 @@ block content
                                 div(ui-ace='{ onLoad: aceInit, mode: "xml" }' 
ng-model='xmlServer')
                             div(title='<img src="/images/java.png" 
width="16px" height="16px"/> Java' bs-pane)
                                 .details-row
-                                    .col-xs-2.col-sm-1
+                                    .col-xs-2.col-sm-2.col-md-1
                                         label Generate:
-                                    .col-xs-4.col-sm-3
+                                    .col-xs-4.col-sm-3.col-md-3
                                         button.form-control(type='button' 
ng-model='configServer.javaClassServer'  bs-select 
data-placeholder='{{detail.placeholder}}' bs-options='item.value as item.label 
for item in javaClassItems' data-sort='false')
                                 div(ui-ace='{ onLoad: aceInit, mode: "java" }' 
ng-model='javaServer')
                             div(title='<img src="/images/docker.png" 
width="16px" height="16px"/> Dockerfile' bs-pane)
@@ -103,8 +103,8 @@ block content
                                     div(ui-ace='{ onLoad: aceInit, mode: "xml" 
}' ng-model='xmlClient')
                                 div(title='<img src="/images/java.png" 
width="16px" height="16px"/> Java' bs-pane)
                                     .details-row
-                                        .col-xs-2.col-sm-1
+                                        .col-xs-2.col-sm-2.col-md-1
                                             label Generate:
-                                        .col-xs-5.col-sm-4
+                                        .col-xs-4.col-sm-3.col-md-3
                                             button.form-control(type='button' 
ng-model='backupItem.javaClassClient' bs-select 
data-placeholder='{{detail.placeholder}}' bs-options='item.value as item.label 
for item in javaClassItems' data-sort='false')
                                     div(ui-ace='{ onLoad: aceInit, mode: 
"java" }' ng-model='javaClient')

Reply via email to