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