Moved the Header styles into the global header styles
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/cf8cf40b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/cf8cf40b Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/cf8cf40b Branch: refs/heads/secondary-indexes Commit: cf8cf40b4dfd48cc488d6c5d698434d4f183c4d0 Parents: da970d4 Author: deathbearbrown <[email protected]> Authored: Sun Aug 24 16:33:43 2014 +0200 Committer: deathbearbrown <[email protected]> Committed: Mon Aug 25 09:37:35 2014 -0400 ---------------------------------------------------------------------- app/addons/documents/assets/less/headers.less | 56 --------------------- assets/less/headers.less | 57 +++++++++++++++++++++- 2 files changed, 56 insertions(+), 57 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/cf8cf40b/app/addons/documents/assets/less/headers.less ---------------------------------------------------------------------- diff --git a/app/addons/documents/assets/less/headers.less b/app/addons/documents/assets/less/headers.less deleted file mode 100644 index ce5a27d..0000000 --- a/app/addons/documents/assets/less/headers.less +++ /dev/null @@ -1,56 +0,0 @@ -.header-right { - .add-on { - font-size: 16px; - } - .well { - padding: 0; - margin: 0; - } - .searchbox-container { - position: relative; - right: inherit; - input[type="text"] { - .border-radius(5px); - font-size: 13px; - padding: 8px 35px 8px 10px; - width: 275px; - } - .btn-primary { - background: none repeat scroll 0% 0% transparent; - border: none; - position: absolute; - right: 12px; - top: 8px; - z-index: 2; - color: #999; - } - } - > .btn { - padding: 0; - margin: 0; - } - > .button, - > .button a, - .api-url-btn > button { - color: #666; - font-size: 13px; - line-height: 3em; - } - > div { - float: right; - height: 60px; - border-left: 1px solid #ccc; - margin: 0; - padding: 10px 15px; - line-height: 40px; - } - > div:last-child { - border-left: none; - } - .api-url-btn { - background: none; - border: none; - padding: 0; - margin: 0; - } -} http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/cf8cf40b/assets/less/headers.less ---------------------------------------------------------------------- diff --git a/assets/less/headers.less b/assets/less/headers.less index e073ad7..0323e3b 100644 --- a/assets/less/headers.less +++ b/assets/less/headers.less @@ -124,5 +124,60 @@ } - +.header-right { + .add-on { + font-size: 16px; + } + .well { + padding: 0; + margin: 0; + } + .searchbox-container { + position: relative; + right: inherit; + input[type="text"] { + .border-radius(5px); + font-size: 13px; + padding: 8px 35px 8px 10px; + width: 275px; + } + .btn-primary { + background: none repeat scroll 0% 0% transparent; + border: none; + position: absolute; + right: 12px; + top: 8px; + z-index: 2; + color: #999; + } + } + > .btn { + padding: 0; + margin: 0; + } + > .button, + > .button a, + .api-url-btn > button { + color: #666; + font-size: 13px; + line-height: 3em; + } + > div { + float: right; + height: 60px; + border-left: 1px solid #ccc; + margin: 0; + padding: 10px 15px; + line-height: 40px; + } + > div:last-child { + border-left: none; + } + .api-url-btn { + background: none; + border: none; + padding: 0; + margin: 0; + } +}
