Quick CSS aligmnment fix for the settings page.
This commit is contained in:
parent
9f605420e8
commit
1e0c13e973
2 changed files with 2 additions and 1 deletions
|
@ -321,7 +321,7 @@
|
|||
?>
|
||||
<?php $hidden = ($privileges[PRIV_USER_SETTINGS]['view'] == TRUE) ? '' : 'hidden'; ?>
|
||||
<div id="user" class="tab-content <?php echo $hidden; ?>">
|
||||
<form class="container-fluid">
|
||||
<form>
|
||||
<fieldset class="col-md-5 personal-info-wrapper">
|
||||
<legend>
|
||||
<?php echo $this->lang->line('personal_information'); ?>
|
||||
|
|
|
@ -742,6 +742,7 @@ padding: 4px 7px;
|
|||
|
||||
#settings-page .personal-info-wrapper {
|
||||
max-width: 400px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#settings-page .miscellaneous-wrapper {
|
||||
|
|
Loading…
Reference in a new issue