Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
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
abook_web
check
Commits
8973c8f5
Commit
8973c8f5
authored
Apr 28, 2015
by
vietdo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#16037 Web版 リスト表示でコンテンツ名の表示文字数が少ない
parent
f890018c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
7 deletions
+16
-7
abvw/css/theme/history.css
+6
-4
abvw/css/theme/list.css
+6
-0
abvw/css/theme/list_shiori.css
+1
-1
abvw/js/home.js
+3
-2
No files found.
abvw/css/theme/history.css
View file @
8973c8f5
...
...
@@ -91,10 +91,12 @@ section.sectionhistory .cnt_section_list:hover{
}
.cnt_section_list
.text
a
div
.test1
{
width
:
300px
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
-webkit-text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;
white-space
:
nowrap
;
width
:
600px
;
}
.cnt_section_list
.text
a
.name
img
...
...
abvw/css/theme/list.css
View file @
8973c8f5
...
...
@@ -56,6 +56,12 @@ section.sectionhomelist .cnt_section_list:hover{
color
:
#37648C
;
font-size
:
16px
;
}
.cnt_section_list
.text
a
.content-list
{
width
:
420px
;
white-space
:
nowrap
;
/* 改行を半角スペースに置き換える */
overflow
:
hidden
;
/* はみだした部分を削除する */
text-overflow
:
ellipsis
;
}
.cnt_section_list
.text
a
.name
:hover
{
text-decoration
:
none
;}
...
...
abvw/css/theme/list_shiori.css
View file @
8973c8f5
...
...
@@ -141,7 +141,7 @@ section.sectionBookmark .cnt_section:hover{
text-decoration
:
none
;
}
.cnt_section
.text
a
.name
div
.pageTitle
{
width
:
40
0px
;
width
:
55
0px
;
white-space
:
nowrap
;
/* 改行を半角スペースに置き換える */
overflow
:
hidden
;
/* はみだした部分を削除する */
text-overflow
:
ellipsis
;
...
...
abvw/js/home.js
View file @
8973c8f5
...
...
@@ -1683,8 +1683,9 @@ HOME.renderContent = function(id, text, division, type, order, from, to, cateid,
+
' </a>'
+
' <div class="text">'
+
' <a id="title'
+
post
.
contentId
+
'" class="dialog name lang" lang="lblTitle" contentid="'
+
post
.
contentId
+
'">'
+
' <img class="listIcon" src="'
+
HEADER
.
getIconTypeContent
(
post
.
contentType
)
+
'" width="20" height="20">'
+
COMMON
.
truncate
(
COMMON
.
htmlEncode
(
post
.
contentTitle
),
20
)
+
' <img class="listIcon" src="'
+
HEADER
.
getIconTypeContent
(
post
.
contentType
)
+
'" width="20" height="20" align="left">'
// + COMMON.truncate(COMMON.htmlEncode(post.contentTitle), 20)
+
' <div class="content-list">'
+
post
.
contentTitle
+
'</div>'
+
' </a>'
+
' <div class="info">'
+
' <ul class="date">'
...
...
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