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:46 UTC

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

Author: joyce
Date: Mon Jun 24 22:59:46 2013
New Revision: 1496283

URL: http://svn.apache.org/r1496283
Log:
CLIMATE-152 progress - Update settings button

- Switch settings button to btn-link and remove the highlighting on it.
- Add icon stack for settings button with check-empty and cogs stack.

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=1496283&r1=1496282&r2=1496283&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 Mon Jun 24 22:59:46 2013
@@ -36,6 +36,10 @@ ul 
 	list-style-type: none;
 }
 
+.btn-link.no-color-link {color:#000000;}
+.btn-link.no-color-link:hover {color:#000000; text-decoration: none;}     
+.btn-link.no-color-link:visited {color:#000000;}     
+.btn-link.no-color-link:active {color:#000000;}     
 /** 
   * Timeline 
   */ 

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=1496283&r1=1496282&r2=1496283&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:46 2013
@@ -226,7 +226,12 @@
       </div>
       <div class="row">
         <div class="span1 offset3">
-          <button class="btn btn-block" background="false" bootstrap-modal-open="evaluationSettings"><i class="icon-cogs"></i></button>
+          <button class="btn btn-block btn-link no-color-link" background="false" bootstrap-modal-open="evaluationSettings">
+            <span class="icon-stack pull-right">
+              <i class="icon-check-empty icon-stack-base"></i>
+              <i class="icon-cogs"></i>
+            </span>
+          </button>
         </div>
         <div class="span2">
           <button ng-click="runEvaluation()" ng-disabled="shouldDisableEvaluateButton()" class="btn btn-block btn-primary">