Revision: 1474
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1474&view=rev
Author:   cimorrison
Date:     2010-09-24 10:03:32 +0000 (Fri, 24 Sep 2010)

Log Message:
-----------
Fixed a problem with the positioning of the "last admin" warning message

Modified Paths:
--------------
    mrbs/trunk/web/edit_users.php
    mrbs/trunk/web/mrbs.css.php

Modified: mrbs/trunk/web/edit_users.php
===================================================================
--- mrbs/trunk/web/edit_users.php       2010-09-23 15:53:55 UTC (rev 1473)
+++ mrbs/trunk/web/edit_users.php       2010-09-24 10:03:32 UTC (rev 1474)
@@ -508,7 +508,7 @@
           
           if ($editing_last_admin)
           {
-            echo "<br><em>(" . get_vocab("warning_last_admin") . ")</em>\n";
+            echo "<p><em>(" . get_vocab("warning_last_admin") . ")</em></p>\n";
           }
           ?>
           <input type="hidden" name="Action" value="Update">    

Modified: mrbs/trunk/web/mrbs.css.php
===================================================================
--- mrbs/trunk/web/mrbs.css.php 2010-09-23 15:53:55 UTC (rev 1473)
+++ mrbs/trunk/web/mrbs.css.php 2010-09-24 10:03:32 UTC (rev 1474)
@@ -640,7 +640,8 @@
 }
 #form_edit_users textarea {margin-bottom: 0.5em}
 
-#form_edit_users p {display: block; float: left; clear: left; padding: 0.5em 0 
0.7em 0; margin: 0}
+#form_edit_users p {display: block; float: left; clear: left; padding: 0.5em 0 
0.7em 0; margin: 0;
+                    width: <?php echo $edit_users_label_width + 
$edit_users_gap + $edit_users_input_width + 5?>em}
 #form_edit_users ul {clear: left}
 #form_edit_users input.submit {right: 2.0em}                                   
/* and put the OK on the right     */
 #form_delete_users input.submit {left: 2.0em}                                  
/* and put the Delete on the left */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to