1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00

Мелкие исправления

This commit is contained in:
Denis Shakhov 2015-08-04 23:46:05 +07:00
parent cfd7a2155f
commit 8f588db72b
2 changed files with 1 additions and 2 deletions

View file

@ -34,6 +34,5 @@
primaryButton = ( $smarty.local.users && $smarty.local.selectable ) ? [
'text' => {lang 'common.add'},
'classes' => 'js-user-list-select-add',
'attributes' => [ 'data-target' => $smarty.local.target ],
'form' => 'form-complaint-user'
] : false}

View file

@ -26,7 +26,7 @@
color: #777;
position: relative;
}
.layout-container.no-sidebar .layout-content {
.layout-container.layout-no-sidebar .layout-content {
width: 100%;
margin-right: 0;
}