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:
Diffstat (limited to 'plugins/Morpheus/stylesheets/admin.less')
-rw-r--r--plugins/Morpheus/stylesheets/admin.less13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/admin.less b/plugins/Morpheus/stylesheets/admin.less
index a85d7260ee..213915560c 100644
--- a/plugins/Morpheus/stylesheets/admin.less
+++ b/plugins/Morpheus/stylesheets/admin.less
@@ -64,6 +64,10 @@
}
}
+.sites_autocomplete {
+ vertical-align: middle;
+}
+
#loadingError {
color: @brand-red;
font-weight: normal;
@@ -82,6 +86,15 @@
color: @brand-blue;
}
+.addRowSite,
+.addrow {
+ cursor: pointer;
+}
+
+.addrow {
+ margin-top: 10px;
+}
+
.addRowSite {
display: inline-block;
margin: 5px 0;