Commit d1b02ad1 by Lee Daehyun

Merge branch 'bugFix/#452_自身のセールとグループタイプ選択ボタンの位置が逆なる' into 'release_sp3'

自身のセールとグループタイプ選択ボタンの位置変更

See merge request !33
parents 65d1b97e 6c15754b
......@@ -49,7 +49,14 @@
<span class="src_icon"></span>
<a href="#" class="cancel none">キャンセル</a>
</div>
<div class="content chat_list">
<div class="content tabs">
<input id="tabMyGroup" type="radio" name="tab_item" checked>
<label class="tab_item" for="tabMyGroup">マイグループ</label>
<input id="tabAllGroup" type="radio" name="tab_item">
<label class="tab_item" for="tabAllGroup">全グループ</label>
<div class="content chat_list my_info_sell">
<ul class="p-0 chat_make_room_list">
<li class="d-flex align-items-center">
<a href="#" style="width: 100%;">
......@@ -71,14 +78,8 @@
</li>
</ul>
</div>
<!-- タブ -->
<div class="content tabs">
<input id="tabMyGroup" type="radio" name="tab_item" checked>
<label class="tab_item" for="tabMyGroup">マイグループ</label>
<input id="tabAllGroup" type="radio" name="tab_item">
<label class="tab_item" for="tabAllGroup">全グループ</label>
<!-- タブ -->
<div class="tab_content" id="tab1_content">
<div class="chat_list" id="myContactList">
<!-- お気に入りグループ -->
......
......@@ -59,6 +59,7 @@ input[name="tab_item"] {
/**************************** chat list *************************/
.chat_list ul {
padding: 0;
margin-top: 1rem;
}
.chat_list img {
width: 90px;
......@@ -777,6 +778,7 @@ input[name="tab_item"] {
/* chat item */
.tab_item {
font-size: 16px;
margin-bottom: 1rem;
}
.chat_item_ttl {
font-size: 16px;
......
......@@ -14,3 +14,6 @@
.breadcrumb_item {
color: #323743;
}
.my_info_sell {
clear: both;
}
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