Merge r7034-7036 from trunk

This commit is contained in:
rjy7 2011-01-15 22:23:38 +00:00
commit e707b564d8
3 changed files with 8 additions and 2 deletions

View file

@ -326,6 +326,10 @@ span.entityRelationsSpan {
color: #2E440C; color: #2E440C;
text-align: center; text-align: center;
} }
div.sparqlform label {
display: inline;
font-weight: normal;
}
/* Temporary hack to remove stuff from forms in vivoweb only */ /* Temporary hack to remove stuff from forms in vivoweb only */
.hideFromVivoWeb { .hideFromVivoWeb {
display: none; display: none;

View file

@ -50,8 +50,8 @@ p.request-account {
height: 30px; height: 30px;
background: #fff 0 0 url(../images/login-or.png) no-repeat; background: #fff 0 0 url(../images/login-or.png) no-repeat;
margin-bottom: 0; margin-bottom: 0;
padding-left: 10px; padding-left: 9px;
padding-top: 6px; padding-top: 3px;
color: #fff; color: #fff;
font-size: .8em; font-size: .8em;
} }

View file

@ -279,6 +279,8 @@ ul#alpha-browse-childClass a{
padding-top: 20px; padding-top: 20px;
margin-left: 30px; margin-left: 30px;
margin-right: 30px; margin-right: 30px;
clear: left;
min-height: 100px;
} }
#individuals-in-childClass li.individual-foaf-person img{ #individuals-in-childClass li.individual-foaf-person img{
float: left; float: left;