From 68619f8b4e848387f0d8c4793182bace47b9f60f Mon Sep 17 00:00:00 2001 From: Mina Lee Date: Tue, 21 Jun 2016 01:35:51 -0700 Subject: [PATCH 1/4] Change keyboard shortcut icon --- zeppelin-web/src/app/notebook/notebook-actionBar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeppelin-web/src/app/notebook/notebook-actionBar.html b/zeppelin-web/src/app/notebook/notebook-actionBar.html index 28dd84e7cd3..34000727022 100644 --- a/zeppelin-web/src/app/notebook/notebook-actionBar.html +++ b/zeppelin-web/src/app/notebook/notebook-actionBar.html @@ -157,7 +157,7 @@

data-toggle="modal" data-target="#shortcutModal" tooltip-placement="bottom" tooltip="List of shortcut"> - + - diff --git a/zeppelin-web/src/app/notebook/notebook.css b/zeppelin-web/src/app/notebook/notebook.css index 6cdc40796cc..6c9a190d552 100644 --- a/zeppelin-web/src/app/notebook/notebook.css +++ b/zeppelin-web/src/app/notebook/notebook.css @@ -210,6 +210,19 @@ border: 0; } +.commit-container { + padding: 10px 20px 6px 20px; + font-weight: normal; + word-wrap: break-word; + white-space: initial; +} + +/* overwrite bootstrap css for version control button */ +.btn-group > .btn + .dropdown-toggle { + padding-right: 5px; + padding-left: 5px; +} + .cron-preset-container { padding: 10px 20px 0 20px; font-weight: normal; From 72ff26ea015aee012a40d5a1d9c47f2c6ed5cacd Mon Sep 17 00:00:00 2001 From: Mina Lee Date: Tue, 14 Jun 2016 16:42:53 -0700 Subject: [PATCH 3/4] Change table asc desc icon --- .../src/app/notebook/paragraph/paragraph.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/zeppelin-web/src/app/notebook/paragraph/paragraph.css b/zeppelin-web/src/app/notebook/paragraph/paragraph.css index 3e620b5738f..cea3ebde4c7 100644 --- a/zeppelin-web/src/app/notebook/paragraph/paragraph.css +++ b/zeppelin-web/src/app/notebook/paragraph/paragraph.css @@ -422,6 +422,23 @@ table.dataTable.table-condensed .sorting_desc:after { border-bottom: 2px solid #CCC; } +.handsontable .columnSorting.ascending::after { + content: '\f160'; + margin-left: 3px; + font-size: 12px; + font-family: FontAwesome; + line-height: 2; +} + +.handsontable .columnSorting.descending::after { + content: '\f161'; + margin-left: 3px; + font-size: 12px; + margin-left: 3px; + font-family: FontAwesome; + line-height: 2; +} + /* Pivot CSS */ From dc6dbe8f0f02dec77a8937754586bc355f105360 Mon Sep 17 00:00:00 2001 From: Mina Lee Date: Tue, 14 Jun 2016 21:36:51 -0700 Subject: [PATCH 4/4] Change interpreter create button font --- zeppelin-web/src/app/interpreter/interpreter.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zeppelin-web/src/app/interpreter/interpreter.html b/zeppelin-web/src/app/interpreter/interpreter.html index aa8dd64372e..86eef7a7a00 100644 --- a/zeppelin-web/src/app/interpreter/interpreter.html +++ b/zeppelin-web/src/app/interpreter/interpreter.html @@ -19,16 +19,16 @@

Interpreters

- - +