You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2016/02/12 17:34:53 UTC

svn commit: r1730063 - in /comdev/helpwanted.apache.org/site: css/hw2.css js/hw.js

Author: humbedooh
Date: Fri Feb 12 16:34:53 2016
New Revision: 1730063

URL: http://svn.apache.org/viewvc?rev=1730063&view=rev
Log:
more css tweaks

Modified:
    comdev/helpwanted.apache.org/site/css/hw2.css
    comdev/helpwanted.apache.org/site/js/hw.js

Modified: comdev/helpwanted.apache.org/site/css/hw2.css
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/css/hw2.css?rev=1730063&r1=1730062&r2=1730063&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/css/hw2.css (original)
+++ comdev/helpwanted.apache.org/site/css/hw2.css Fri Feb 12 16:34:53 2016
@@ -267,7 +267,7 @@
     border-radius: 30px;
     border: 2px solid #333;
 	text-align: center;
-	margin: 15px;
+	margin: 10px;
 	height: 140px !important;
 	position: relative;
 	float: none !important;

Modified: comdev/helpwanted.apache.org/site/js/hw.js
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/js/hw.js?rev=1730063&r1=1730062&r2=1730063&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/js/hw.js (original)
+++ comdev/helpwanted.apache.org/site/js/hw.js Fri Feb 12 16:34:53 2016
@@ -117,7 +117,7 @@ function wizard(step, arg) {
         wstate = {}
         obj.innerHTML = "<div style='text-align: center;'><big >What sort of work would you like to do?</big></div>"
         for (var i in types) {
-            obj.innerHTML += "<div onclick='wizard(2, \"" + types[i] + "\");' class=\"wizitem\" style=\"float: left; width: 235px; height: 250px;\"><img style='height: 96px; padding: 8px; vertical-align: middle;' src='images/" + types[i].replace(/\s+/g, "") + "_large.png'/><br/><b style='font-size:11pt;'>" + types_long[types[i]] + "</b></div>"
+            obj.innerHTML += "<div onclick='wizard(2, \"" + types[i] + "\");' class=\"wizitem\" style=\"float: left; width: 248px; height: 250px;\"><img style='height: 96px; padding: 8px; vertical-align: middle;' src='images/" + types[i].replace(/\s+/g, "") + "_large.png'/><br/><b style='font-size:11pt;'>" + types_long[types[i]] + "</b></div>"
         }
         obj.innerHTML += "<div style='text-align: center;'><a href='javascript:void(0);' onclick='fetchItems();'><big>...Just show me everything</big></a></div>"
     }