Repository: incubator-zeppelin Updated Branches: refs/heads/master 461b3ea98 -> 53812cfcc
Run button do not have rounded border Run button in case of report view have squarish border Before: <img width="1430" alt="Before square edge" src="https://cloud.githubusercontent.com/assets/674497/11298358/62dae7ec-8fa4-11e5-88f4-82fb86f481c3.png"> After: <img width="1436" alt="after rounded edge" src="https://cloud.githubusercontent.com/assets/674497/11298359/62dbb7b2-8fa4-11e5-94e7-81d55bbd7bda.png"> Author: Prabhjyot Singh <[email protected]> Closes #452 from prabhjyotsingh/reportViewRunButton and squashes the following commits: 6fc5788 [Prabhjyot Singh] run button do not have rounded border Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/53812cfc Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/53812cfc Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/53812cfc Branch: refs/heads/master Commit: 53812cfcceba572fc0d55a3b76f6762cf4561972 Parents: 461b3ea Author: Prabhjyot Singh <[email protected]> Authored: Mon Nov 23 09:26:16 2015 +0530 Committer: Damien CORNEAU <[email protected]> Committed: Tue Nov 24 09:35:11 2015 +0900 ---------------------------------------------------------------------- zeppelin-web/src/assets/styles/looknfeel/report.css | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/53812cfc/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 df717e1..944ae11 100644 --- a/zeppelin-web/src/assets/styles/looknfeel/report.css +++ b/zeppelin-web/src/assets/styles/looknfeel/report.css @@ -69,3 +69,7 @@ body { .lastEmptyParagraph { display: none; } + +.noteAction button.btn { + border-radius: 4px !important; +}
