From xap-commits-return-1368-apmail-incubator-xap-commits-archive=incubator.apache.org@incubator.apache.org Thu May 03 07:10:15 2007 Return-Path: Delivered-To: apmail-incubator-xap-commits-archive@locus.apache.org Received: (qmail 4311 invoked from network); 3 May 2007 07:10:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 May 2007 07:10:14 -0000 Received: (qmail 5157 invoked by uid 500); 3 May 2007 07:10:21 -0000 Delivered-To: apmail-incubator-xap-commits-archive@incubator.apache.org Received: (qmail 5130 invoked by uid 500); 3 May 2007 07:10:21 -0000 Mailing-List: contact xap-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: xap-dev@incubator.apache.org Delivered-To: mailing list xap-commits@incubator.apache.org Received: (qmail 5121 invoked by uid 99); 3 May 2007 07:10:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 00:10:20 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 00:10:14 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C9A2F1A983E; Thu, 3 May 2007 00:09:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r534736 - /incubator/xap/trunk/codebase/css/xapDefault.css Date: Thu, 03 May 2007 07:09:53 -0000 To: xap-commits@incubator.apache.org From: mturyn@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070503070953.C9A2F1A983E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturyn Date: Thu May 3 00:09:53 2007 New Revision: 534736 URL: http://svn.apache.org/viewvc?view=rev&rev=534736 Log: Moving sizer can have transparent background-color, just using its right border. Modified: incubator/xap/trunk/codebase/css/xapDefault.css Modified: incubator/xap/trunk/codebase/css/xapDefault.css URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/css/xapDefault.css?view=diff&rev=534736&r1=534735&r2=534736 ============================================================================== --- incubator/xap/trunk/codebase/css/xapDefault.css (original) +++ incubator/xap/trunk/codebase/css/xapDefault.css Thu May 3 00:09:53 2007 @@ -247,6 +247,7 @@ the opacity/filter stuff works fine in Firefox and IE7 */ + background-color: white ; border-right:0px solid white; border-left: 0px solid white; @@ -260,9 +261,9 @@ font-size: 0px; cursor: move; cursor: w-resize; - background-color: white ; + background-color: transparent ; border: 0px ; - border-left:1px solid black; + border-right:1px solid black; -moz-opacity: 0.8; opacity: 0.8; filter: Alpha(Opacity=80);