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-09 19:55:18 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-09 19:55:18 +0400
commitc9c245366285440ca62c5d398283ea07eaf1e82e (patch)
tree3965bc7ad7c54d25ca1f99578398291b2b290ff5 /plugins/PleineLune
parentb979d9e4d23f70254dcf63c03f53c3eb37c35f7b (diff)
Make the dropdown arrow stick to the right of the site selector
Diffstat (limited to 'plugins/PleineLune')
-rw-r--r--plugins/PleineLune/stylesheets/controls/_siteSelect.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/PleineLune/stylesheets/controls/_siteSelect.less b/plugins/PleineLune/stylesheets/controls/_siteSelect.less
index 8d3c07d017..39cb9d6508 100644
--- a/plugins/PleineLune/stylesheets/controls/_siteSelect.less
+++ b/plugins/PleineLune/stylesheets/controls/_siteSelect.less
@@ -21,8 +21,9 @@
.sites_autocomplete .custom_select_main_link:after {
content: " \25BC";
- display: inline;
+ float: right;
font-size: 0.8em;
+ margin-top: 0.2em;
}
.sites_autocomplete .custom_select_main_link > span {