GitHub user benkeen opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/648

    No Docs Found screen style update

    Small aesthetic thing. The "no documents found" page had a
    hardcoded minimum height which often caused the panel to
    have the text hidden offscreen and a scrollbar to appear.
    
    This just vertically centers the watermark and label so it works
    on any screen size.
    
    Also now exports the NoResultsScreen component for use elsewhere.
    
    <img width="1048" alt="screenshot" 
src="https://cloud.githubusercontent.com/assets/512116/13092420/b22afb20-d4b4-11e5-99a5-71ed5e5ba80f.png";>


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/benkeen/couchdb-fauxton 
no-docs-found-page-update

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fauxton/pull/648.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #648
    
----
commit 59b37e6141784e6bd96fbc7f46e72dc043867047
Author: Ben Keen <[email protected]>
Date:   2016-02-16T21:49:41Z

    No Docs Found screen style update
    
    Small aesthetic thing. The "no documents found" page had a
    hardcoded minimum height which often caused the panel to
    have the text hidden offscreen and a scrollbar to appear.
    
    This just vertically centers the watermark and label so it works
    on any screen size.
    
    Also now exports the NoResultsScreen component for use elsewhere.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to