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
9b6c817a
Commit
9b6c817a
authored
Apr 23, 2021
by
Kim Peace
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/#42568_name_card_name_position' into 'release_sp3'
#42568 Fixed css for profile_name See merge request
!93
parents
038c10d3
275c4fa0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
12 deletions
+6
-12
public_new/css/chat.css
+0
-10
public_new/css/common.css
+4
-0
public_new/template/template_user_name_card.html
+2
-2
No files found.
public_new/css/chat.css
View file @
9b6c817a
...
...
@@ -862,12 +862,3 @@ input[name="tab_item"] {
max-width
:
75%
;
}
}
/*************************** ネームカード *************************/
.prifile_name
{
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
public_new/css/common.css
View file @
9b6c817a
...
...
@@ -173,6 +173,10 @@ main {
.profile_modal
.modal-header
.profile_name
{
width
:
100%
;
text-align
:
center
;
line-height
:
1.2
;
font-size
:
16px
;
margin-left
:
auto
;
margin-right
:
auto
;
}
.modal-header
{
width
:
100%
;
...
...
public_new/template/template_user_name_card.html
View file @
9b6c817a
...
...
@@ -5,9 +5,9 @@
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
<div
class=
"pr
ifile_desc
d-flex flex-row"
>
<div
class=
"pr
ofile_desc_
d-flex flex-row"
>
<img
src=
"{{profileUrl}}"
onError=
"this.src='./img/noImage.png'"
/>
<div
class=
"pr
i
file_name"
><span>
{{name}}
</span></div>
<div
class=
"pr
o
file_name"
><span>
{{name}}
</span></div>
</div>
</div>
<div
class=
"modal-body"
id=
"userNameCard-scroll"
>
...
...
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