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/25 00:57:31 UTC

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

Author: joyce
Date: Mon Jun 24 22:57:30 2013
New Revision: 1496253

URL: http://svn.apache.org/r1496253
Log:
CLIMATE-152 progress - Move 'select dataset' button to new row

- Move the select dataset button to its own row. Set size to more
  readable span2.

Modified:
    incubator/climate/trunk/rcmet/src/main/ui/app/index.html

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=1496253&r1=1496252&r2=1496253&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/index.html (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/index.html Mon Jun 24 22:57:30 2013
@@ -179,9 +179,6 @@
             <input ng-disabled="shouldDisableControls()" on-blur="checkParameters();" ng-model="displayParams.end" ui-date="datepickerSettings" ui-date-format="yy-mm-dd" type="text" class="text-center span1" />
           </form>
         </div>
-        <div class="span1">
-          <button class="btn btn-block btn-success" bootstrap-modal-open="datasetSelect">Select</button>
-        </div>
         <!--<div class="span1">-->
           <!--<button ng-click="clearDatasets()" ng-hide="shouldDisableClearButton()" class="btn btn-block btn-warning">Clear</button>-->
         <!--</div>-->
@@ -226,6 +223,11 @@
           </form>
         </div>
       </div>
+      <div class="row">
+        <div class="span2">
+          <button class="btn btn-block btn-success" bootstrap-modal-open="datasetSelect">Select</button>
+        </div>
+      </div>
     </div>
   </div>
 </div>