You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by ah...@apache.org on 2016/10/17 06:39:15 UTC

zeppelin git commit: [ZEPPELIN-1552] Search button goes to next line when display's width shortens.

Repository: zeppelin
Updated Branches:
  refs/heads/master e5f211b7b -> 201d60122


[ZEPPELIN-1552] Search button goes to next line when display's width shortens.

### What is this PR for?
In document page(http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/), the search button goes to next line when display's width shortens.

### What type of PR is it?
[Improvement]

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1552

### Screenshots (if appropriate)
<img width="927" alt="2016-10-15 2 04 00" src="https://cloud.githubusercontent.com/assets/6567102/19398321/0d76a1c4-9287-11e6-86e0-9f120c00b143.png">
when (768px \u2264 width < 992px)

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

Author: hyonzin <hy...@gmail.com>
Author: AhyoungRyu <ah...@apache.org>
Author: \uc815\ud604\uc9c4 <hy...@gmail.com>

Closes #1525 from hyonzin/ZEPPELIN-1552 and squashes the following commits:

f1d97ef [AhyoungRyu] Fix search icon's placement in small browser
244992d [\uc815\ud604\uc9c4] Straighten wrong term
97d1bdf [hyonzin] Fix search link button to not goes next line when display's width shortens


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

Branch: refs/heads/master
Commit: 201d60122429679e2b3d4c7cb6bb4fabbebef88d
Parents: e5f211b
Author: hyonzin <hy...@gmail.com>
Authored: Sat Oct 15 12:22:18 2016 +0900
Committer: AhyoungRyu <ah...@apache.org>
Committed: Mon Oct 17 15:39:08 2016 +0900

----------------------------------------------------------------------
 docs/_includes/themes/zeppelin/_navigation.html | 2 --
 docs/assets/themes/zeppelin/css/style.css       | 4 ++++
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/201d6012/docs/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/docs/_includes/themes/zeppelin/_navigation.html b/docs/_includes/themes/zeppelin/_navigation.html
index 9abcdb1..1b1fdbf 100644
--- a/docs/_includes/themes/zeppelin/_navigation.html
+++ b/docs/_includes/themes/zeppelin/_navigation.html
@@ -119,8 +119,6 @@
                 <li><a href="{{BASE_PATH}}/development/howtocontributewebsite.html">How to contribute (website)</a></li>
               </ul>
             </li>
-          </ul>
-          <ul class="nav navbar-nav">
             <li>
               <a href="{{BASE_PATH}}/search.html" class="nav-search-link">
                 <span class="fa fa-search nav-search-icon"></span>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/201d6012/docs/assets/themes/zeppelin/css/style.css
----------------------------------------------------------------------
diff --git a/docs/assets/themes/zeppelin/css/style.css b/docs/assets/themes/zeppelin/css/style.css
index 98b3895..fc821a2 100644
--- a/docs/assets/themes/zeppelin/css/style.css
+++ b/docs/assets/themes/zeppelin/css/style.css
@@ -619,6 +619,10 @@ and (max-width: 1024px) {
   .navbar-collapse.collapse {
     padding-right: 0;
   }
+
+  .navbar-fixed-top > .container {
+    width: 800px;
+  }
 }
 
 /* master branch docs dropdown menu */