summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2010-02-09 07:55:32 +0000
committerdeva <deva>2010-02-09 07:55:32 +0000
commitd2e5170c02c7d88053bf081da3e9deaf1eb4522e (patch)
treef69cdacc1a0514691428c94f418ed45590dd2cbd
parent7c0111d40359ec104727d77d92a97f4ba188e84f (diff)
Replaced transparent png background with transparetn colour.
-rw-r--r--htdocs/admin.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/htdocs/admin.css b/htdocs/admin.css
index 80e0fdd..f86d851 100644
--- a/htdocs/admin.css
+++ b/htdocs/admin.css
@@ -9,7 +9,11 @@
width: 80%;
min-height: 500px;
border: solid #0000ff 3px;
- background: url(gfx/transparent.png) repeat;
+ background: #fff;
+ filter:alpha(opacity=85);
+ -moz-opacity:0.85;
+ -khtml-opacity: 0.85;
+ opacity: 0.85;
color: #000;
}
@@ -72,7 +76,7 @@
* Forms
*/
.admin .textedit {
- width: 400px;
+ width: 700px;
}
.admin .form .label {