From a621d4212e8830e04b663307bf9f19c0fdbf90e5 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 26 Sep 2014 15:25:31 -0400 Subject: [PATCH] acp main menu themed --- public/less/admin/admin.less | 49 +++++++++++++++++ src/views/admin/header.tpl | 100 +++++++++++++++++------------------ 2 files changed, 98 insertions(+), 51 deletions(-) diff --git a/public/less/admin/admin.less b/public/less/admin/admin.less index 1d46b7da8c..d7991d0be8 100644 --- a/public/less/admin/admin.less +++ b/public/less/admin/admin.less @@ -16,6 +16,55 @@ font-weight: 700; } + #main-menu { + position: fixed; + width: 200px; + height: 100%; + padding-top: 50px; + top: 0px; + left: 0px; + background: #333; + z-index: 1; + overflow-y: auto; + + .sidebar-nav { + margin-top: 1px; + + .nav-header { + color: #fff; + border-top: 1px solid #32353E; + border-bottom: 1px solid #1A1C20; + background-color: #272727; + text-shadow: 0px 0px 2px #111; + padding: 10px; + } + + .nav-list { + background: #232323; + li { + &:hover a { + background-color: #2f2f2f; + } + + a { + color: white; + padding: 7px 15px; + font-size: 14px; + .transition(.4s ease-in background-color); + } + } + } + } + } + + #content { + padding-left: 207px; + } + + .wrapper { + width: 100%; + } + .panel { background-color: #FFF; box-sizing: border-box; diff --git a/src/views/admin/header.tpl b/src/views/admin/header.tpl index 610068bcfc..226ebab7c2 100644 --- a/src/views/admin/header.tpl +++ b/src/views/admin/header.tpl @@ -99,56 +99,54 @@ -
-
-
- - - - - + + + + + +
+
\ No newline at end of file