Return-Path: Delivered-To: apmail-labs-commits-archive@minotaur.apache.org Received: (qmail 74232 invoked from network); 4 Jul 2009 12:37:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jul 2009 12:37:12 -0000 Received: (qmail 41762 invoked by uid 500); 4 Jul 2009 12:37:22 -0000 Delivered-To: apmail-labs-commits-archive@labs.apache.org Received: (qmail 41656 invoked by uid 500); 4 Jul 2009 12:37:22 -0000 Mailing-List: contact commits-help@labs.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: labs@labs.apache.org Delivered-To: mailing list commits@labs.apache.org Received: (qmail 41647 invoked by uid 99); 4 Jul 2009 12:37:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jul 2009 12:37:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jul 2009 12:37:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 67F48238889D; Sat, 4 Jul 2009 12:37:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r791113 - /labs/hupa/war/Hupa.css Date: Sat, 04 Jul 2009 12:37:00 -0000 To: commits@labs.apache.org From: norman@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090704123700.67F48238889D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: norman Date: Sat Jul 4 12:37:00 2009 New Revision: 791113 URL: http://svn.apache.org/viewvc?rev=791113&view=rev Log: missed css Modified: labs/hupa/war/Hupa.css Modified: labs/hupa/war/Hupa.css URL: http://svn.apache.org/viewvc/labs/hupa/war/Hupa.css?rev=791113&r1=791112&r2=791113&view=diff ============================================================================== --- labs/hupa/war/Hupa.css (original) +++ labs/hupa/war/Hupa.css Sat Jul 4 12:37:00 2009 @@ -43,12 +43,15 @@ } .hupa-Mailtable{ - border-bottom: 1px solid silver; + border-bottom: 1pt solid silver; } .hupa-Mailtable-Header { background-color: #E6E6FA; text-align: center; + border-top: 1pt solid grey; + border-bottom: 1pt solid grey; + } .hupa-Mailtable-row-notseen { @@ -56,12 +59,20 @@ } .hupa-Mailtable-row-selected { - background-color: #F0E68C; - text-align: left; + background-color: #F0E68C; + text-align: left; + vertical-align: top; + margin: 0px 5px 0px 5px; + font-size: 80%; + cursor: hand; +} + +.hupa-Mailtable-row { + text-align: left; vertical-align: top; margin: 0px 5px 0px 5px; font-size: 80%; - cursor: hand; + cursor: hand; } .hupa-Mailtable-row1 { background-color: #FFFFFF; @@ -80,3 +91,12 @@ font-size: 80%; cursor: hand; } + +.hupa-Mailtable-cell-date { + text-align: right; + vertical-align: top; +} + +.gwt-Tree .gwt-TreeItem-selected { + background: #E6E6FA; +} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org For additional commands, e-mail: commits-help@labs.apache.org