VIVO-331 updated css to accomodate longer text strings

This commit is contained in:
tworrall 2013-10-08 12:25:05 -04:00
parent 343698b6eb
commit 887340006d

View file

@ -957,7 +957,8 @@ a.view-all-style {
clear: both; clear: both;
} }
#home-research h4 { #home-research h4 {
width: 100px; display: inline;
padding: 3px 10px;
} }
#home-research ul { #home-research ul {
padding: 0.7em 0 0.6em 0.75em; padding: 0.7em 0 0.6em 0.75em;
@ -987,7 +988,8 @@ a.view-all-style {
float: left; float: left;
} }
#home-academic-depts h4 { #home-academic-depts h4 {
width: 136px; display: inline;
padding: 3px 10px;
} }
#home-academic-depts ul { #home-academic-depts ul {
list-style: disc outside url(../../../images/arrowIcon.gif); list-style: disc outside url(../../../images/arrowIcon.gif);
@ -1005,7 +1007,8 @@ a.view-all-style {
float: left; float: left;
} }
#home-faculty-mbrs h4 { #home-faculty-mbrs h4 {
width: 86px; display: inline;
padding: 3px 10px;
} }
div#tempSpacing { div#tempSpacing {
margin-top:30px; margin-top:30px;
@ -1059,7 +1062,8 @@ div#adjImgHeight {
width: 921px; width: 921px;
} }
#home-geo-focus h4 { #home-geo-focus h4 {
width: 172px; display: inline;
padding: 3px 10px;
} }
#home-geo-focus div#timeIndicatorGeo { #home-geo-focus div#timeIndicatorGeo {
text-align:center; text-align:center;