Updated shufflehandling and styling of deletebutton

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-30 14:14:47 +01:00
parent fb89ac2fe8
commit 28306908c2
4 changed files with 8 additions and 6 deletions

View File

@@ -1297,7 +1297,7 @@ nav ul li:hover, nav ul li.active {
.list-remove{
width: 70px;
margin-top: -31px;
margin-top: -6%;
font-size: 12px;
height: 20px;
display: inline-table;
@@ -1308,9 +1308,9 @@ nav ul li:hover, nav ul li.active {
#del, #del_suggested, #del_user_suggested{
position: absolute;
text-align: right;
bottom: -67%;
right: 0%;
height: 100%;
/* height: 100%; */
bottom: -31%;
line-height: normal;
padding: 2px 12px;
color: white;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -119,6 +119,8 @@ var List = {
$(".prev_page_hide").css("display","inline-block");
}
List.dynamicContentPage(-10);
/*if(lazy_load){
if(Helper.mobilecheck()) $(".list-image").lazyload({});
else{