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:52:03 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-15 14:52:03 +0400
commit0ebce0dd677f9b111bf106c4d8de7407e2f3bef1 (patch)
treeaa45d67c6a5d768501b2051c6ae6038f1e5d1282 /plugins/Zeitgeist
parente7f0cab070e41eb559f3857935b775f7d648dcca (diff)
Prevent the site selector from resizing when changing of website
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/stylesheets/ui/_siteSelect.less9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less b/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less
index 8b0d7c191b..cea8a4b34c 100644
--- a/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less
+++ b/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less
@@ -52,16 +52,17 @@
.sites_autocomplete .custom_select_all a,
.sites_autocomplete .custom_select_main_link > span {
display: block;
- max-width: 130px;
+ max-width: 140px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
- padding: 0 4px;
+ padding: 0 20px 0 4px;
}
.sites_autocomplete--dropdown .custom_select_main_link:before {
content: " \25BC";
- float: right;
+ position: absolute;
+ right: 0;
font-size: 0.8em;
margin-top: 0.2em;
color: #444;
@@ -69,6 +70,7 @@
.sites_autocomplete--dropdown .custom_select_main_link {
cursor: pointer;
+ position: relative;
}
.sites_autocomplete .custom_select_loading {
@@ -86,7 +88,6 @@
.sites_autocomplete .custom_select_ul_list li a,
.sites_autocomplete .custom_select_all a {
line-height: 18px;
- padding: 0 20px 0 4px;
height: auto;
display: block;
text-decoration: none;