[
https://issues.apache.org/jira/browse/COUCHDB-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168450#comment-14168450
]
ASF GitHub Bot commented on COUCHDB-2370:
-----------------------------------------
GitHub user benkeen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/92
2370-small-style-fixes
This PR contains fixes for a few minor CSS/style/text problems described
here:
https://issues.apache.org/jira/browse/COUCHDB-2370
Closes COUCHDB-2370
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benkeen/couchdb-fauxton 2370-small-style-fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/92.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 #92
----
commit fa2cbb8bdb557b025875b9cb2d79ce0e7ceaa3a7
Author: Benjamin Keen <[email protected]>
Date: 2014-10-12T01:13:22Z
2370-small-style-fixes
----
> Small style fixes
> -----------------
>
> Key: COUCHDB-2370
> URL: https://issues.apache.org/jira/browse/COUCHDB-2370
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Ben Keen
> Assignee: Ben Keen
> Priority: Minor
> Attachments: addSection-after.png, addSection-before.png
>
>
> There are a lot of small things that could use fixing in the Fauxton UI like
> alignments, font-sizes, etc. This is catch-all ticket so I can patch up a few.
> 1. The headers are now being truncated to 259px with an ellipsis. This makes
> sense for 2-column body layouts when there's little room, but for the other
> pages like "Verify CouchDB Installation" it would be preferable not to
> truncate.
> 2. The "Active Tasks" title is the wrong font size. Other pages all have
> 24px, but it's currently 19px.
> 3. The Add Section button also shouldn't be flush with the table, but have a
> little space at the bottom.
> 4. Not a style thing, but I'll include it anyway. The success message for the
> Verify Installation page reads: "Success! You CouchDB install is working.
> Time to Relax". Change this to "Success! Your CouchDB installation is
> working. Time to relax."
> 5. Straighten up the Add Section modal styles, add an onfocus() for the first
> field when the modal opens, and center it horizontally on the page - right
> now it's appearing slightly to the left. See attached before + after
> screenshots.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)