[Search] Colors and positioning

Corrected the colors back to the normal
style. Also made the text on the same
line as the icon, but this fix is a
temporary one.
This commit is contained in:
shale
2015-07-22 12:33:16 -07:00
parent ab3d3ec45b
commit 3ae681c79c
3 changed files with 45 additions and 36 deletions

View File

@@ -20,28 +20,33 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
span.searchbar {
color: #ff0099;
//@include menuUlReset();
span.search-holder {
$iconwidth: 20px;
$iconheight: 17px;
.searchbar {
width: 100%;
margin-top: 20px;
}
.results {
//display: block;
//position: relative;
color: #ff0000;
.searchbar-item {
$runningItemW: 0;
color: #8800ff;
//margin-top: 5px;
.label {
color: #00aa00;
.type-icon {
.icon {
}
}
.title-label {
color: #aa00aa;
position: relative;
left: $iconwidth;
top: -$iconheight;
//@include absPosDefault();
display: block;
//left: $runningItemW + ($interiorMargin * 3);
//left: 60px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@@ -49,4 +54,9 @@ span.searchbar {
}
}
}
.load-more-button {
width: 100%;
margin-top: 20px;
}
}