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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-12-12 08:57:04 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-12 08:57:04 +0400
commit49448e0b852aac57cba7b8f9b13cc4b88cb179ba (patch)
tree2022de074d870f912b14800bb549cc8180ac6747 /plugins/Morpheus/stylesheets
parentea22d8b8392621c06906be0384cf736a2d1612be (diff)
More hacks for morpheus.
Diffstat (limited to 'plugins/Morpheus/stylesheets')
-rw-r--r--plugins/Morpheus/stylesheets/forms.less19
1 files changed, 16 insertions, 3 deletions
diff --git a/plugins/Morpheus/stylesheets/forms.less b/plugins/Morpheus/stylesheets/forms.less
index 4d90a14233..eb6ed995c8 100644
--- a/plugins/Morpheus/stylesheets/forms.less
+++ b/plugins/Morpheus/stylesheets/forms.less
@@ -162,7 +162,11 @@ button[type="button"],
float:left;
display:inline-block;
- + br {
+ + .form-description {
+ margin-left:1em;
+ }
+
+ + br, + .form-description + br {
clear:both;
}
@@ -213,7 +217,6 @@ label {
}
}
-
.prettycheckbox a:focus, .prettyradio a:focus {
outline: 0 none;
}
@@ -263,7 +266,17 @@ label {
background-position: -205px 0;
}
-// specific form control overrides
+// specific form control overrides (for iCheck)
#useCustomLogo-0 {
margin:0;
+}
+
+.listReports > li:after {
+ content:"";
+ display:table;
+ clear:both;
+}
+
+.small-form-description { // for tracking code generator
+ clear:both;
} \ No newline at end of file