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>2009-03-09 23:46:08 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-09 23:46:08 +0300
commit68917a01af65efb1a4a6482e5cc07149b3047a3c (patch)
tree3fdba4fe94d540f8b139714b175915c5e52aa079 /themes
parent62d833b0b03ed3e6915e1d381bb4c9af411f29ef (diff)
- fix #586 claryfing messaging when one click update fails
- tiny updates
Diffstat (limited to 'themes')
-rw-r--r--themes/default/simple_structure.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/themes/default/simple_structure.css b/themes/default/simple_structure.css
index 5685ac510e..c3dca9ea4e 100644
--- a/themes/default/simple_structure.css
+++ b/themes/default/simple_structure.css
@@ -54,19 +54,23 @@ a { color: #006; }
font-size:25pt;
}
.warning {
- color:#ff5502;
font-size:130%;
font-weight:bold;
- padding-left:10;
+ padding:20px;
border: 1px solid #ff5502;
}
+.warning, .warning a {
+ color:#ff5502;
+}
.error {
- color:red;
font-weight:bold;
font-size:130%;
border: 1px solid red;
padding:20;
}
+.error, .error a {
+ color:red;
+}
.error img, .success img, .warning img {
border:0;
vertical-align:bottom;