Github user 1ambda commented on the issue:

    https://github.com/apache/zeppelin/pull/2401
  
    ## 6. font-size, text-shadow for menus in the navbar including collapsed 
version.
    
    ### 6-1 normal version
    
    Since the toplevel menu's font-size is `15px`, sub menus should have the 
equal or less font-size. currently, it's `16px`. 
    
    - Let's set font-size `15px` for `.docs .dropdown-menu li span`
    
    #### Current
    
    
![image](https://user-images.githubusercontent.com/4968473/26961495-1333e754-4d1a-11e7-816f-e48c1d5c0622.png)
    
    #### Fixed
    
    
![image](https://user-images.githubusercontent.com/4968473/26961501-21c830c2-4d1a-11e7-8006-c68edf5dd50d.png)
    
    ### 6-2 collapsed version
    
    - `text-shadow` in the sub menus can be decreased. too much IMO:  from `1px 
2px #353131` to `1px 1px #353131`
    - for `font-size`, we can apply the same policy with **6-1**
      * `15px` for `.navbar-inverse .navbar-nav > li > a ` (in all media 
queries for the collapsed version  just not for `@media only screen and 
(max-width: 996px) and (min-width: 768px)`
      * `15px` for `.docs .dropdown-menu b` (in all media queries  for the 
collapsed version )
      * `14px` for `.navbar-nav .open .dropdown-menu` (for all  for the 
collapsed version)
      * fix padding-bottom for `.docs .dropdown-menu li span` from `12px 10px 
12px 20px` to `12px 10px 12px 15px`. Currently it's too close to children.
     
    #### Current
    
    
![image](https://user-images.githubusercontent.com/4968473/26961635-3b6aaa7c-4d1b-11e7-924e-2f072309e5b2.png)
    
    #### After
    
    
![image](https://user-images.githubusercontent.com/4968473/26961687-a732309a-4d1b-11e7-98b0-97150a99fc8e.png)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to