fix for jira issue vivo-124
This commit is contained in:
parent
f3acf5afe6
commit
8af9c0005c
2 changed files with 4 additions and 10 deletions
|
@ -197,9 +197,12 @@ ul#alpha-browse-individuals {
|
||||||
}
|
}
|
||||||
ul#alpha-browse-individuals li {
|
ul#alpha-browse-individuals li {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 4px;
|
margin-right: 5px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
}
|
}
|
||||||
|
ul#alpha-browse-individuals li:first-child {
|
||||||
|
padding-left: 1px;
|
||||||
|
}
|
||||||
ul#alpha-browse-individuals li:last-child {
|
ul#alpha-browse-individuals li:last-child {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
@ -208,7 +211,6 @@ ul#alpha-browse-individuals a {
|
||||||
height: 35px;
|
height: 35px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
width: 10px;
|
|
||||||
}
|
}
|
||||||
nav#alpha-browse-container {
|
nav#alpha-browse-container {
|
||||||
width: 619px;
|
width: 619px;
|
||||||
|
|
|
@ -836,11 +836,3 @@ range_class = Range Class
|
||||||
sub_properties = Subproperties
|
sub_properties = Subproperties
|
||||||
subproperty = subproperty
|
subproperty = subproperty
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue