Repository: zeppelin
Updated Branches:
  refs/heads/master d3082e359 -> 3ae7d2461


[ZEPPELIN-1082] Restore Interpreter page layout change

### What is this PR for?
Apply margin-bottom: 20px on `box` class by removing `home` class

### What type of PR is it?
Bug Fix

### What is the Jira issue?
[ZEPPELIN-1082](https://issues.apache.org/jira/browse/ZEPPELIN-1082)

### Screenshots (if appropriate)
**Before**
<img width="1280" alt="screen shot 2016-06-28 at 11 56 16 pm" 
src="https://cloud.githubusercontent.com/assets/8503346/16443219/554778b6-3d8c-11e6-884f-8a7024e5d3d1.png";>

**After**
<img width="1280" alt="screen shot 2016-06-28 at 11 56 48 pm" 
src="https://cloud.githubusercontent.com/assets/8503346/16443239/6142ccc4-3d8c-11e6-914f-87f523bf8275.png";>

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Mina Lee <[email protected]>

Closes #1106 from minahlee/ZEPPELIN-1082 and squashes the following commits:

fcace59 [Mina Lee] Remove home class to make space between boxes


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

Branch: refs/heads/master
Commit: 3ae7d24613742de8181012f351301bffad2c690f
Parents: d3082e3
Author: Mina Lee <[email protected]>
Authored: Tue Jun 28 23:49:46 2016 -0700
Committer: Prabhjyot Singh <[email protected]>
Committed: Fri Jul 1 11:23:16 2016 +0530

----------------------------------------------------------------------
 zeppelin-web/src/app/configuration/configuration.html | 2 +-
 zeppelin-web/src/app/credential/credential.html       | 2 +-
 zeppelin-web/src/app/interpreter/interpreter.html     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/3ae7d246/zeppelin-web/src/app/configuration/configuration.html
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/configuration/configuration.html 
b/zeppelin-web/src/app/configuration/configuration.html
index eded682..0bee84d 100644
--- a/zeppelin-web/src/app/configuration/configuration.html
+++ b/zeppelin-web/src/app/configuration/configuration.html
@@ -29,7 +29,7 @@ limitations under the License.
   </div>
 </div>
 
-<div class="box width-full home">
+<div class="box width-full">
   <div>
     <div class="row configuration">
       <div class="col-md-12">

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/3ae7d246/zeppelin-web/src/app/credential/credential.html
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/credential/credential.html 
b/zeppelin-web/src/app/credential/credential.html
index 338845f..aa43604 100644
--- a/zeppelin-web/src/app/credential/credential.html
+++ b/zeppelin-web/src/app/credential/credential.html
@@ -28,7 +28,7 @@ limitations under the License.
   </div>
 </div>
 
-<div class="box width-full home"
+<div class="box width-full"
      >
   <div>
     <div class="row interpreter">

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/3ae7d246/zeppelin-web/src/app/interpreter/interpreter.html
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/interpreter/interpreter.html 
b/zeppelin-web/src/app/interpreter/interpreter.html
index 330bcbe..7f516c5 100644
--- a/zeppelin-web/src/app/interpreter/interpreter.html
+++ b/zeppelin-web/src/app/interpreter/interpreter.html
@@ -86,7 +86,7 @@ limitations under the License.
   <div ng-include 
src="'app/interpreter/interpreter-create/interpreter-create.html'"></div>
 </div>
 
-<div class="box width-full home"
+<div class="box width-full"
      ng-repeat="setting in interpreterSettings | orderBy: 'group' | filter: 
searchInterpreter">
   <div id="{{setting.name | lowercase}}">
     <div class="row interpreter">

Reply via email to