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:
authorbarbushin <barbushin@gmail.com>2015-07-20 14:47:55 +0300
committerbarbushin <barbushin@gmail.com>2015-07-20 14:47:55 +0300
commit5b455b26df3463fc7feaea1ba6fb927bf1ef159b (patch)
treef51ee8ee1bccbb2396a48a0c1aca1cbb87bb5d52 /plugins/Morpheus
parent57f273092bf68bd8ecfe1cbaca314642be446e70 (diff)
Fix valign for labels in Reports Management forms
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/general/_form.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_form.less b/plugins/Morpheus/stylesheets/general/_form.less
index dea73c7ede..2adf9630e6 100644
--- a/plugins/Morpheus/stylesheets/general/_form.less
+++ b/plugins/Morpheus/stylesheets/general/_form.less
@@ -37,6 +37,7 @@
.entityAddContainer .entityTable tr td.first {
font-weight: bold;
+ vertical-align: top !important;
}
.entityAddContainer tr:hover {
@@ -80,6 +81,7 @@ table.entityTable {
.entityTable tr td.first, .entityTable tr th.first {
border-left: 0 !important;
+ vertical-align: top !important;
}
.entityTable tr th {