NIHVIVO-3098: Fixed placement for the admin panel, individual name, RDF icon, and URI icon. Now these are placed to the right side of the individual photo.
This commit is contained in:
parent
7c09211c1e
commit
4fae584dd7
2 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,9 @@
|
|||
padding-left: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#individual-info.withThumb {
|
||||
width: 78%;
|
||||
}
|
||||
#individual-info h3 {
|
||||
padding-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
|
|
|
@ -1171,6 +1171,10 @@ ul#alpha-browse-individuals {
|
|||
ul#individual-tools {
|
||||
color: #8AA149;
|
||||
}
|
||||
ul#individual-tools li{
|
||||
float: left;
|
||||
padding-right: .5em;
|
||||
}
|
||||
#individual-intro ul.individual-urls li a {
|
||||
color: #47B6D0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue