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/CoreUpdater/stylesheets/updateLayout.css')
-rw-r--r--plugins/CoreUpdater/stylesheets/updateLayout.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/plugins/CoreUpdater/stylesheets/updateLayout.css b/plugins/CoreUpdater/stylesheets/updateLayout.css
index 3c436bc5d3..18a6bd519b 100644
--- a/plugins/CoreUpdater/stylesheets/updateLayout.css
+++ b/plugins/CoreUpdater/stylesheets/updateLayout.css
@@ -23,10 +23,23 @@ li {
margin-left: 30px;
}
-#oneclickupdate .submit {
+#oneclickupdate .btn {
clear:none;
float:left;
}
form#oneclickupdate {
min-height: 50px;
+}
+
+
+body#simple .languageSelection {
+ color: #4183C4;
+ padding-top: 8px;
+}
+
+p strong {
+ font-weight: 700 !important;
+}
+strong {
+ font-weight: 700 !important;
} \ No newline at end of file