diff --git a/bounce.css b/bounce.css index f9f967f..a5c1bec 100644 --- a/bounce.css +++ b/bounce.css @@ -1,16 +1,20 @@ #bounce-box { + border: 1px solid #c0c0c0; + background-color: #eeeeee; + color: #777777; position: absolute; + display: none; top: 200px; left: 250px; width: 550px; + z-index: 99; } .bounce-title { - height: 15px !important; - padding: 5px 0px 10px 0px; text-align: center; + background-color: #c0c0c0; color: #333333; font-size: 11px; font-weight: bold; @@ -42,4 +46,4 @@ top: 0px; left: 340px; } -*/ \ No newline at end of file +*/ diff --git a/bounce.php b/bounce.php index 4a4313d..2af0b84 100644 --- a/bounce.php +++ b/bounce.php @@ -245,4 +245,4 @@ private function rcmail_email_input_format($mailto, $count=false, $check=true) { return implode(', ', $result); } -} \ No newline at end of file +}