diff options
| -rw-r--r-- | htdocs/admin.css | 8 | 
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 { | 
