Updated Branches: refs/heads/master c5f51b5da -> 109cef81a
lots of little tweaks Fixed `Couchdb` spelling. Move version number to right of product name. Tweaked Primary Nav icon alignment. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/087c0fe6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/087c0fe6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/087c0fe6 Branch: refs/heads/master Commit: 087c0fe6268d81e3a59de86530e9be511e85de9f Parents: c5f51b5 Author: BigBlueHat <[email protected]> Authored: Thu Nov 14 15:31:31 2013 -0800 Committer: suelockwood <[email protected]> Committed: Mon Nov 18 13:21:10 2013 -0500 ---------------------------------------------------------------------- src/fauxton/app/addons/logs/templates/dashboard.html | 2 +- src/fauxton/app/addons/logs/templates/sidebar.html | 2 +- src/fauxton/app/addons/stats/templates/pie_table.html | 4 +--- src/fauxton/app/templates/fauxton/footer.html | 2 +- src/fauxton/assets/less/fauxton.less | 4 +++- 5 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/087c0fe6/src/fauxton/app/addons/logs/templates/dashboard.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/logs/templates/dashboard.html b/src/fauxton/app/addons/logs/templates/dashboard.html index 14969c8..199794c 100644 --- a/src/fauxton/app/addons/logs/templates/dashboard.html +++ b/src/fauxton/app/addons/logs/templates/dashboard.html @@ -12,7 +12,7 @@ License for the specific language governing permissions and limitations under the License. --> - <h2> Couchdb Logs </h2> + <h2> CouchDB Logs </h2> <table class="table table-bordered" > <thead> <tr> http://git-wip-us.apache.org/repos/asf/couchdb/blob/087c0fe6/src/fauxton/app/addons/logs/templates/sidebar.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/logs/templates/sidebar.html b/src/fauxton/app/addons/logs/templates/sidebar.html index 91822e0..59b10ac 100644 --- a/src/fauxton/app/addons/logs/templates/sidebar.html +++ b/src/fauxton/app/addons/logs/templates/sidebar.html @@ -13,9 +13,9 @@ the License. --> <div id="log-sidebar"> + <header>Log Filter</header> <form class="form-inline" id="log-filter-form"> <fieldset> - <legend>Log Filter</legend> <input type="text" name="filter" placeholder="Type a filter to sort the logs by"> <!-- TODO: filter by method --> <!-- TODO: correct removed filter behaviour --> http://git-wip-us.apache.org/repos/asf/couchdb/blob/087c0fe6/src/fauxton/app/addons/stats/templates/pie_table.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/stats/templates/pie_table.html b/src/fauxton/app/addons/stats/templates/pie_table.html index fba4717..7aa9b43 100644 --- a/src/fauxton/app/addons/stats/templates/pie_table.html +++ b/src/fauxton/app/addons/stats/templates/pie_table.html @@ -13,13 +13,11 @@ the License. --> <div class="row-fluid"> - <div class="span8"> <h2> <%= datatype %> </h2> - </div> </div> <div class="row-fluid"> - <div class="span8" style="margin-top:70px"> + <div> <table class="table table-condensed table-striped"> <thead> <tr> http://git-wip-us.apache.org/repos/asf/couchdb/blob/087c0fe6/src/fauxton/app/templates/fauxton/footer.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/templates/fauxton/footer.html b/src/fauxton/app/templates/fauxton/footer.html index a070b52..593c11f 100644 --- a/src/fauxton/app/templates/fauxton/footer.html +++ b/src/fauxton/app/templates/fauxton/footer.html @@ -12,4 +12,4 @@ License for the specific language governing permissions and limitations under the License. --> -<p>Fauxton <%=version%> on <a href="http://couchdb.apache.org/">Apache CouchDB</a></p> +<p>Fauxton on <a href="http://couchdb.apache.org/">Apache CouchDB</a> <%=version%></p> http://git-wip-us.apache.org/repos/asf/couchdb/blob/087c0fe6/src/fauxton/assets/less/fauxton.less ---------------------------------------------------------------------- diff --git a/src/fauxton/assets/less/fauxton.less b/src/fauxton/assets/less/fauxton.less index c3894fc..252391e 100644 --- a/src/fauxton/assets/less/fauxton.less +++ b/src/fauxton/assets/less/fauxton.less @@ -233,6 +233,7 @@ a:hover{ position: relative; &:before { position: absolute; + top: -5px; left: -44px; font-size: 28px; color: @NavIcon; @@ -414,7 +415,7 @@ footer#mainFooter{ /*SIDEBAR TEMPLATE STYLES*/ .topmenu-defaults { height: 70px; - padding: 20px 10px 0; + padding: 12px 10px 0; border-bottom: 1px solid @darkRed; .box-sizing(border-box); } @@ -627,6 +628,7 @@ tbody {padding-top: 10px;} background-color: @redButton; color: #fff; padding: 10px 15px; + cursor: pointer; &:before{ padding-right: 5px; }
