[Mapbender-commits] r5896 - in branches/3_dev/http: . plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Apr 10 11:39:19 EDT 2010


Author: marc
Date: 2010-04-10 11:39:18 -0400 (Sat, 10 Apr 2010)
New Revision: 5896

Modified:
   branches/3_dev/http/index.php
   branches/3_dev/http/plugins/mb_forgot_password.js
   branches/3_dev/http/plugins/mb_forgot_password_html.php
Log:
styling updates

Modified: branches/3_dev/http/index.php
===================================================================
--- branches/3_dev/http/index.php	2010-04-10 15:29:22 UTC (rev 5895)
+++ branches/3_dev/http/index.php	2010-04-10 15:39:18 UTC (rev 5896)
@@ -43,7 +43,7 @@
 	});
 	</script>
 <style type="text/css">
-label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
+label.error {font-size:10px; float: none; color: red; padding-left: .5em; vertical-align: top; }
 
 </style>
 <body>

Modified: branches/3_dev/http/plugins/mb_forgot_password.js
===================================================================
--- branches/3_dev/http/plugins/mb_forgot_password.js	2010-04-10 15:29:22 UTC (rev 5895)
+++ branches/3_dev/http/plugins/mb_forgot_password.js	2010-04-10 15:39:18 UTC (rev 5896)
@@ -18,6 +18,8 @@
 						//},
 						modal: true,
 						resizable: false,
+						width: 480,
+						height: 250,
 						draggable: false
 					});
 					$("#passwordForm").validate();

Modified: branches/3_dev/http/plugins/mb_forgot_password_html.php
===================================================================
--- branches/3_dev/http/plugins/mb_forgot_password_html.php	2010-04-10 15:29:22 UTC (rev 5895)
+++ branches/3_dev/http/plugins/mb_forgot_password_html.php	2010-04-10 15:39:18 UTC (rev 5896)
@@ -6,9 +6,11 @@
 	<fieldset>
 		<label for="name">Name</label>
 		<input type="text" name="name" id="name" class="text ui-widget-content required ui-corner-all" />
+		<br />
 		<label for="email">Email</label>
 
 		<input type="text" name="email" id="email" value="" class="required email" />
+		<br />
 		<input class="submit" type="submit" value="Submit"/>
 	</fieldset>
 </form>



More information about the Mapbender_commits mailing list