You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/11 21:43:45 UTC

[06/12] docs commit: Updating plugin search show more to be more prominent

Updating plugin search show more to be more prominent


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/6fffabfe
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/6fffabfe
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/6fffabfe

Branch: refs/heads/cordova-website
Commit: 6fffabfe9d01a212405c9a0db8798fe47a2427ed
Parents: 175fe40
Author: cpsloal <cp...@yahoo.com>
Authored: Fri Sep 11 00:15:34 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Sep 11 12:43:02 2015 -0700

----------------------------------------------------------------------
 www/static/css-src/_plugins.scss  | 7 +++++++
 www/static/plugins/pluginlist.jsx | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6fffabfe/www/static/css-src/_plugins.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_plugins.scss b/www/static/css-src/_plugins.scss
index e3f11ad..a147ad6 100644
--- a/www/static/css-src/_plugins.scss
+++ b/www/static/css-src/_plugins.scss
@@ -120,6 +120,13 @@
 .plugin-results-show-more {
 	text-align: center;
 	cursor:pointer;
+	padding: 10px;
+	background-color: #4CC2E4;
+	color: #000;
+}
+
+.plugin-results-show-more:hover {
+	color: #000;
 }
 
 .version_and_author {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6fffabfe/www/static/plugins/pluginlist.jsx
----------------------------------------------------------------------
diff --git a/www/static/plugins/pluginlist.jsx b/www/static/plugins/pluginlist.jsx
index e8b8f94..a1e6afd 100755
--- a/www/static/plugins/pluginlist.jsx
+++ b/www/static/plugins/pluginlist.jsx
@@ -39,7 +39,7 @@ var PluginList = React.createClass({
             var showMore = null, visiblePlugins = [];
             if (plugins.length - this.state.searchPage * PageExtensionLength > InitialPageLength) {
                 showMore =
-                    <div className="plugin-results-show-more" onClick={this.increaseSearchResults}>
+                    <div className="plugin-results-show-more btn-block btn-primary" onClick={this.increaseSearchResults}>
                         Show More
                     </div>;
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org