Browse Source

"No public albums" now easier to read #205

Tobias Reich 10 years ago
parent
commit
328bcd7c43
6 changed files with 7 additions and 6 deletions
  1. 3 2
      assets/css/content.css
  2. 3 3
      assets/js/build.js
  3. 1 1
      assets/js/view.js
  4. 0 0
      assets/min/main.css
  5. 0 0
      assets/min/main.js
  6. 0 0
      assets/min/view.js

+ 3 - 2
assets/css/content.css

@@ -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;
 	}

+ 3 - 3
assets/js/build.js

@@ -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>";
 

+ 1 - 1
assets/js/view.js

@@ -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);
 				}

File diff suppressed because it is too large
+ 0 - 0
assets/min/main.css


File diff suppressed because it is too large
+ 0 - 0
assets/min/main.js


File diff suppressed because it is too large
+ 0 - 0
assets/min/view.js


Some files were not shown because too many files changed in this diff