Return-Path: X-Original-To: apmail-climate-commits-archive@minotaur.apache.org Delivered-To: apmail-climate-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 75C79107E4 for ; Wed, 10 Jul 2013 23:10:02 +0000 (UTC) Received: (qmail 61292 invoked by uid 500); 10 Jul 2013 23:10:02 -0000 Delivered-To: apmail-climate-commits-archive@climate.apache.org Received: (qmail 61261 invoked by uid 500); 10 Jul 2013 23:10:02 -0000 Mailing-List: contact commits-help@climate.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.incubator.apache.org Delivered-To: mailing list commits@climate.incubator.apache.org Received: (qmail 61254 invoked by uid 99); 10 Jul 2013 23:10:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 23:10:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 10 Jul 2013 23:10:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 57CC02388A91; Wed, 10 Jul 2013 23:09:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1502052 - /incubator/climate/trunk/rcmet/src/main/ui/app/css/app.css Date: Wed, 10 Jul 2013 23:09:41 -0000 To: commits@climate.incubator.apache.org From: joyce@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130710230941.57CC02388A91@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: joyce Date: Wed Jul 10 23:09:40 2013 New Revision: 1502052 URL: http://svn.apache.org/r1502052 Log: CLIMATE-152 - Set explicit preview map width Modified: incubator/climate/trunk/rcmet/src/main/ui/app/css/app.css Modified: incubator/climate/trunk/rcmet/src/main/ui/app/css/app.css URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/css/app.css?rev=1502052&r1=1502051&r2=1502052&view=diff ============================================================================== --- incubator/climate/trunk/rcmet/src/main/ui/app/css/app.css (original) +++ incubator/climate/trunk/rcmet/src/main/ui/app/css/app.css Wed Jul 10 23:09:40 2013 @@ -32,6 +32,7 @@ /* Small preview map that is displayed alongside dataset information */ .preview-map { height: 100px; + width: 100px; } .small-alert