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:
authorThomas Steur <thomas.steur@gmail.com>2015-06-15 07:40:09 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-06-19 05:38:23 +0300
commit6bc22107fbd09ad6c85be41d6a30df5c4ec544ef (patch)
treecd02f05a51f92567eabcd233d9b55e30ad56c186 /plugins/CoreAdminHome/stylesheets
parentbe138daca6b7a657aeea4e10d37bb89066641dd0 (diff)
refs #7090 #4789 Improve the look of data tables, entity tables, forms, ...
Diffstat (limited to 'plugins/CoreAdminHome/stylesheets')
-rw-r--r--plugins/CoreAdminHome/stylesheets/generalSettings.less23
1 files changed, 21 insertions, 2 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/generalSettings.less b/plugins/CoreAdminHome/stylesheets/generalSettings.less
index 03847ad416..44e8556477 100644
--- a/plugins/CoreAdminHome/stylesheets/generalSettings.less
+++ b/plugins/CoreAdminHome/stylesheets/generalSettings.less
@@ -74,12 +74,31 @@ table.admin tbody td:hover, table.admin tbody th:hover {
padding: 15px;
}
+.admin p + h2 {
+ margin-top: 35px;
+ // .admin p defines a margin-bottom of 10px, we make sure we still have a margin-top of 45px this way
+}
+
.admin h2 {
- border-bottom: 1px solid #DADADA;
- margin: 15px -15px 20px 0;
+ border-bottom: 0px;
+ margin: 45px -15px 11px 0;
padding: 0 0 5px 0;
font-size: 24px;
width:100%;
+
+ &:first-of-type:not(.secondary) {
+ margin-top: 17px;
+ margin-bottom: 16px;
+ border-bottom: 1px solid #DADADA;
+ }
+}
+
+.admin h2 + h3 {
+ margin-top: 0px;
+}
+
+.admin h3 {
+ margin-top: 30px;
}
.admin p, .admin section {