Commit a647712165675d5828c6c214af589d89b8395df2
1 parent
af5c9885
29.12.2016
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/company/gallery.php
... | ... | @@ -11,8 +11,8 @@ |
11 | 11 | $this->title = 'Proektant.net'; |
12 | 12 | if(empty( $videos ) && empty( $gallery->getModels() )) { |
13 | 13 | ?> |
14 | - <div class="gallery-performer-wrapper style"> | |
15 | - <div class="gallery-performer-margin"> | |
14 | + <div class="gallery-performer-wrapper style" style="overflow: visible"> | |
15 | + <div class="gallery-performer-margin" style="padding-left: 23px;"> | |
16 | 16 | Галерей к просмотру не найдено |
17 | 17 | </div> |
18 | 18 | </div> | ... | ... |