Return-Path: Delivered-To: apmail-incubator-click-commits-archive@minotaur.apache.org Received: (qmail 87867 invoked from network); 13 Oct 2009 22:13:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Oct 2009 22:13:47 -0000 Received: (qmail 7851 invoked by uid 500); 13 Oct 2009 22:13:47 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 7837 invoked by uid 500); 13 Oct 2009 22:13:47 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 7807 invoked by uid 99); 13 Oct 2009 22:13:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 22:13:47 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 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; Tue, 13 Oct 2009 22:13:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4713B2388874; Tue, 13 Oct 2009 22:13:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r824951 - /incubator/click/trunk/click/examples/webapp/assets/css/style.css Date: Tue, 13 Oct 2009 22:13:25 -0000 To: click-commits@incubator.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091013221325.4713B2388874@eris.apache.org> Author: sabob Date: Tue Oct 13 22:13:24 2009 New Revision: 824951 URL: http://svn.apache.org/viewvc?rev=824951&view=rev Log: updated table exporter Modified: incubator/click/trunk/click/examples/webapp/assets/css/style.css Modified: incubator/click/trunk/click/examples/webapp/assets/css/style.css URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/assets/css/style.css?rev=824951&r1=824950&r2=824951&view=diff ============================================================================== --- incubator/click/trunk/click/examples/webapp/assets/css/style.css (original) +++ incubator/click/trunk/click/examples/webapp/assets/css/style.css Tue Oct 13 22:13:24 2009 @@ -245,21 +245,32 @@ padding-right: 2px; } -.export-attached { - display: inline; -} +/* Exporter */ -.export-attached .export-actions { +.export-attached, .export-detached { border: 1px dotted #999999; padding: 2px 4px; + margin-bottom: 10px; + margin-top: 10px; display: block; width: 390px; background-color: #EEEEEE; - margin-bottom: 10px; - margin-top: 10px; } -/* Export */ +.export-attached a, .export-detached a, .export-inline a { + text-decoration: none; +} + +.export-attached a span, .export-detached a span, .export-inline a span { + text-decoration: underline; +} + +.export-attached img.link, .export-detached img.link, .export-inline img.link { + vertical-align: top; + padding-right: 2px; +} + +/* Inline Exporter */ td.export-inline { background-color: #eee; @@ -270,13 +281,8 @@ background-color: #fff; } -td.export-inline a { - color: #000; - text-decoration: none; -} - -td.export-inline a:hover { - text-decoration: underline; +td.export-inline span { + width: 100%; } /*