Fixed styles

This commit is contained in:
Georgy Litvinov 2020-08-29 10:08:23 +02:00
parent 5c8c3d25f8
commit addb9b1a25

View file

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