You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pr...@apache.org on 2016/06/26 09:36:58 UTC

zeppelin git commit: Prevent menubar hide notebook title and control buttons depending on screen size

Repository: zeppelin
Updated Branches:
  refs/heads/master 118ad7de5 -> ec97cd074


Prevent menubar hide notebook title and control buttons depending on screen size

### What is this PR for?
Prevent menubar hide notebook title and control buttons, depending on screen size

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

### Todos
* [x] - Make search input box smaller

### How should this be tested?
Resize your browser

### Screenshots (if appropriate)
before
![menubar_before](https://cloud.githubusercontent.com/assets/1540981/16331737/0ea27b88-39a7-11e6-8db5-e14326aecbaf.gif)
after
![menubar_after](https://cloud.githubusercontent.com/assets/1540981/16331742/19ea0cc2-39a7-11e6-9535-16c5d7926694.gif)

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

Author: Lee moon soo <mo...@apache.org>

Closes #1079 from Leemoonsoo/change_search_input_size and squashes the following commits:

e954bbe [Lee moon soo] Change search input box size


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

Branch: refs/heads/master
Commit: ec97cd074f3f29ae9c8fa6e3688040ca05cd2bad
Parents: 118ad7d
Author: Lee moon soo <mo...@apache.org>
Authored: Fri Jun 24 00:58:08 2016 -0700
Committer: Prabhjyot Singh <pr...@gmail.com>
Committed: Sun Jun 26 15:06:52 2016 +0530

----------------------------------------------------------------------
 zeppelin-web/src/components/navbar/navbar.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ec97cd07/zeppelin-web/src/components/navbar/navbar.html
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/components/navbar/navbar.html b/zeppelin-web/src/components/navbar/navbar.html
index 4a7ad68..e365324 100644
--- a/zeppelin-web/src/components/navbar/navbar.html
+++ b/zeppelin-web/src/components/navbar/navbar.html
@@ -51,7 +51,7 @@ limitations under the License.
             <div class="input-group">
               <input
                 type="text"
-                style="min-width:300px;"
+                style="min-width:200px;"
                 ng-model="searchForm.searchTerm"
                 id="searchTermId"
                 ng-disabled="!navbar.connected"