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-17 14:55:44 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-08-17 14:55:44 +0300
commiteff436f75769533e56fd51c7bfbc824f12bcac92 (patch)
tree142a498b9e753c0ae4e78a87975107b114223451 /plugins/Morpheus
parent6c3ff28fe36fb0541f2c89c09424d65ebe1fb555 (diff)
Use the form-help class in the UserCountry settings
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/general/_forms.less21
1 files changed, 13 insertions, 8 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less
index 3767b54411..49c5358f1d 100644
--- a/plugins/Morpheus/stylesheets/general/_forms.less
+++ b/plugins/Morpheus/stylesheets/general/_forms.less
@@ -89,17 +89,9 @@ select {
}
.form-help {
- .alert;
- .alert-info;
float: right;
width: 58%;
margin-bottom: 0;
- // Smaller padding to match input's heights
- padding: 11px 20px 10px;
- &:before {
- // Remove the icon
- content: "";
- }
}
label .form-description {
@@ -123,6 +115,19 @@ select {
}
}
+// TODO Form helps are used outside of forms in UserCountry (old table layout)
+// Once this plugin uses the new form layout, move those rules back into ".form-group .form-help"
+.form-help {
+ .alert;
+ .alert-info;
+ // Smaller padding to match input's heights
+ padding: 11px 20px 10px;
+ &:before {
+ // Remove the icon
+ content: "";
+ }
+}
+
.form-description {
color: @theme-color-text-lighter;
font-style: italic;