NIHVIVO-2163: Added markup and styles for verbose mode in individual admin panel.
This commit is contained in:
parent
236b517105
commit
4d240f97d5
2 changed files with 14 additions and 0 deletions
|
@ -5,4 +5,6 @@ $(document).ready(function(){
|
|||
// "more"/"less" HTML truncator for showing more or less content in data property core:overview
|
||||
$('.overview-value').truncate({max_length: 500});
|
||||
|
||||
// Change background color button when verbose mode is off
|
||||
$('#verbosePropertyForm input#submit[value="Turn off"]').addClass("verbose-off")
|
||||
});
|
|
@ -122,6 +122,18 @@ input#submit:visited {
|
|||
margin-top: .5em;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
#verbosePropertyForm span {
|
||||
color: #888C8C;
|
||||
}
|
||||
#verbosePropertyForm b {
|
||||
color: #595B5B;
|
||||
}
|
||||
#verbosePropertyForm .small {
|
||||
font-size: 12px;
|
||||
}
|
||||
#verbosePropertyForm .verbose-off{
|
||||
background: #706a66;
|
||||
}
|
||||
input.delete,
|
||||
input.delete:visited,
|
||||
input#delete,
|
||||
|
|
Loading…
Add table
Reference in a new issue