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
|
@ -286,6 +286,7 @@ a.disable-delete {
|
|||
border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
width: 400px;
|
||||
}
|
||||
#edit-myProxy h4 {
|
||||
padding-top: 0;
|
||||
|
@ -298,7 +299,6 @@ a.disable-delete {
|
|||
border-bottom: 1px dotted #E0DFDF;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
#edit-myProxy p.search-status {
|
||||
margin-top: -10px;
|
||||
font-size: .8em;
|
||||
|
@ -315,4 +315,7 @@ a.disable-delete {
|
|||
#edit-myProxy .proxy-info {
|
||||
padding-left: 1em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#edit-myProxy span.class-label {
|
||||
color: #7F8993;
|
||||
}
|
|
@ -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