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/CoreHome/stylesheets/coreHome.less')
-rw-r--r--plugins/CoreHome/stylesheets/coreHome.less50
1 files changed, 27 insertions, 23 deletions
diff --git a/plugins/CoreHome/stylesheets/coreHome.less b/plugins/CoreHome/stylesheets/coreHome.less
index 00cd0652fe..8f2a0f802c 100644
--- a/plugins/CoreHome/stylesheets/coreHome.less
+++ b/plugins/CoreHome/stylesheets/coreHome.less
@@ -1,15 +1,4 @@
.home {
- h2 {
- font-size: 18px;
- padding: 16px 0 16px 0;
- border: none;
- margin: 0;
- }
-
- h3 {
- font-size: 1.3em;
- margin-top: 2em;
- }
p {
padding-bottom: 1em;
margin-right: 1em;
@@ -17,19 +6,27 @@
}
}
+.card h2 {
+ &.card-title,
+ .card-title {
+ padding: 0 !important;
+ }
+}
+
/* Content */
#content.home {
font-size: 14px;
display: inline-block;
width: 100%;
-
- > h2:first-child {
- padding-top: 7px;
- }
}
#content.admin {
display: inline-block;
+ max-width: 1300px;
+
+ > .row {
+ margin: 0 -0.75rem;
+ }
}
/* 2 columns reports */
@@ -54,7 +51,7 @@
font-size: 14px;
position: absolute;
left: -10000px;
- top: 21px;
+ top: 0;
}
.accessibility-skip-to-content:focus {
display: block;
@@ -91,8 +88,7 @@ div.ui-datepicker {
}
#calendarRangeTo {
- float: left;
- margin-left: 20px;
+ margin-left: 175px;
}
#calendarRangeFrom {
@@ -222,8 +218,16 @@ a.Piwik_Popover_Error_Back {
font-size:18px;
}
-#pluginSettings {
- .settingIntroduction {
- font-weight: bold;
- }
-}
+.systemSummary {
+ .icon {
+ width: 16px;
+ display: inline-block;
+ }
+ .icon-user {
+ font-size: 11px;
+ }
+
+ > div {
+ margin-bottom: 2px;
+ }
+} \ No newline at end of file