Commit d5e76937 by Lee Daehyun

ネームカードUI修正

parent 2cb93bcf
......@@ -844,7 +844,10 @@ input[name="tab_item"] {
}
/*************************** ネームカード *************************/
.prifile_name {
line-height: 50px;
margin-left: 10px;
padding-top: 20px;
padding-bottom: 20px;
line-height: 1.2;
font-size: 16px;
margin-left: auto;
margin-right: auto;
}
\ No newline at end of file
......@@ -152,16 +152,17 @@ main {
}
.profile_modal #userNameCard-scroll {
height: 200px;
overflow: auto;
height: 150px;
overflow: scroll;
padding-top: 0rem;
padding-right: 0rem;
padding-right: 1rem;
margin-top: 1rem;
}
.profile_modal .modal-header { display: table; }
.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;}
.profile_modal .modal-header .profile_desc{ width: 100%;}
.profile_modal .modal-footer button { width: 33%; padding: 5px; }
.profile_modal.w_50 .modal-footer button { width: 50%; padding: 5px; }
.profile_modal .modal-header .profile_desc{ width: 100%; }
.profile_modal .modal-header .profile_name {
width: 100%;
text-align: center;
......
......@@ -2,13 +2,13 @@
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header border-0">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
<div class="prifile_desc d-flex flex-row">
<img src="{{profileUrl}}" onError="this.src='./img/noImage.png'"/>
<div class="prifile_name"><span>{{name}}</span></div>
</div>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body" id="userNameCard-scroll">
{{#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