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-11-27 20:20:28 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-27 20:20:28 +0300
commit1f2fb8edc2534f62a5f38e78786041040dcd7089 (patch)
treea78ef28024e8cf6ebddd732c3fd82c40eba8cef7 /themes
parent112a289e4ec9e042a8f36860967eec7c0d859745 (diff)
- top right box is now orange
Diffstat (limited to 'themes')
-rw-r--r--themes/default/common.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/themes/default/common.css b/themes/default/common.css
index 65894f505d..353a9ab503 100644
--- a/themes/default/common.css
+++ b/themes/default/common.css
@@ -86,12 +86,16 @@ a {
margin-top: 10px;
width: 300px;
line-height: 1.33;
-}
-#header_message, #header_message a {
- color: red;
+ border: 1px solid #FF7F00 ;
font-size: 0.9em;
- text-decoration: none;
+ padding:5px;
+ font-weight:bold;
+ right:10px;
}
+#header_message, #header_message a {
+ color:#FF7F00;
+}
+
#topRightBar {
padding: 0pt 0pt 4px;
font-size: 84%;