[Movecommons-commits] r231 - in trunk: src wp-theme
Mario Gallegos
mgallegos at ourproject.org
Fri Mar 16 00:59:11 CET 2012
Author: mgallegos
Date: 2012-03-16 00:59:11 +0100 (Fri, 16 Mar 2012)
New Revision: 231
Modified:
trunk/src/jquery.blockUI.js
trunk/src/mc-dia-form2.js
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/src/jquery.blockUI.js
===================================================================
--- trunk/src/jquery.blockUI.js 2012-03-15 23:54:09 UTC (rev 230)
+++ trunk/src/jquery.blockUI.js 2012-03-15 23:59:11 UTC (rev 231)
@@ -90,7 +90,7 @@
color: '#000',
border: '3px solid #aaa',
backgroundColor:'#fff',
- cursor: 'none'
+ cursor: 'default'
},
// minimal style set used when themes are used
@@ -104,7 +104,7 @@
overlayCSS: {
backgroundColor: '#000',
opacity: 0.4,
- cursor: 'none'
+ cursor: 'default'
},
// styles applied when using $.growlUI
Modified: trunk/src/mc-dia-form2.js
===================================================================
--- trunk/src/mc-dia-form2.js 2012-03-15 23:54:09 UTC (rev 230)
+++ trunk/src/mc-dia-form2.js 2012-03-15 23:59:11 UTC (rev 231)
@@ -26,6 +26,8 @@
//$("#mc-cat-rc-options").slideUp(function() {adjustHeights();});
reset_areas();
update_logo($id);
+ } else if (cat_id == "#mc-form-np") {
+ $('div.blockMe1').unblock();
} else {
update_logo($id);
//$("#mc-cat-rc-options").slideUp(function() {adjustHeights();});
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-03-15 23:54:09 UTC (rev 230)
+++ trunk/wp-theme/mc2-form.php 2012-03-15 23:59:11 UTC (rev 231)
@@ -65,7 +65,7 @@
<div style="float: left;width: 500px;">
<img src="/mc/0.1/images/step1.png" alt="step1" class="mc-steps-number-v2" />
<div id="mc-form-optional-non-profit">
- <div class="blockMe" style="position: relative;float: left;width: 440px;font-size: 16px;margin-left: 10px;margin-top: 45px;border: 1px solid #B7C4C8;padding-bottom: 10px;">
+ <div class="blockMe1" style="position: relative;float: left;width: 440px;font-size: 16px;margin-left: 10px;margin-top: 45px;border: 1px solid #B7C4C8;padding-bottom: 10px;">
<label id="mc-optional-non-profit"><?php _e("Optional", "mc"); ?></label>
<label class="optional-labels-fields">
<input type="checkbox" name="registered-non-profit" value="S" id="registered-non-profit"/>
@@ -269,7 +269,7 @@
$('#infield-open-accounting-website').inFieldLabels();
$('#infield-creative-commons-website').inFieldLabels();
$('#infield-other-license-website').inFieldLabels();
- $('div.blockMe').block({ message: null });
+ $('div.blockMe1').block({ message: null });
//$( "#format" ).buttonset();
</script>
\ No newline at end of file
More information about the Movecommons-commits
mailing list