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:
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;