From 11fc706ee156ad0d50973a072fea420795f84b1c Mon Sep 17 00:00:00 2001 From: Nathan Booth Date: Tue, 20 Dec 2011 10:52:27 +0000 Subject: [PATCH] Improved Admin page gui Added tabbed navigation for moving between control panel pages Signed-off-by: Nathan Booth --- public/styles/normal.css | 14 ++++++++++++++ source/webui/templates/admin.tpl | 10 ++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/public/styles/normal.css b/public/styles/normal.css index a8579cf..0ebcd72 100644 --- a/public/styles/normal.css +++ b/public/styles/normal.css @@ -120,4 +120,18 @@ th.service { .odd_row { 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; } \ No newline at end of file diff --git a/source/webui/templates/admin.tpl b/source/webui/templates/admin.tpl index 298b40b..543f2b6 100644 --- a/source/webui/templates/admin.tpl +++ b/source/webui/templates/admin.tpl @@ -1,7 +1,13 @@ -