Repository: couchdb-fauxton Updated Branches: refs/heads/master 88148d626 -> 515dcc4ea
styled-select: indent text 4px intend the text a bit to the right hat tip to Sean Barclay <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/515dcc4e Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/515dcc4e Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/515dcc4e Branch: refs/heads/master Commit: 515dcc4ea5cf0aa7dd502d5eabf126184657a43a Parents: 88148d6 Author: Robert Kowalski <[email protected]> Authored: Tue Feb 24 18:08:28 2015 +0100 Committer: Robert Kowalski <[email protected]> Committed: Thu Feb 26 12:28:46 2015 +0100 ---------------------------------------------------------------------- app/addons/documents/assets/less/viewEditor.less | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/515dcc4e/app/addons/documents/assets/less/viewEditor.less ---------------------------------------------------------------------- diff --git a/app/addons/documents/assets/less/viewEditor.less b/app/addons/documents/assets/less/viewEditor.less index c4d8316..6183537 100644 --- a/app/addons/documents/assets/less/viewEditor.less +++ b/app/addons/documents/assets/less/viewEditor.less @@ -37,12 +37,17 @@ color: @brandPrimary; line-height: 30px; } + #index-name { + height: 46px; + width: 200px; + } .new-ddoc-input { margin-top: 25px; + height: 46px; } .styled-select { - width: 250px; + width: 200px; } .styled-select label { margin: 0; @@ -54,7 +59,9 @@ background-color: #e6e6e6; border: 1px solid #b3b3b3; height: 45px; - width: 250px; + width: 200px; + text-indent: 4px; + height: 46px; } .styled-select select:-moz-focusring { color: transparent;
