Fix user problem css
This commit is contained in:
parent
4259b909a0
commit
c5aff93fb8
3 changed files with 15 additions and 14 deletions
|
@ -422,6 +422,7 @@ function onWindowReady() {
|
|||
var errorList = $(this);
|
||||
errorList.nextAll('input, select, textarea').first().after(errorList);
|
||||
});
|
||||
register_all_toggles();
|
||||
}
|
||||
|
||||
$(function() {
|
||||
|
|
|
@ -324,6 +324,7 @@ a.edit-profile {
|
|||
td.problem-category {
|
||||
width: 100px;
|
||||
}
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
#pp-load-link-wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue