Skip to content

Commit

Permalink
Merge pull request #266 from AntoineLemarchand/main
Browse files Browse the repository at this point in the history
minor styling
  • Loading branch information
minzords committed Apr 30, 2024
2 parents ce3b747 + fa6f204 commit f6a2faa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1167,10 +1167,11 @@ table {
z-index: 1;
text-align: left;
font-size: 11px;
max-width: 950px;
width: 100%;
border-spacing: 0;
box-shadow: 0px 1px 2px 1px #999;
width: 100%;
display: block;
overflow-x: auto;
}

.ui-tabs .tab_cadre_fixehov {
Expand Down
5 changes: 5 additions & 0 deletions inc/user.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2615,6 +2615,11 @@ function showMyForm($target, $ID) {
'name' => 'password2',
'type' => 'password',
] : [],
__('Accessibility menu') => [
'type' => 'checkbox',
'name' => 'accessibility_menu',
'value' => $this->fields["accessibility_menu"],
],
__('Time zone') => ($tz_available || Session::haveRight("config", READ)) ? ( $tz_available ? [
'type' => 'select',
'name' => 'timezone',
Expand Down

0 comments on commit f6a2faa

Please sign in to comment.