update rights dialog css
This commit is contained in:
parent
da63228c89
commit
6523da525c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ pandora.ui.siteDialog = function(section) {
|
||||||
marginTop: '8px'
|
marginTop: '8px'
|
||||||
})
|
})
|
||||||
.html(
|
.html(
|
||||||
'<b>' + name + '</b><br/><div style="padding-top: 2px; font-size: 9px; opacity: 0.75">'
|
'<b>' + name + '</b><br/><div style="padding: 2px 0 1px 0; font-size: 9px; opacity: 0.75">'
|
||||||
+ risk[i] + ' Risk'
|
+ risk[i] + ' Risk'
|
||||||
+ (risk[i].length > 6 ? '<br/> of ' : ' of<br/>')
|
+ (risk[i].length > 6 ? '<br/> of ' : ' of<br/>')
|
||||||
+ 'Legal Action</div>'
|
+ 'Legal Action</div>'
|
||||||
|
|
Loading…
Reference in a new issue