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
e1a072f4
Commit
e1a072f4
authored
May 27, 2013
by
Motohisa Nakano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #8388
parent
4f94beaa
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
abvw/css/contentsearch.css
+1
-1
abvw/css/history.css
+1
-1
abvw/css/list_shiori.css
+0
-1
abvw/js/contentsearch.js
+4
-2
No files found.
abvw/css/contentsearch.css
View file @
e1a072f4
...
...
@@ -164,7 +164,7 @@ section{
width
:
161px
;
height
:
120px
;
float
:
left
;
background
:
#fff
;
margin-left
:
5px
;
}
.cnt_section
a
.img
canvas
{
margin
:
0
auto
;
height
:
105px
;
width
:
150px
;}
.cnt_section
.text
{
...
...
abvw/css/history.css
View file @
e1a072f4
...
...
@@ -127,7 +127,7 @@ section{
width
:
161px
;
height
:
120px
;
float
:
left
;
background
:
#fff
;
margin-left
:
5px
;
}
.cnt_section
a
.img
canvas
{
margin
:
0
auto
;
height
:
105px
;
width
:
160px
;}
.cnt_section
.text
{
...
...
abvw/css/list_shiori.css
View file @
e1a072f4
...
...
@@ -218,7 +218,6 @@ a.delete:hover:not(:target) {
width
:
161px
;
height
:
120px
;
float
:
left
;
background
:
#fff
;
}
.cnt_section
.check
{
...
...
abvw/js/contentsearch.js
View file @
e1a072f4
...
...
@@ -48,7 +48,9 @@ $(document).ready(function(){
LockScreen
();
document
.
title
=
i18nText
(
'txtSearchResult'
)
+
' | '
+
i18nText
(
'sysAppTitle'
);
// Set bookmark screen ClientData.BookmarkScreen(ScreenIds.ContentSearch);
// Set bookmark screen
ClientData
.
BookmarkScreen
(
ScreenIds
.
ContentSearch
);
//Check if Force Change password
if
(
ClientData
.
requirePasswordChange
()
!=
1
){
...
...
@@ -204,7 +206,7 @@ function renderContent(id, text, division, type, order, from, to, cateid, grpid)
'<section>'
+
' <div class="cnt_section">'
+
' <a class="img">'
+
' <canvas height="105px" width="150px" id="content-thumbnail'
+
post
.
contentId
+
'" contentid="'
+
post
.
contentId
+
'" style="display:none;
">'
+
' <canvas height="105px" width="150px" id="content-thumbnail'
+
post
.
contentId
+
'" contentid="'
+
post
.
contentId
+
'" style="display:none;
padding-top:12px;">'
+
' </canvas>'
+
' <img id="loadingIcon'
+
post
.
contentId
+
'" src="./img/data_loading.gif" height="25px" width="25px" style="padding-top: 46px; padding-left: 66px"/>'
+
' </a>'
...
...
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