Commit ba3d604d by Kim Peace

Merge commit '45f74721' into…

Merge commit '45f74721' into bugFix/#433group_screen_corporate_topButton_
parents cade5986 45f74721
......@@ -31,7 +31,7 @@
</div>
</div>
<div class="col-4 pl-0">
<div class="nav-item text-right">
<div class="nav-item text-right craeteRoomButton">
<a href="chat_make_room.html">
<img src="icon/icon_make_room.png" alt="ルーム開設">
</a>
......
......@@ -274,6 +274,7 @@
font-weight: bold;
font-size: 20px;
}
#captyaModal .modal-body,
#changeHostModal .modal-body,
#hostRequestModal .modal-body {
......
......@@ -119,6 +119,13 @@ main{ margin-top: 60px; }
height: 60px;
border-radius: 50%;
}
.profile_modal #userNameCard-scroll {
height: 200px;
overflow: auto;
padding-top: 0rem;
padding-right: 0rem;
margin-top: 1rem;
}
.profile_modal .modal-header,.profile_modal .modal-body { padding-bottom: 0; }
.profile_modal .modal-footer button { width: 33%; padding: 5px;}
.profile_modal.w_50 .modal-footer button { width: 50%; padding: 5px;}
......
......@@ -39,6 +39,7 @@ $(function() {
$('.cancel').removeClass('none');
$('.search_form form').addClass('d-flex flex-row h-100 align-items-center');
$('.content').addClass('none');
$('.craeteRoomButton').addClass('none');
});
// 共通検索フォーム キャンセルボタン押下イベント
$('.search_form .cancel').click(function(){
......@@ -48,6 +49,7 @@ $(function() {
$('.search_form form').removeClass();
$('.content').removeClass('none');
$('.overlay_src_msg').empty();
$('.craeteRoomButton').removeClass('none');
});
$('.message_input_form').click(function(){
......
......@@ -10,7 +10,7 @@
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="modal-body" id="userNameCard-scroll">
{{#groupPathList}}
<li onclick="CHAT_UI.refreshAllGroupSearch({{groupId}});"><b>{{groupPath}}</b></li>
{{/groupPathList}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment