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:
authorJouveer <35312684+Jouveer@users.noreply.github.com>2018-01-19 01:36:53 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2018-01-19 01:36:53 +0300
commita14b54f14e82e2c5fecc8247071b5e367836ccf3 (patch)
tree40b15ed5d501f8a208a649d3fb290f1c05b56d43 /plugins/CoreHome/angularjs/selector
parent9d1e1d73344b89b2222c965274b3cdc92af8d192 (diff)
Aligned all icons to left of menus (#12463)
* Aligned all icons to left of menus * Minor tweaks for mobile view and horizontal alignment
Diffstat (limited to 'plugins/CoreHome/angularjs/selector')
-rw-r--r--plugins/CoreHome/angularjs/selector/selector.directive.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CoreHome/angularjs/selector/selector.directive.less b/plugins/CoreHome/angularjs/selector/selector.directive.less
index 14382fd394..779d4c3b33 100644
--- a/plugins/CoreHome/angularjs/selector/selector.directive.less
+++ b/plugins/CoreHome/angularjs/selector/selector.directive.less
@@ -7,7 +7,7 @@
.font-default(11px, 12px);
display: inline-block;
width: 100%;
- padding: 11px 19px 10px;
+ padding: 10px 15px 11px 13px;
white-space: nowrap;
cursor: pointer;
text-transform: uppercase;
@@ -23,7 +23,7 @@
}
.icon {
- padding-left: 6px;
+ padding-right: 6px;
display: inline-block;
vertical-align: top;
@@ -33,7 +33,7 @@
}
.icon:not(.icon-fixed) {
- float: right;
+ float: left;
&:after {
clear:right;
content: ' ';