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/03/26 22:27:57 UTC

[10/20] git commit: Updating styles to view all page

Updating styles to view all page


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/537ee222
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/537ee222
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/537ee222

Branch: refs/heads/refactor
Commit: 537ee2229da3d59bf6d93080ac27e86b2ffd2096
Parents: fd17486
Author: Josh Bavari <jo...@raisemore.com>
Authored: Wed Mar 19 14:50:08 2014 -0500
Committer: Josh Bavari <jo...@raisemore.com>
Committed: Wed Mar 19 14:50:08 2014 -0500

----------------------------------------------------------------------
 attachments/css/pages/viewAll.less      | 4 ++++
 attachments/css/styles.css              | 3 +++
 attachments/partials/views/viewAll.html | 2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/537ee222/attachments/css/pages/viewAll.less
----------------------------------------------------------------------
diff --git a/attachments/css/pages/viewAll.less b/attachments/css/pages/viewAll.less
index 50274bf..3da3e77 100644
--- a/attachments/css/pages/viewAll.less
+++ b/attachments/css/pages/viewAll.less
@@ -2,3 +2,7 @@
 .viewContainer {
     padding-left:10px;
 }
+
+.loading-plugins {
+	padding: 20px;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/537ee222/attachments/css/styles.css
----------------------------------------------------------------------
diff --git a/attachments/css/styles.css b/attachments/css/styles.css
index a75bd3c..25ebc3d 100644
--- a/attachments/css/styles.css
+++ b/attachments/css/styles.css
@@ -2975,6 +2975,9 @@ div.left {
 .viewContainer {
   padding-left: 10px;
 }
+.loading-plugins {
+  padding: 20px;
+}
 /* Search styles */
 .searchContainer {
   padding-left: 10px;

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/537ee222/attachments/partials/views/viewAll.html
----------------------------------------------------------------------
diff --git a/attachments/partials/views/viewAll.html b/attachments/partials/views/viewAll.html
index a030a85..231b632 100644
--- a/attachments/partials/views/viewAll.html
+++ b/attachments/partials/views/viewAll.html
@@ -3,7 +3,7 @@
 	<div class="offset-2--hand column-8--hand">
 		<div class="viewContainer">
 			<pluginlist></pluginlist>
-			<div ng-show="loading" class="row">
+			<div ng-show="loading" class="row loading-plugins">
 				<div class="offset-1--hand column-10--hand offset-1-lap column-10--lap center">
 					<h1><i class="icon-cordova"></i></h1>
 					<h2>Loading plugins.</h2>