Commit 848b45d94b6a398c697fde9882f830fa223d36cc
1 parent
9f98eeb9
Exists in
master
and in
2 other branches
Adding #password_container to add css into password div
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Showing
2 changed files
with
5 additions
and
1 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css
src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_update_form.html
... | ... | @@ -223,7 +223,7 @@ $(function() { |
223 | 223 | </div> |
224 | 224 | </div> |
225 | 225 | </div> |
226 | - <div class="col-lg-4 col-md-5 col-sm-12 col-xm-12"> | |
226 | + <div id="password_container" class="col-lg-4 col-md-5 col-sm-12 col-xm-12"> | |
227 | 227 | <div class="panel panel-default"> |
228 | 228 | <div class="panel-heading"> |
229 | 229 | <h3 class="panel-title"> | ... | ... |