Fix Bug 39922 - The "No results found" view lacks suggested languages

noresultsview is part of uls.lcd now, moved the html template too.

Change-Id: I9aee0ab1b62e61c3ec0e2c89f7d07b7a4432ef33
This commit is contained in:
Santhosh Thottingal
2012-09-03 16:32:18 +05:30
parent 01b41b9783
commit 97cbd51b49
3 changed files with 46 additions and 28 deletions

View File

@@ -47,15 +47,22 @@
.uls-no-results-view {
color: #555;
height: 100%;
}
.uls-no-results-view h2{
font-weight: bold;
}
#uls-no-found-more {
font-size: 0.9em;
background: #F8F8F8;
display: inline-block;
width: 100%;
margin-top: 1.6em;
line-height: 1.6em;
position:absolute;
bottom:0;
left:0;
}
.uls-lcd-region-section ul li.uls-column-break:hover {