[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:
@@ -271,22 +271,20 @@ ul.tree {
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/* line 23, ../sass/search/_search.scss */
|
||||
span.searchbar {
|
||||
color: #ff0099; }
|
||||
/* line 26, ../sass/search/_search.scss */
|
||||
span.searchbar .results {
|
||||
color: #ff0000; }
|
||||
/* line 31, ../sass/search/_search.scss */
|
||||
span.searchbar .results .searchbar-item {
|
||||
color: #8800ff; }
|
||||
/* line 35, ../sass/search/_search.scss */
|
||||
span.searchbar .results .searchbar-item .label {
|
||||
color: #00aa00; }
|
||||
/* line 38, ../sass/search/_search.scss */
|
||||
span.searchbar .results .searchbar-item .label .title-label {
|
||||
color: #aa00aa;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap; }
|
||||
/* line 27, ../sass/search/_search.scss */
|
||||
span.search-holder .searchbar {
|
||||
width: 100%;
|
||||
margin-top: 20px; }
|
||||
/* line 44, ../sass/search/_search.scss */
|
||||
span.search-holder .results .searchbar-item .label .title-label {
|
||||
position: relative;
|
||||
left: 20px;
|
||||
top: -17px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap; }
|
||||
/* line 58, ../sass/search/_search.scss */
|
||||
span.search-holder .load-more-button {
|
||||
width: 100%;
|
||||
margin-top: 20px; }
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user