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:59:54 UTC

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

Author: joyce
Date: Mon Jun 24 22:59:53 2013
New Revision: 1496285

URL: http://svn.apache.org/r1496285
Log:
CLIMATE-152 progress - Update select dataset button

- Change select dataset button to use icon instead of text.
- Switch type to btn-link.

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=1496285&r1=1496284&r2=1496285&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:59:53 2013
@@ -104,7 +104,9 @@
     <div ng-controller="DatasetSelectCtrl">
       <div class="row span6">
         <div class="span1 pull-right">
-          <button class="btn btn-block btn-success" bootstrap-modal-open="datasetSelect">Select</button>
+          <button class="btn btn-link no-color-link" bootstrap-modal-open="datasetSelect">
+            <i class="icon-plus icon-2x"></i>
+          </button>
         </div>
         <div class="span1 pull-right">
           <button class="btn btn-block btn-warning" ng-click="clearDatasets()" ng-disabled="shouldDisableClearButton()">Clear</button>