zeppelin git commit: ZEPPELIN-3496 Notebook title not visible in simple and report mode

2018-05-28 Thread rkamath
Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 ad355b515 -> 2b1951495


ZEPPELIN-3496 Notebook title not visible in simple and report mode

Notebook title not visible in simple and report mode
- fix title visibility
- fix title alignment

Bug Fix

https://issues.apache.org/jira/browse/ZEPPELIN-3496

manually switch views between default, simple and report

**Simple view before**
https://user-images.githubusercontent.com/2031306/40469731-1b873c7e-5f4f-11e8-8bba-5958e963b53f.png;>
**Simple view hover before** (left alignment is off)
https://user-images.githubusercontent.com/2031306/40469730-1b4254c4-5f4f-11e8-9166-c2da6b0cc130.png;>

**Simple view after**
https://user-images.githubusercontent.com/2031306/40469812-4b3b6b70-5f4f-11e8-87e2-474de25372d8.png;>
**Simple view hover after**
https://user-images.githubusercontent.com/2031306/40469811-4b0a04fe-5f4f-11e8-8d2a-5435f722afd1.png;>

* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Renjith Kamath 

Closes #2983 from r-kamath/ZEPPELIN-3496 and squashes the following commits:

4dd6286b2 [Renjith Kamath] ZEPPELIN-3496 Notebook title not visible in simple 
and report mode

Change-Id: I101f116ae2d1bcdc1820d32eeb05c9cfdd7864a0
(cherry picked from commit 2a966360026e7b4bb8c19168bbd0a85b0a7a9752)
Signed-off-by: Renjith Kamath 


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

Branch: refs/heads/branch-0.8
Commit: 2b19514954768cb3f73580ded00d32c323888a71
Parents: ad355b5
Author: Renjith Kamath 
Authored: Thu May 24 12:31:18 2018 +0530
Committer: Renjith Kamath 
Committed: Mon May 28 14:01:35 2018 +0530

--
 zeppelin-web/src/app/notebook/notebook-actionBar.html | 5 +++--
 zeppelin-web/src/assets/styles/looknfeel/report.css   | 4 
 zeppelin-web/src/assets/styles/looknfeel/simple.css   | 4 
 3 files changed, 11 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2b195149/zeppelin-web/src/app/notebook/notebook-actionBar.html
--
diff --git a/zeppelin-web/src/app/notebook/notebook-actionBar.html 
b/zeppelin-web/src/app/notebook/notebook-actionBar.html
index 78ca77e..2229223 100644
--- a/zeppelin-web/src/app/notebook/notebook-actionBar.html
+++ b/zeppelin-web/src/app/notebook/notebook-actionBar.html
@@ -17,10 +17,11 @@ limitations under the License.
 
   
-  http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2b195149/zeppelin-web/src/assets/styles/looknfeel/report.css
--
diff --git a/zeppelin-web/src/assets/styles/looknfeel/report.css 
b/zeppelin-web/src/assets/styles/looknfeel/report.css
index 8c850ef..11fca67 100644
--- a/zeppelin-web/src/assets/styles/looknfeel/report.css
+++ b/zeppelin-web/src/assets/styles/looknfeel/report.css
@@ -58,6 +58,10 @@ body {
   visibility: hidden;
 }
 
