forked from science-ation/science-ation
Made form on "My Profile" responsive.
This commit is contained in:
parent
af01221921
commit
203b2ff47c
@ -20,7 +20,7 @@
|
|||||||
Boston, MA 02111-1307, USA.
|
Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$theme_icons['name']="Default cons";
|
$theme_icons['name']="Default Icons";
|
||||||
$theme_icons['description']="KDE4 icons";
|
$theme_icons['description']="KDE4 icons";
|
||||||
$theme_icons['author']="James Grant <james@lightbox.org>";
|
$theme_icons['author']="James Grant <james@lightbox.org>";
|
||||||
|
|
||||||
|
@ -497,6 +497,12 @@ div.ui-tabs ul.ui-tabs-nav {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-info-table td{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -258,7 +258,7 @@ function item($user, $fname, $subtext='')
|
|||||||
|
|
||||||
echo "<form name=\"personalform\" id=\"personal_form\">\n";
|
echo "<form name=\"personalform\" id=\"personal_form\">\n";
|
||||||
echo "<input type=\"hidden\" name=\"users_id\" value=\"{$u['id']}\" />";
|
echo "<input type=\"hidden\" name=\"users_id\" value=\"{$u['id']}\" />";
|
||||||
echo "<table>\n";
|
echo "<table class='user-info-table'>\n";
|
||||||
|
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
item($u, 'firstname');
|
item($u, 'firstname');
|
||||||
@ -350,7 +350,7 @@ echo "</table>";
|
|||||||
|
|
||||||
/* Committee specific fields */
|
/* Committee specific fields */
|
||||||
if(in_array('committee', $u['types'])) {
|
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("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>";
|
echo "<tr><td>".i18n("Display Emails").":</td><td>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user