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 18:14:11 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-09 18:14:11 +0400
commit741bbd483dc5375d9efb3fd1c2039b1ed2dad4a3 (patch)
treef81dd0251662ff8ace90d37adbce8749be9eb581 /plugins/PleineLune
parentdea04e16fb412d15f24f848826790a0f8877fc73 (diff)
Improve the site selector & the main menu to have more horizontal space
Diffstat (limited to 'plugins/PleineLune')
-rw-r--r--plugins/PleineLune/stylesheets/_menuDashboard.less4
-rw-r--r--plugins/PleineLune/stylesheets/controls/_siteSelect.less11
2 files changed, 14 insertions, 1 deletions
diff --git a/plugins/PleineLune/stylesheets/_menuDashboard.less b/plugins/PleineLune/stylesheets/_menuDashboard.less
index 060995b2c9..c5cadb1493 100644
--- a/plugins/PleineLune/stylesheets/_menuDashboard.less
+++ b/plugins/PleineLune/stylesheets/_menuDashboard.less
@@ -10,6 +10,10 @@
margin-right: 5px;
}
+.nav_tab a {
+ padding: 8px 15px 0;
+}
+
.nav_tab > li:hover,
.nav_tab > li.sfHover {
background-color: @theme-color-box-active;
diff --git a/plugins/PleineLune/stylesheets/controls/_siteSelect.less b/plugins/PleineLune/stylesheets/controls/_siteSelect.less
index b203ca7d3f..8d3c07d017 100644
--- a/plugins/PleineLune/stylesheets/controls/_siteSelect.less
+++ b/plugins/PleineLune/stylesheets/controls/_siteSelect.less
@@ -25,13 +25,22 @@
font-size: 0.8em;
}
+.sites_autocomplete .custom_select_main_link > span {
+ display: inline-block;
+ max-width: 150px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ vertical-align: bottom;
+ white-space: nowrap;
+}
+
.sites_autocomplete .custom_select {
background: @theme-color-background-base;
border-color: @theme-color-background-contrast;
border-radius: 4px 4px 0 0;
font-size: 14px;
min-height: 25px;
- padding: 8px 27px 0;
+ padding: 8px 15px 0;
}
.sites_autocomplete .custom_select_ul_list li a,