diff --git a/themes/zuitedesk/css/pages.css b/themes/zuitedesk/css/pages.css
index 632026e..aa10dfb 100644
--- a/themes/zuitedesk/css/pages.css
+++ b/themes/zuitedesk/css/pages.css
@@ -77,13 +77,13 @@ body.elfinder {
font-size: 13px;
font-weight: bold;
color: #aaa;
-
+
/* position: relative;
left: -2px;
right: auto;
line-height: 18px;
max-width: 100%;
- */
+ */
} /*
.breadcrumb a {
color: #444;
@@ -143,7 +143,7 @@ body.elfinder {
h1.title {
color: #ff3300;
margin: -0.12em 0 0.2em;
-}
+}
@media (max-width: 399px), (min-width: 530px) and (max-width: 599px) { * MINW *
h1.title {
font-size: 1.8em;
@@ -192,3 +192,8 @@ h1.title {
#scroll-top-link:hover {
background-color: #000;
}
+@media (max-width: 767px) {
+ #scroll-top-link.edition {
+ display: none !important;
+ }
+}
diff --git a/themes/zuitedesk/templates/page.tpl.php b/themes/zuitedesk/templates/page.tpl.php
index 8054383..086b208 100644
--- a/themes/zuitedesk/templates/page.tpl.php
+++ b/themes/zuitedesk/templates/page.tpl.php
@@ -251,7 +251,7 @@ if ($site_name) print '
-
+