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/CoreAdminHome/stylesheets/generalSettings.less')
-rw-r--r--plugins/CoreAdminHome/stylesheets/generalSettings.less16
1 files changed, 4 insertions, 12 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/generalSettings.less b/plugins/CoreAdminHome/stylesheets/generalSettings.less
index eac16b6c4c..9d232f789b 100644
--- a/plugins/CoreAdminHome/stylesheets/generalSettings.less
+++ b/plugins/CoreAdminHome/stylesheets/generalSettings.less
@@ -13,9 +13,6 @@
}
#content.admin {
- margin: 0 0 0 260px;
- padding: 0 0 40px;
- display: table;
font-size: 13px;
// Fix the <pre> blocks because of the display: table
@@ -25,8 +22,8 @@
}
.admin #header_message {
- margin-top: 10px;
- margin-right: 10px;
+ margin-top: 8px;
+ margin-right: 8px;
}
table.admin {
@@ -92,9 +89,9 @@ table.admin tbody td:hover, table.admin tbody th:hover {
width: 100%;
&:first-of-type:not(.secondary) {
- margin-top: 17px;
+ margin-top: 7px;
margin-bottom: 16px;
- border-bottom: 1px solid #DADADA;
+ border-bottom: 1px solid @theme-color-background-tinyContrast;
}
}
@@ -162,11 +159,6 @@ table.admin tbody td:hover, table.admin tbody th:hover {
margin-left: 0px;
}
-/* to override .admin a */
-.admin .sites_autocomplete a {
- color: #255792;
-}
-
/* trusted host styles */
#trustedHostSettings input {
width: 238px;