@@ -229,7 +229,7 @@
left: 50%;
height: 160px;
width: 180px;
- margin-top: -80px;
+ margin-top: -60px;
margin-left: -90px;
padding-top: 20px;
color: rgba(20, 20, 20, 1);
@@ -237,8 +237,9 @@
text-align: center;
}
.no_content .icon {
- font-size: 120px;
+ font-size: 80px;
.no_content p {
font-size: 18px;
+ font-weight: bold;
@@ -139,9 +139,9 @@ build = {
no_content += "<div class='no_content fadeIn'>";
no_content += "<a class='icon icon-" + typ + "'></a>";
- if (typ==="search") no_content += "<p>No results</p>";
- else if (typ==="picture") no_content += "<p>No public albums</p>";
- else if (typ==="cog") no_content += "<p>No Configuration!</p>";
+ if (typ==="search") no_content += "<p>No results</p>";
+ else if (typ==="share") no_content += "<p>No public albums</p>";
+ else if (typ==="cog") no_content += "<p>No configuration</p>";
no_content += "</div>";
@@ -146,7 +146,7 @@ view = {
if (smartData===""&&albumsData==="") {
lychee.content.html('');
- $("body").append(build.no_content("picture"));
+ $("body").append(build.no_content("share"));
} else {
lychee.content.html(smartData + albumsData);