Fixed styles
This commit is contained in:
parent
5c8c3d25f8
commit
addb9b1a25
1 changed files with 4 additions and 1 deletions
|
@ -822,6 +822,9 @@ input.search-homepage {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
#search-homepage {
|
||||||
|
width:520px;
|
||||||
|
}
|
||||||
|
|
||||||
.filter-default {
|
.filter-default {
|
||||||
background: url(../images/filteredSearch.gif) 0 0 no-repeat;
|
background: url(../images/filteredSearch.gif) 0 0 no-repeat;
|
||||||
|
@ -1305,7 +1308,7 @@ nav#alpha-browse-container {
|
||||||
}
|
}
|
||||||
/* BROWSE INDIVIDUALS------> */
|
/* BROWSE INDIVIDUALS------> */
|
||||||
#individuals-in-class {
|
#individuals-in-class {
|
||||||
width: 904px;
|
width: 100%;
|
||||||
border: 1px solid #dde4e3;
|
border: 1px solid #dde4e3;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue