Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas ZILLIOX <thomas@zilliox.me>2013-08-07 05:53:26 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-07 05:53:26 +0400
commitf57392500437b69981f625eebf654daa09ff32b6 (patch)
treeb6a6a882154fe4effa61d9dce8388d29eaad8a7f /plugins/Zeitgeist
parentfd46259ccb4b13420633136042d75f4079fe0c42 (diff)
Make the top controls accessible for tiny screens
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/stylesheets/ui/_headerMessage.less6
-rw-r--r--plugins/Zeitgeist/stylesheets/ui/_periodSelect.less1
2 files changed, 7 insertions, 0 deletions
diff --git a/plugins/Zeitgeist/stylesheets/ui/_headerMessage.less b/plugins/Zeitgeist/stylesheets/ui/_headerMessage.less
index 779e391e70..7941861a90 100644
--- a/plugins/Zeitgeist/stylesheets/ui/_headerMessage.less
+++ b/plugins/Zeitgeist/stylesheets/ui/_headerMessage.less
@@ -13,6 +13,12 @@
border-radius: 4px;
}
+@media all and (max-width: 949px) {
+ #header_message {
+ display: none;
+ }
+}
+
#header_message:hover,
#header_message.active {
width: auto;
diff --git a/plugins/Zeitgeist/stylesheets/ui/_periodSelect.less b/plugins/Zeitgeist/stylesheets/ui/_periodSelect.less
index d8693bd3a7..3a87f4eb60 100644
--- a/plugins/Zeitgeist/stylesheets/ui/_periodSelect.less
+++ b/plugins/Zeitgeist/stylesheets/ui/_periodSelect.less
@@ -51,6 +51,7 @@
#periodMore {
padding: 6px 0 0 0;
display: none;
+ overflow: hidden;
}
#periodString .period-date,