You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/06/27 04:45:12 UTC

svn commit: r1497188 - in /incubator/climate/trunk/rcmet/src/main/ui/app: css/app.css index.html

Author: joyce
Date: Thu Jun 27 02:45:12 2013
New Revision: 1497188

URL: http://svn.apache.org/r1497188
Log:
CLIMATE-152 progress - Update dataset's color square sizing

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=1497188&r1=1497187&r2=1497188&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 Thu Jun 27 02:45:12 2013
@@ -50,6 +50,13 @@ body 
 	margin-left: 10px;
 }
 
+.colorSquare
+{
+	margin-top: 3px;
+	height: 10px; 
+	width: 10px;
+}
+
 ul 
 {
 	list-style-type: none;

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=1497188&r1=1497187&r2=1497188&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/index.html (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/index.html Thu Jun 27 02:45:12 2013
@@ -135,7 +135,7 @@
         <div class="span1">
           <div class="div1 text-center">{{dataset.timeVals.end | ISODateToMiddleEndian}}</div>
         </div>
-        <div class="span1" style="background-color: {{fillColors[$index]}}; height: 28px; width: 28px;"></div>
+        <div class="span1 colorSquare" style="background-color: {{fillColors[$index]}};"></div>
       </div>
       <!--Lat/Long Values!-->
       <div class="row displayRow">