From f0bed5a1ef09609eaa8a242216e9abdb839c5856 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 19 Aug 2015 14:58:48 -0400 Subject: [PATCH] new menu completed --- public/less/admin/header.less | 4 +- src/views/admin/header.tpl | 53 +------- src/views/admin/partials/menu.tpl | 201 +++++++++++++++--------------- 3 files changed, 102 insertions(+), 156 deletions(-) diff --git a/public/less/admin/header.less b/public/less/admin/header.less index f319747180..06737fdbc5 100644 --- a/public/less/admin/header.less +++ b/public/less/admin/header.less @@ -4,12 +4,13 @@ width: 100%; height: 200px; margin-bottom: 50px; + font-size: 16px; > ul { list-style-type: none; padding: 0px; position: absolute; - bottom: 0px; + bottom: 10px; left: 50px; > li { @@ -18,7 +19,6 @@ > a { color: white; - font-size: 20px; text-transform: uppercase; text-decoration: none; } diff --git a/src/views/admin/header.tpl b/src/views/admin/header.tpl index 5118b8250e..60c32d5026 100644 --- a/src/views/admin/header.tpl +++ b/src/views/admin/header.tpl @@ -151,57 +151,6 @@ --> - +
\ No newline at end of file diff --git a/src/views/admin/partials/menu.tpl b/src/views/admin/partials/menu.tpl index ff59c181d9..984d632455 100644 --- a/src/views/admin/partials/menu.tpl +++ b/src/views/admin/partials/menu.tpl @@ -1,103 +1,100 @@ - - - - - - - - - - - - + \ No newline at end of file