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 'themes/default/common-admin.css')
-rw-r--r--themes/default/common-admin.css27
1 files changed, 9 insertions, 18 deletions
diff --git a/themes/default/common-admin.css b/themes/default/common-admin.css
index c1aa8d4e14..c044962d3f 100644
--- a/themes/default/common-admin.css
+++ b/themes/default/common-admin.css
@@ -1,9 +1,15 @@
* {
- font-family: Trebuchet MS, arial, sans-serif;
+ font-family: Georgia, Trebuchet MS, arial, sans-serif;
+}
+img {
+ vertical-align: baseline;
+}
+a {
+ font-size:12px;
+
+ color:black;
}
-
textarea {
- font-family: Trebuchet MS, Verdana;
font-size: 0.85em;
}
@@ -55,21 +61,6 @@ textarea {
text-decoration: none;
}
-#logo h1 {
- font-family: Georgia, "Times New Roman", Times, serif;
- font-weight: normal;
- color: #136F8B;
- font-size: 48px;
- text-transform: none;
-}
-
-#logo .description {
- font-family: Georgia, "Times New Roman", Times, serif;
- font-weight: normal;
- color: #879dbd;
- font-size: 25px;
-}
-
table {
font-size: 0.9em;
font-family: Arial, Helvetica, verdana sans-serif;