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 0FF361091E for ; Wed, 26 Jun 2013 19:06:03 +0000 (UTC) Received: (qmail 18853 invoked by uid 500); 26 Jun 2013 19:06:03 -0000 Delivered-To: apmail-climate-commits-archive@climate.apache.org Received: (qmail 18823 invoked by uid 500); 26 Jun 2013 19:06: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 18816 invoked by uid 99); 26 Jun 2013 19:06:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jun 2013 19:06: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, 26 Jun 2013 19:06:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 51208238889B; Wed, 26 Jun 2013 19:05:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1497045 - in /incubator/climate/trunk/rcmet/src/main/ui/app: css/app.css index.html Date: Wed, 26 Jun 2013 19:05:40 -0000 To: commits@climate.incubator.apache.org From: joyce@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130626190540.51208238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: joyce Date: Wed Jun 26 19:05:39 2013 New Revision: 1497045 URL: http://svn.apache.org/r1497045 Log: CLIMATE-152 progress - Update dataset display - Add datasetDiv Id that styles the dataset display area to the correct width/height. Scrolling is added when the dataset list gets too long. - Set the max-width of body to the maximum width bootstrap allows for with its grid layout. Without this things were resizing strangely when the page width was really large. - Change the row/span layout for the title of datasets. Modified: incubator/climate/trunk/rcmet/src/main/ui/app/css/app.css incubator/climate/trunk/rcmet/src/main/ui/app/index.html 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=1497045&r1=1497044&r2=1497045&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 Jun 26 19:05:39 2013 @@ -21,6 +21,18 @@ body { margin-left: 3%; margin-top: 3%; + + /* The max width that bootstrap can handle. Prevents weird resizing issues*/ + max-width: 1170px; +} + +#datasetDiv +{ + height: 750px; + width: 100%; + margin-left: 30px; + padding-left: 10px; + overflow: auto; } #map Modified: incubator/climate/trunk/rcmet/src/main/ui/app/index.html URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/index.html?rev=1497045&r1=1497044&r2=1497045&view=diff ============================================================================== --- incubator/climate/trunk/rcmet/src/main/ui/app/index.html (original) +++ incubator/climate/trunk/rcmet/src/main/ui/app/index.html Wed Jun 26 19:05:39 2013 @@ -115,12 +115,12 @@

-
+
-
-
- -
+
+
+ +