You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by zh...@apache.org on 2016/02/22 09:45:35 UTC

kylin git commit: KYLIN-1412 fix select option long name display issue and rm deprecated css style

Repository: kylin
Updated Branches:
  refs/heads/2.x-staging daf30a67f -> 7dc56a343


KYLIN-1412 fix select option long name display issue and rm deprecated css style


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

Branch: refs/heads/2.x-staging
Commit: 7dc56a3438d3e2835e7f33bec430b0479ff3d1ee
Parents: daf30a6
Author: janzhongi <ji...@ebay.com>
Authored: Mon Feb 22 16:45:06 2016 +0800
Committer: janzhongi <ji...@ebay.com>
Committed: Mon Feb 22 16:45:06 2016 +0800

----------------------------------------------------------------------
 webapp/app/less/app.less | 23 +++--------------------
 1 file changed, 3 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/7dc56a34/webapp/app/less/app.less
----------------------------------------------------------------------
diff --git a/webapp/app/less/app.less b/webapp/app/less/app.less
index 9a4c1e3..128457c 100644
--- a/webapp/app/less/app.less
+++ b/webapp/app/less/app.less
@@ -612,26 +612,6 @@ ul.messenger .messenger-message-inner,.ngCellText {
   border-radius: 0px !important;
 }
 
-//.cube-models-cntnr{
-//  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
-//  -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
-//  -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
-//  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
-//  line-height:20px;
-//  opacity:1;
-//  left: 0;
-//  padding:10px;
-//  background:white;
-//}
-
-
-//.cube-models-cntnr.ng-hide {
-//  line-height:0;
-//  opacity:0;
-//  left: -100%;
-//  padding:0 10px;
-//}
-
 .cube-models-cntnr.ng-hide-add {
   -webkit-animation: slideOutLeft 0.5s;;
   animation: slideOutLeft 0.5s;;
@@ -738,3 +718,6 @@ ul.messenger .messenger-message-inner,.ngCellText {
   border:1px solid #94a0b4;
   color:#000
 }
+.chosen-container .chosen-results li.active-result{
+  word-break: break-all;
+}