You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/04/03 02:02:00 UTC

[03/15] git commit: Removed the icons from the filters. Updated styles

Removed the icons from the filters. Updated styles


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/06efc8f0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/06efc8f0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/06efc8f0

Branch: refs/heads/refactor
Commit: 06efc8f0c790f06add697810a8e10949c8f66fa9
Parents: 100a9df
Author: Josh Bavari <jo...@raisemore.com>
Authored: Sun Mar 30 09:25:04 2014 -0500
Committer: Josh Bavari <jo...@raisemore.com>
Committed: Sun Mar 30 09:25:04 2014 -0500

----------------------------------------------------------------------
 attachments/partials/views/search.html | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/06efc8f0/attachments/partials/views/search.html
----------------------------------------------------------------------
diff --git a/attachments/partials/views/search.html b/attachments/partials/views/search.html
index 280035b..cd07c75 100644
--- a/attachments/partials/views/search.html
+++ b/attachments/partials/views/search.html
@@ -10,7 +10,7 @@
             </ng-pluralize>
             </div>
         </div>
-        <div class="row">
+        <div class="row filter-row">
             <a ng-click="toggleFilters()"><i ng-class="{'icon-minus-circled': showFilters, 'icon-plus-circled': hideFilters}"></i>Filter by Platform:</a> <span ng-show="showFilters" class="filter-platform-note">* Note, if the plugin developer did not specify platforms available, it will be filtered out. Sorry!</span>
         </div>
         <div class="row filter-list" ng-show="showFilters">
@@ -18,56 +18,56 @@
                 <label class="topcoat-checkbox">
                     <input type="checkbox" ng-model="filteriOS" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>iOS <i class="icon-mobile"></i></span>
+                    <span>iOS</span>
                 </label>
             </div>
             <div class="column-3--lap">
                 <label class="topcoat-checkbox">
                     <input type="checkbox" ng-model="filterAndroid" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>Android <i class="icon-android"></i></span>
+                    <span>Android</span>
                 </label>
             </div>
             <div class="column-3--lap">
                 <label class="topcoat-checkbox">
                     <input type="checkbox" ng-model="filterWindowsPhone7" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>Windows Phone 7 <i class="icon-windowsphone7"></i></span>
+                    <span>Windows Phone 7</span>
                 </label>
             </div>
             <div class="column-3--lap">
                 <label class="topcoat-checkbox">
                     <input type="checkbox" ng-model="filterWindowsPhone8" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>Windows Phone 8 <i class="icon-windowsphone8"></i></span>
+                    <span>Windows Phone 8</span>
                 </label>
             </div>
             <div class="column-3--lap">
                 <label class="topcoat-checkbox">
                     <input type="checkbox" ng-model="filterWindows8" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>Windows 8 <i class="icon-windows8"></i></span>
+                    <span>Windows 8</span>
                 </label>
             </div>
             <div class="column-3--lap">
                 <label class="topcoat-checkbox">
                     <input type="checkbox" ng-model="filterFirefox" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>Firefox OS <i class="icon-firefox"></i></span>
+                    <span>Firefox OS</span>
                 </label>
             </div>
             <div class="column-3--lap">
                 <label class="topcoat-checkbox">
                     <input type="checkbox" ng-model="filterBlackberry" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>Blackberry <i class="icon-blackberry"></i></span>
+                    <span>Blackberry</span>
                 </label>
             </div>
             <div class="column-3--lap">
                 <label class="topcoat-checkbox">
                     <input type="checkbox" ng-model="filterUbuntu" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>Ubuntu <i class="icon-ubuntu"></i></span>
+                    <span>Ubuntu</span>
                 </label>
             </div>
         </div>