summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBigBlueHat <byoung@bigbluehat.com>2013-11-14 15:31:31 -0800
committersuelockwood <deathbearbrown@gmail.com>2013-11-18 13:21:10 -0500
commit087c0fe6268d81e3a59de86530e9be511e85de9f (patch)
treea11294224faf23eb6ddaa64beb6d04cf35c67c20
parentc5f51b5da0170777b7c8de4c1c6a648c84d1dc3d (diff)
downloadcouchdb-087c0fe6268d81e3a59de86530e9be511e85de9f.tar.gz
lots of little tweaks
Fixed `Couchdb` spelling. Move version number to right of product name. Tweaked Primary Nav icon alignment.
-rw-r--r--src/fauxton/app/addons/logs/templates/dashboard.html2
-rw-r--r--src/fauxton/app/addons/logs/templates/sidebar.html2
-rw-r--r--src/fauxton/app/addons/stats/templates/pie_table.html4
-rw-r--r--src/fauxton/app/templates/fauxton/footer.html2
-rw-r--r--src/fauxton/assets/less/fauxton.less4
5 files changed, 7 insertions, 7 deletions
diff --git a/src/fauxton/app/addons/logs/templates/dashboard.html b/src/fauxton/app/addons/logs/templates/dashboard.html
index 14969c8c1..199794c96 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>
diff --git a/src/fauxton/app/addons/logs/templates/sidebar.html b/src/fauxton/app/addons/logs/templates/sidebar.html
index 91822e013..59b10ace4 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 -->
diff --git a/src/fauxton/app/addons/stats/templates/pie_table.html b/src/fauxton/app/addons/stats/templates/pie_table.html
index fba4717cf..7aa9b43f5 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>
diff --git a/src/fauxton/app/templates/fauxton/footer.html b/src/fauxton/app/templates/fauxton/footer.html
index a070b52ef..593c11f38 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>
diff --git a/src/fauxton/assets/less/fauxton.less b/src/fauxton/assets/less/fauxton.less
index c3894fc64..252391e1d 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;
}