Commit e1a072f4 by Motohisa Nakano

fix #8388

parent 4f94beaa
...@@ -164,7 +164,7 @@ section{ ...@@ -164,7 +164,7 @@ section{
width:161px; width:161px;
height:120px; height:120px;
float:left; float:left;
background:#fff; margin-left:5px;
} }
.cnt_section a.img canvas{ margin:0 auto; height: 105px; width: 150px;} .cnt_section a.img canvas{ margin:0 auto; height: 105px; width: 150px;}
.cnt_section .text{ .cnt_section .text{
......
...@@ -127,7 +127,7 @@ section{ ...@@ -127,7 +127,7 @@ section{
width:161px; width:161px;
height:120px; height:120px;
float:left; float:left;
background:#fff; margin-left:5px;
} }
.cnt_section a.img canvas{ margin:0 auto; height: 105px; width: 160px;} .cnt_section a.img canvas{ margin:0 auto; height: 105px; width: 160px;}
.cnt_section .text{ .cnt_section .text{
......
...@@ -218,7 +218,6 @@ a.delete:hover:not(:target) { ...@@ -218,7 +218,6 @@ a.delete:hover:not(:target) {
width:161px; width:161px;
height:120px; height:120px;
float:left; float:left;
background:#fff;
} }
.cnt_section .check{ .cnt_section .check{
......
...@@ -48,7 +48,9 @@ $(document).ready(function(){ ...@@ -48,7 +48,9 @@ $(document).ready(function(){
LockScreen(); LockScreen();
document.title = i18nText('txtSearchResult') + ' | ' + i18nText('sysAppTitle'); 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 //Check if Force Change password
if(ClientData.requirePasswordChange() != 1){ if(ClientData.requirePasswordChange() != 1){
...@@ -204,7 +206,7 @@ function renderContent(id, text, division, type, order, from, to, cateid, grpid) ...@@ -204,7 +206,7 @@ function renderContent(id, text, division, type, order, from, to, cateid, grpid)
'<section>' '<section>'
+' <div class="cnt_section">' +' <div class="cnt_section">'
+' <a class="img">' +' <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>' + ' </canvas>'
+ ' <img id="loadingIcon' + post.contentId + '" src="./img/data_loading.gif" height="25px" width="25px" style="padding-top: 46px; padding-left: 66px"/>' + ' <img id="loadingIcon' + post.contentId + '" src="./img/data_loading.gif" height="25px" width="25px" style="padding-top: 46px; padding-left: 66px"/>'
+ ' </a>' + ' </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