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/Installation/stylesheets/installation.css')
-rw-r--r--plugins/Installation/stylesheets/installation.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/Installation/stylesheets/installation.css b/plugins/Installation/stylesheets/installation.css
index feb21be950..716d4ee948 100644
--- a/plugins/Installation/stylesheets/installation.css
+++ b/plugins/Installation/stylesheets/installation.css
@@ -2,12 +2,31 @@ body {
font-size: 14px;
}
+#installation > .container {
+ width: 85% !important;
+}
+
+#installation strong {
+ font-weight: 700;
+}
+
/* Header */
.header {
padding: 50px 0 22px;
margin-bottom: 40px;
border-bottom: solid 1px #ccc;
}
+
+.content .btn {
+ margin-top: 10px;
+ margin-bottom: 20px;
+}
+
+.header .languageSelection {
+ color: #4183C4;
+ font-size: 13px;
+}
+
.logo {
float: left;
}