+.noteAction .form-control-static2 > span {
+  visibility: visible;
+}
+
 .noteAction:hover span,
 .noteAction:hover button,
 .noteAction:hover form {

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2b195149/zeppelin-web/src/assets/styles/looknfeel/simple.css
--
diff --git a/zeppelin-web/src/assets/styles/looknfeel/simple.css 
b/zeppelin-web/src/assets/styles/looknfeel/simple.css
index 0078306..55a6484 100644
--- a/zeppelin-web/src/assets/styles/looknfeel/simple.css
+++ b/zeppelin-web/src/assets/styles/looknfeel/simple.css
@@ -89,6 +89,10 @@ body {
   visibility: hidden;
 }
 
+.noteAction .form-control-static2 > span {
+  visibility: visible;
+}
+
 .noteAction:hover span,
 .noteAction:hover button,
 .noteAction:hover form {



zeppelin git commit: ZEPPELIN-3496 Notebook title not visible in simple and report mode

2018-05-28 Thread rkamath
Repository: zeppelin
Updated Branches:
  refs/heads/master c41ba77ff -> 2a9663600


ZEPPELIN-3496 Notebook title not visible in simple and report mode

Notebook title not visible in simple and report mode
- fix title visibility
- fix title alignment

Bug Fix

https://issues.apache.org/jira/browse/ZEPPELIN-3496

manually switch views between default, simple and report

**Simple view before**
https://user-images.githubusercontent.com/2031306/40469731-1b873c7e-5f4f-11e8-8bba-5958e963b53f.png;>
**Simple view hover before** (left alignment is off)
https://user-images.githubusercontent.com/2031306/40469730-1b4254c4-5f4f-11e8-9166-c2da6b0cc130.png;>

**Simple view after**
https://user-images.githubusercontent.com/2031306/40469812-4b3b6b70-5f4f-11e8-87e2-474de25372d8.png;>
**Simple view hover after**
https://user-images.githubusercontent.com/2031306/40469811-4b0a04fe-5f4f-11e8-8d2a-5435f722afd1.png;>

* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Renjith Kamath 

Closes #2983 from r-kamath/ZEPPELIN-3496 and squashes the following commits:

4dd6286b2 [Renjith Kamath] ZEPPELIN-3496 Notebook title not visible in simple 
and report mode

Change-Id: I101f116ae2d1bcdc1820d32eeb05c9cfdd7864a0


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

Branch: refs/heads/master
Commit: 2a966360026e7b4bb8c19168bbd0a85b0a7a9752
Parents: c41ba77
Author: Renjith Kamath 
Authored: Thu May 24 12:31:18 2018 +0530
Committer: Renjith Kamath 
Committed: Mon May 28 14:00:26 2018 +0530

--
 zeppelin-web/src/app/notebook/notebook-actionBar.html | 5 +++--
 zeppelin-web/src/assets/styles/looknfeel/report.css   | 4 
 zeppelin-web/src/assets/styles/looknfeel/simple.css   | 4 
 3 files changed, 11 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2a966360/zeppelin-web/src/app/notebook/notebook-actionBar.html
--
diff --git a/zeppelin-web/src/app/notebook/notebook-actionBar.html 
b/zeppelin-web/src/app/notebook/notebook-actionBar.html
index 78ca77e..2229223 100644
--- a/zeppelin-web/src/app/notebook/notebook-actionBar.html
+++ b/zeppelin-web/src/app/notebook/notebook-actionBar.html
@@ -17,10 +17,11 @@ limitations under the License.
 
   
-  http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2a966360/zeppelin-web/src/assets/styles/looknfeel/report.css
--
diff --git a/zeppelin-web/src/assets/styles/looknfeel/report.css 
b/zeppelin-web/src/assets/styles/looknfeel/report.css
index 8c850ef..11fca67 100644
--- a/zeppelin-web/src/assets/styles/looknfeel/report.css
+++ b/zeppelin-web/src/assets/styles/looknfeel/report.css
@@ -58,6 +58,10 @@ body {
   visibility: hidden;
 }
 
+.noteAction .form-control-static2 > span {
+  visibility: visible;
+}
+
 .noteAction:hover span,
 .noteAction:hover button,
 .noteAction:hover form {

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2a966360/zeppelin-web/src/assets/styles/looknfeel/simple.css
--
diff --git a/zeppelin-web/src/assets/styles/looknfeel/simple.css 
b/zeppelin-web/src/assets/styles/looknfeel/simple.css
index 0078306..55a6484 100644
--- a/zeppelin-web/src/assets/styles/looknfeel/simple.css
+++ b/zeppelin-web/src/assets/styles/looknfeel/simple.css
@@ -89,6 +89,10 @@ body {
   visibility: hidden;
 }
 
+.noteAction .form-control-static2 > span {
+  visibility: visible;
+}
+
 .noteAction:hover span,
 .noteAction:hover button,
 .noteAction:hover form {