Commit e1a072f4 by Motohisa Nakano

fix #8388

parent 4f94beaa
......@@ -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{
......
......@@ -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{
......
......@@ -218,7 +218,6 @@ a.delete:hover:not(:target) {
width:161px;
height:120px;
float:left;
background:#fff;
}
.cnt_section .check{
......
......@@ -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>'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment