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:
@@ -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;
|
||||||
|
}
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user