NIHVIVO-3213: Added fixed width to proxy section and styled class labels.
This commit is contained in:
parent
bc9c3d215c
commit
5d303d31f3
2 changed files with 5 additions and 2 deletions
|
@ -38,7 +38,7 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/edit/forms/css/auto
|
|||
<img class="photo-profile" width="90" alt="%label%" src="%imageUrl%">
|
||||
</td>
|
||||
<td class="proxy-info">
|
||||
%label% | %classLabel%
|
||||
%label% | <span class="class-label">%classLabel%</span>
|
||||
<br /><a class='remove-proxy' href="." templatePart="remove">Remove selection</a>
|
||||
<input type="hidden" name="proxyUri" value="%uri%" >
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue