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-02-04 18:18:12 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-02-04 18:18:12 +0300
commitc948bf69684ecaa180695d710ecec58d5862345c (patch)
tree23af4e24608638d271079bc0a0a3b58b9485d99c /themes
parent2c59b71b47993f4ce350623e0311cb837a2be63a (diff)
- improved the ussermanager interface
Diffstat (limited to 'themes')
-rw-r--r--themes/default/common-admin.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/themes/default/common-admin.css b/themes/default/common-admin.css
index 72800c6262..8f2ba5ce92 100644
--- a/themes/default/common-admin.css
+++ b/themes/default/common-admin.css
@@ -32,6 +32,17 @@ textarea{
padding: 10px;
}
+#accessUpdated{
+ color:red;
+ text-align:center;
+ font-weight:bold;
+ width:350px;
+ margin: 10px;
+ padding: 10px;
+ display:none;
+ border:3px solid green;
+ color:green;
+}
#addrow img {
vertical-align:middle;
}
@@ -39,13 +50,6 @@ textarea{
text-decoration:none;
}
-#accessUpdated{
- display:none;
- border:2px solid green;
- color:green;
- width:100px;
- text-align:center;
-}
table {
font-size:0.9em;
font-family: Arial, Helvetica, verdana sans-serif;