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
6ef14d1b
Commit
6ef14d1b
authored
Apr 01, 2021
by
Kang Donghun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cssファイル修正
parent
bbe64164
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
44 deletions
+9
-44
public_new/css/chat.css
+0
-44
public_new/js/chat.js
+9
-0
No files found.
public_new/css/chat.css
View file @
6ef14d1b
...
...
@@ -96,80 +96,48 @@ input[name="tab_item"] {
background
:
aliceblue
;
}
/* サムネイル画像 */
<<<<<<<
HEAD
.chat_item_l
.thumbnail
{
=======
.chat_item_l
.thubnail
{
>>>>>>>
origin/develop_createRoom_UI
width
:
50px
;
height
:
50px
;
border-radius
:
50%
;
overflow
:
hidden
;
margin
:
0
auto
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail
img
{
width
:
50px
;
height
:
50px
;
}
.chat_item_l
.thumbnail4
img
{
=======
.chat_item_l
.thubnail
img{
width
:
50px
;
height
:
50px
;
}
.chat_item_l
.thubnail4
img
{
>>>>>>>
origin/develop_createRoom_UI
width
:
25px
;
height
:
25px
;
float
:
left
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail3
.img_wrap
:nth-child
(
1
)
{
=======
.chat_item_l
.thubnail3
.
img_wrap
:
nth-child
(
1
)
{
>>>>>>>
origin
/
develop_createRoom_UI
width
:
25px
;
height
:
50px
;
position
:
relative
;
overflow
:
hidden
;
float
:
left
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail3
.img_wrap
:nth-child
(
1
)
img
{
=======
.chat_item_l
.thubnail3
.
img_wrap
:
nth-child
(
1
)
img
{
>>>>>>>
origin
/
develop_createRoom_UI
width
:
50px
;
height
:
50px
;
position
:
absolute
;
left
:
-12px
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail3
.img_wrap
:nth-child
(
2
)
{
=======
.chat_item_l
.thubnail3
.
img_wrap
:
nth-child
(
2
)
{
>>>>>>>
origin
/
develop_createRoom_UI
width
:
25px
;
height
:
25px
;
position
:
relative
;
overflow
:
hidden
;
float
:
left
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail3
.img_wrap
:nth-child
(
2
)
img
,
.chat_item_l
.thumbnail3
.img_wrap
:nth-child
(
3
)
img
{
width
:
25px
;
height
:
30px
;
}
.chat_item_l
.thumbnail3
.img_wrap
:nth-child
(
3
)
{
=======
.chat_item_l
.thubnail3
.
img_wrap
:
nth-child
(
2
)
img
,
.
chat_item_l
.
thubnail3
.
img_wrap
:
nth-child
(
3
)
img
{
width
:
25px
;
height
:
30px
;
}
.chat_item_l
.thubnail3
.img_wrap
:nth-child
(
3
)
{
>>>>>>>
origin/develop_createRoom_UI
width
:
25px
;
height
:
25px
;
position
:
relative
;
...
...
@@ -177,32 +145,20 @@ input[name="tab_item"] {
float
:
left
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail2
.img_wrap
:nth-child
(
1
)
{
=======
.chat_item_l
.thubnail2
.
img_wrap
:
nth-child
(
1
)
{
>>>>>>>
origin
/
develop_createRoom_UI
width
:
25px
;
height
:
50px
;
position
:
relative
;
overflow
:
hidden
;
float
:
left
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail2
.img_wrap
:nth-child
(
2
)
{
=======
.chat_item_l
.thubnail2
.
img_wrap
:
nth-child
(
2
)
{
>>>>>>>
origin
/
develop_createRoom_UI
width
:
25px
;
height
:
50px
;
position
:
relative
;
overflow
:
hidden
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail2
.img_wrap
img
{
=======
.chat_item_l
.thubnail2
.img_wrap
img
{
>>>>>>>
origin/develop_createRoom_UI
width
:
50px
;
height
:
50px
;
position
:
absolute
;
...
...
public_new/js/chat.js
View file @
6ef14d1b
...
...
@@ -341,6 +341,15 @@ $(function() {
let
roomListTitle
=
getLocalizedString
(
"roomListTitle"
);
$
(
'#chatTitle'
).
text
(
roomListTitle
);
});
$
(
'#chatMakeRoom .search_form .cancel'
).
click
(
function
(){
CHAT
.
globalSelectedUserList
.
forEach
(
function
(
userId
)
{
if
(
$
(
'.checkbox'
+
userId
).
prop
(
'checked'
))
{
$
(
'.checkbox'
+
checkMemberId
).
attr
(
'checked'
,
true
);
}
else
{
$
(
'.checkbox'
+
checkMemberId
).
removeAttr
(
'checked'
);
}
});
});
// チャットメンバー検索
$
(
'#chat .search_form input[type="search"]'
).
keyup
(
function
(){
...
...
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