Improved Admin page gui

Added tabbed navigation for moving between control panel pages

Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
Nathan Booth
2011-12-20 10:52:27 +00:00
parent 4a81b0ce7b
commit 11fc706ee1
2 changed files with 22 additions and 2 deletions

View File

@@ -121,3 +121,17 @@ th.service {
.odd_row { .odd_row {
background-color: #eeeeee; background-color: #eeeeee;
} }
div.page-header{
background:#f5f5f5;
margin:10px -5px 20px;
padding:10px 10px 0 10px;
-moz-border-radius:5px 5px 0 0;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
border-bottom: 0px;
}
.tabs, .pills {
margin: 0 0 0px;
}

View File

@@ -1,7 +1,13 @@
<ul class="breadcrumb"> <div class="page-header">
<li class="active"><a href="#">Admin</a> <h1>Admin Control Panel</h1>
<ul class="tabs">
<li class="active"><a href="#">Admin</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">User Management</a></li>
<li><a href="#">Settings</a></li>
</ul> </ul>
</div>
<h1>Services</h1> <h1>Services</h1>
<p> <p>