Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chat_webview
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCommunication
chat_webview
Commits
fc8f8e7a
Commit
fc8f8e7a
authored
May 24, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
タブレットで協業ユーザー招待画面が正常に表示されるように修正
parent
a2b19785
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
public_new/css/collaboration.css
+9
-2
public_new/modal_add_user_confirm.html
+1
-1
public_new/modal_add_user_list.html
+2
-2
No files found.
public_new/css/collaboration.css
View file @
fc8f8e7a
...
...
@@ -22,6 +22,11 @@
height
:
100%
;
}
.breadcrumb_item
:not
(
:last-child
)
:after
{
content
:
">"
;
margin
:
0
5px
;
}
/**************************** main *************************/
#collabo_main
{
height
:
calc
(
100vh
-
180px
);
...
...
@@ -206,7 +211,9 @@
#add_user_list
.chat_item_ttl
{
font-weight
:
bold
;
}
.modal_collaboration_user
{
margin
:
0px
!important
;
}
#add_user_list
.user_item
{
height
:
90px
;
}
...
...
@@ -451,7 +458,7 @@
.add_user_modal
{
width
:
80%
;
height
:
80%
;
left
:
1
0
%
;
left
:
1
2.5
%
;
overflow
:
auto
;
}
...
...
public_new/modal_add_user_confirm.html
View file @
fc8f8e7a
<div
class=
"modal fade add_user_confirm_modal"
id=
"modalAddUserConfirm"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"modalAddUserConfirm"
aria-hidden=
"true"
style=
"position: fixed;"
>
<div
class=
"modal-dialog modal-dialog-centered"
role=
"document"
>
<div
class=
"modal-dialog modal-dialog-centered
modal_collaboration_user
"
role=
"document"
>
<div
class=
"modal-content"
style=
"position: fixed;height: 600px;width: 86%;"
>
<div
class=
"modal-header border-0 pb-0"
>
<span>
ユーザー招待
</span>
...
...
public_new/modal_add_user_list.html
View file @
fc8f8e7a
<!-- コンテンツ -->
<div
class=
"modal fade add_user_modal"
id=
"addUserInCollaboration"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"addUserInCollaboration"
aria-hidden=
"true"
>
<div
class=
"modal-dialog modal-dialog-centered"
role=
"document"
>
<div
class=
"modal-dialog modal-dialog-centered
modal_collaboration_user
"
role=
"document"
>
<div
class=
"modal-content"
style=
"position: fixed;width: 75.5%;top: 0px;"
>
<form
id=
"addUserFormInCollaboration"
action=
"chat_add_user_confirm.html"
method=
"post"
>
<!-- ユーザー検索 -->
...
...
@@ -81,7 +81,7 @@
</div>
<!-- ルーム解説ボタン -->
<div
class=
"add_user_confirm_btn content"
id=
"addUserConfirmBtnInCollaboration"
style=
"position: fixed;"
>
<button
type=
"button"
name=
"button"
id=
"buttonAddUser"
style=
"top: 4
6
5px; width: 75%;"
>
<button
type=
"button"
name=
"button"
id=
"buttonAddUser"
style=
"top: 4
5
5px; width: 75%;"
>
確認
<br>
<span
class=
"select_member_num"
></span><span
class=
"select_member"
>
名 選択中
</span></button>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment