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
path: root/themes
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-03-19 03:30:40 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-03-19 03:30:40 +0300
commit83ffd7749e726b91f38abc31fb81c20f61054ab2 (patch)
treed6c74c5aa39651845907c98f8bf9d4f9912f1c55 /themes
parent55d8a3ad0bcb68a5c0da0c0b81c873d3d317b41e (diff)
- new login screen design (thanks wordpress 2.5!!)
- misc changes - plugins can now be loaded by default all the time (ex. Home, AdminHome, PluginsAdmin) - improved admin design
Diffstat (limited to 'themes')
-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;