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-15 14:46:40 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-15 14:46:40 +0400
commit2883ed9defc0eb1d486df07a4e0b9783d87700b4 (patch)
tree772ce5dcd2315f13c49dcf4fa19f73da56da54d1 /plugins/Zeitgeist
parent924405d170aa632181f6b37adfa94b6fbfd45cb6 (diff)
Prevent the site selector to push the content bellow
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/stylesheets/ui/_siteSelect.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less b/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less
index a4a3eee44f..8b0d7c191b 100644
--- a/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less
+++ b/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less
@@ -5,7 +5,7 @@
position: absolute;
font-size: 12px;
display: inline-block;
- max-height: 30px; /* Hack to not push the dashboard widget bellow */
+ height: 30px; /* Hack to not push the dashboard widget bellow */
}
.top_bar_sites_selector {
@@ -145,6 +145,9 @@
.custom_select_block_show {
height: auto;
overflow: visible;
+}
+
+.sites_selector_container {
padding-top: 5px;
}