Quick CSS aligmnment fix for the settings page.

This commit is contained in:
Alex Tselegidis 2015-12-13 23:46:02 +01:00
parent 9f605420e8
commit 1e0c13e973
2 changed files with 2 additions and 1 deletions

View file

@ -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'); ?>

View file

@ -742,6 +742,7 @@ padding: 4px 7px;
#settings-page .personal-info-wrapper {
max-width: 400px;
padding-left: 0;
}
#settings-page .miscellaneous-wrapper {