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;
|
border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
|
width: 400px;
|
||||||
}
|
}
|
||||||
#edit-myProxy h4 {
|
#edit-myProxy h4 {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
@ -298,7 +299,6 @@ a.disable-delete {
|
||||||
border-bottom: 1px dotted #E0DFDF;
|
border-bottom: 1px dotted #E0DFDF;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-myProxy p.search-status {
|
#edit-myProxy p.search-status {
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
|
@ -316,3 +316,6 @@ a.disable-delete {
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
vertical-align: middle;
|
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%">
|
<img class="photo-profile" width="90" alt="%label%" src="%imageUrl%">
|
||||||
</td>
|
</td>
|
||||||
<td class="proxy-info">
|
<td class="proxy-info">
|
||||||
%label% | %classLabel%
|
%label% | <span class="class-label">%classLabel%</span>
|
||||||
<br /><a class='remove-proxy' href="." templatePart="remove">Remove selection</a>
|
<br /><a class='remove-proxy' href="." templatePart="remove">Remove selection</a>
|
||||||
<input type="hidden" name="proxyUri" value="%uri%" >
|
<input type="hidden" name="proxyUri" value="%uri%" >
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue