mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
rollback captions tooltip to popover only, updated caption display in record overlay
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.popover-inner .popover-content .dl-horizontal dt {
|
||||
.dl-horizontal dt, .popover-inner .popover-content .dl-horizontal dt {
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
color: #808080;
|
||||
@@ -43,7 +43,7 @@
|
||||
/*border-bottom: 1px solid #333;*/
|
||||
}
|
||||
|
||||
.popover-inner .popover-content .dl-horizontal dd {
|
||||
.dl-horizontal dd, .popover-inner .popover-content .dl-horizontal dd {
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
margin-left: 120px;
|
||||
@@ -56,3 +56,13 @@
|
||||
.ui-button:focus, .ui-button-text:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.descBoxes .dl-horizontal dt{
|
||||
float: none;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
.descBoxes .dl-horizontal dd{
|
||||
padding-top: 0;
|
||||
margin-left: 10px;
|
||||
}
|
@@ -392,7 +392,7 @@ function afterSearch() {
|
||||
$('#answers').removeClass('loading');
|
||||
$('.captionTips, .captionRolloverTips').tooltip({
|
||||
delay: 0,
|
||||
isBrowsable: true,
|
||||
isBrowsable: false,
|
||||
extraClass: 'caption-tooltip-container'
|
||||
});
|
||||
$('.infoTips').tooltip({
|
||||
|
Reference in New Issue
Block a user