NIHVIVO-1838: In temporal graph visualization page, I have fixed the vertical alignment for the temporal graph icons located under Total Number of Publications section.

This commit is contained in:
mb863 2011-02-04 22:37:14 +00:00
parent a9214be4a2
commit ef0e15b35d
2 changed files with 6 additions and 0 deletions

View file

@ -151,6 +151,9 @@ input#submit:visited {
.toggle_visualization{
position: relative;
}
.easy-deselect-label a.temporal-vis-url {
margin-top: -15px;
}
#grant-count-sparkline-include {
width: 48%;
}

View file

@ -77,6 +77,9 @@ input#submit, input#submit:visited {
margin-left: 0;
width: 100%;
}
.easy-deselect-label a.temporal-vis-url {
margin-top: -15px;
}
#grant-count-sparkline-include {
width: 48%;
}