diff --git a/app/assets/stylesheets/components/navigation.scss b/app/assets/stylesheets/components/navigation.scss
index 427eb85d7..da8defe3f 100644
--- a/app/assets/stylesheets/components/navigation.scss
+++ b/app/assets/stylesheets/components/navigation.scss
@@ -1,6 +1,6 @@
.navigation {
- padding: $gutter-half 0 0 0;
+ padding: 3px 0 0 0;
li {
@include core-16();
diff --git a/app/assets/stylesheets/components/switcher.scss b/app/assets/stylesheets/components/switcher.scss
index 9ee6dc26d..89399c34d 100644
--- a/app/assets/stylesheets/components/switcher.scss
+++ b/app/assets/stylesheets/components/switcher.scss
@@ -29,15 +29,39 @@
}
#user-name {
-
margin: 0 20px 0 0;
}
#user-admin {
-
}
@media (min-width: 641px) {
#user-admin {
display: block;
float: right;
- } }
\ No newline at end of file
+ } }
+
+
+#service-nav {
+ // display: none;
+ @include core-19();
+ list-style: none;
+ ul li {
+ display: block;position: relative;float: left;
+ }
+
+}
+
+#service-arrow-right {
+ display:none;
+}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html
index 7681d9d47..0d51ea891 100644
--- a/app/templates/admin_template.html
+++ b/app/templates/admin_template.html
@@ -47,7 +47,22 @@
{% block content %}
{% if current_user.is_authenticated() %}
-
+
+
{% endif %}
{% with messages = get_flashed_messages() %}