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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-08-07 17:09:39 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-08-07 17:09:39 +0300
commit6c3ff28fe36fb0541f2c89c09424d65ebe1fb555 (patch)
tree38e867582470b2d8c51288ccf76e3c1f857319af /plugins/Morpheus
parent55d8815b66274124579ecd6427f16a8ddaf0373c (diff)
Remove "info" icons in form inline helps
Form inline helps are based on "info" alerts, but the icon is too heavy in forms.
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/general/_forms.less8
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less
index 8c04445a0e..3767b54411 100644
--- a/plugins/Morpheus/stylesheets/general/_forms.less
+++ b/plugins/Morpheus/stylesheets/general/_forms.less
@@ -95,12 +95,10 @@ select {
width: 58%;
margin-bottom: 0;
// Smaller padding to match input's heights
- padding-top: 11px;
- padding-bottom: 10px;
- padding-left: 50px;
+ padding: 11px 20px 10px;
&:before {
- font-size: 18px;
- .alert-icon-center-vertically(18px);
+ // Remove the icon
+ content: "";
}
}