summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarren Smith <garren.smith@gmail.com>2013-03-11 14:49:28 +0200
committerGarren Smith <garren.smith@gmail.com>2013-03-11 14:49:28 +0200
commit29950879aba4bfb6bccfa2e23b7e12cc23c46b5a (patch)
tree2b34b63eb5f86245075cd98f45cb4fa049816dc7
parent44232ccb1b3f35d467bae04e91eff655cb589ab7 (diff)
downloadcouchdb-29950879aba4bfb6bccfa2e23b7e12cc23c46b5a.tar.gz
add fluid grid for sidebar views
-rw-r--r--src/fauxton/app/templates/databases/sidebar.html6
-rw-r--r--src/fauxton/app/templates/layouts/with_sidebar.html10
-rw-r--r--src/fauxton/app/templates/layouts/with_tabs_sidebar.html2
3 files changed, 10 insertions, 8 deletions
diff --git a/src/fauxton/app/templates/databases/sidebar.html b/src/fauxton/app/templates/databases/sidebar.html
index 161d4a5d2..af4c438cc 100644
--- a/src/fauxton/app/templates/databases/sidebar.html
+++ b/src/fauxton/app/templates/databases/sidebar.html
@@ -12,7 +12,9 @@ License for the specific language governing permissions and limitations under
the License.
-->
-<a class="btn btn-small new span4" id="new" style="width: 93%; margin-left: 0"><i class="icon-plus"></i> New database</a>
+<div class="row-fluid">
+<a class="btn new span4" id="new"><i class="icon-plus"></i> New database</a>
+</div>
<hr>
<ul class="nav nav-list">
<!-- <li class="nav-header">Database types</li> -->
@@ -23,4 +25,4 @@ the License.
<div class="well">
<p>Here be news.</p>
</div>
-<img src="img/couchdblogo.png"/> \ No newline at end of file
+<img src="img/couchdblogo.png"/>
diff --git a/src/fauxton/app/templates/layouts/with_sidebar.html b/src/fauxton/app/templates/layouts/with_sidebar.html
index c28dac485..5deb4d13f 100644
--- a/src/fauxton/app/templates/layouts/with_sidebar.html
+++ b/src/fauxton/app/templates/layouts/with_sidebar.html
@@ -14,13 +14,13 @@ the License.
<div id="primary-navbar"></div>
-<div id="dashboard" class="container">
- <div class="row">
+<div id="dashboard" class="container-fluid">
+ <div class="row-fluid">
<div id="breadcrumbs" class="span12"></div>
</div>
- <div class="row">
- <div id="sidebar-content" class="sidebar span4"></div>
- <div id="dashboard-content" class="list span8 pull-right"></div>
+ <div class="row-fluid">
+ <div id="sidebar-content" class="sidebar span3"></div>
+ <div id="dashboard-content" class="list span9"></div>
</div>
</div>
diff --git a/src/fauxton/app/templates/layouts/with_tabs_sidebar.html b/src/fauxton/app/templates/layouts/with_tabs_sidebar.html
index c486a69b4..f78832fe4 100644
--- a/src/fauxton/app/templates/layouts/with_tabs_sidebar.html
+++ b/src/fauxton/app/templates/layouts/with_tabs_sidebar.html
@@ -13,7 +13,7 @@ the License.
-->
<div id="primary-navbar"></div>
-<div id="dashboard" class="container">
+<div id="dashboard" class="container-fluid">
<div class="row-fluid">
<div id="breadcrumbs" class="row-fluid"></div>