Made form on "My Profile" responsive.

This commit is contained in:
Armanveer Gill 2025-01-16 02:06:27 -05:00
parent af01221921
commit 203b2ff47c
3 changed files with 9 additions and 3 deletions

View File

@ -20,7 +20,7 @@
Boston, MA 02111-1307, USA.
*/
$theme_icons['name']="Default cons";
$theme_icons['name']="Default Icons";
$theme_icons['description']="KDE4 icons";
$theme_icons['author']="James Grant <james@lightbox.org>";

View File

@ -497,6 +497,12 @@ div.ui-tabs ul.ui-tabs-nav {
}
.user-info-table td{
display: block;
}
}

View File

@ -258,7 +258,7 @@ function item($user, $fname, $subtext='')
echo "<form name=\"personalform\" id=\"personal_form\">\n";
echo "<input type=\"hidden\" name=\"users_id\" value=\"{$u['id']}\" />";
echo "<table>\n";
echo "<table class='user-info-table'>\n";
echo "<tr>\n";
item($u, 'firstname');
@ -350,7 +350,7 @@ echo "</table>";
/* Committee specific fields */
if(in_array('committee', $u['types'])) {
echo "<table>";
echo "<table class='user-info-table'>";
echo "<tr><td>".i18n("Email (Private)").":</td><td><input size=\"25\" type=\"text\" name=\"emailprivate\" value=\"{$u['emailprivate']}\" /></td></tr>\n";
echo "<tr><td>".i18n("Display Emails").":</td><td>";