Commit b00243e6b7278fe7e799363e5f33713dd8359309
1 parent
f8155a84
150716
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
frontend/views/company/_company_list_view.php
| ... | ... | @@ -28,6 +28,10 @@ $http_pattern = '/^https?.*$/'; |
| 28 | 28 | echo "<p>{$model->lastname}</p>"; |
| 29 | 29 | } |
| 30 | 30 | ?> |
| 31 | + <div class="command-block-line"> | |
| 32 | + <div class="command-block-line-left"></div> | |
| 33 | + <div class="command-block-line-right"></div> | |
| 34 | + </div> | |
| 31 | 35 | <?php |
| 32 | 36 | if(!empty( $model->department->name )) { |
| 33 | 37 | ?> |
| ... | ... | @@ -35,10 +39,6 @@ $http_pattern = '/^https?.*$/'; |
| 35 | 39 | <?php |
| 36 | 40 | } |
| 37 | 41 | ?> |
| 38 | - <div class="command-block-line"> | |
| 39 | - <div class="command-block-line-left"></div> | |
| 40 | - <div class="command-block-line-right"></div> | |
| 41 | - </div> | |
| 42 | 42 | </div> |
| 43 | 43 | </div> |
| 44 | 44 | </div> |
| 45 | 45 | \ No newline at end of file | ... | ... |
frontend/web/css/style.css
| ... | ... | @@ -12442,7 +12442,7 @@ li.active-menu-admin:hover a .ico_num { |
| 12442 | 12442 | padding-left: 0 !important; |
| 12443 | 12443 | } |
| 12444 | 12444 | #modal_form_contacts .fileloader-item-remove:before {display:none;} |
| 12445 | -.command-block-name {height: 50px;overflow: hidden; font-size: 16px;} | |
| 12445 | +.command-block-name {overflow: hidden; font-size: 16px;} | |
| 12446 | 12446 | .general_avatar-wr #image_remove_img { |
| 12447 | 12447 | left: auto !important; |
| 12448 | 12448 | right: -13px; | ... | ... |