Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit d99b7e3

Browse files
committed
Fix: profile form was bleeding into main body
1 parent ba6a443 commit d99b7e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

static/runestone-custom-sphinx-bootstrap.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ div.flash {
325325
}
326326

327327
#web2py_user_form td,
328-
#web2py_register_form td {
328+
#web2py_register_form td,
329+
#web2py_profile_form td {
329330
padding-bottom: 15px;
330331
}
331332

views/default/user.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
{{if request.args(0) in ['retrieve_username', 'profile', 'request_reset_password', 'reset_password', 'change_password']: }}
109109
<div class="rsheading">
110110

111-
<div id="web2py_user_form" class="col-md-4 col-sm-6 col-xs-12 col-md-offset-1">
111+
<div id="web2py_profile_form" class="col-md-4 col-sm-6 col-xs-12 col-md-offset-1">
112112
<p><strong>Important:</strong> Some school email systems block all external emails, filter "password reset" type emails, or use other filters that may prevent you from getting this email! <strong>Your instructor can reset your password.</strong></p>
113113
{{=form}}
114114
{{ if settings.academy_mode and request.args(0) == 'profile':}}

0 commit comments

Comments
 (0)