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;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-inner .popover-content .dl-horizontal dt {
|
.dl-horizontal dt, .popover-inner .popover-content .dl-horizontal dt {
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
color: #808080;
|
color: #808080;
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
/*border-bottom: 1px solid #333;*/
|
/*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-top: 6px;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
margin-left: 120px;
|
margin-left: 120px;
|
||||||
@@ -56,3 +56,13 @@
|
|||||||
.ui-button:focus, .ui-button-text:focus {
|
.ui-button:focus, .ui-button-text:focus {
|
||||||
outline: none;
|
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');
|
$('#answers').removeClass('loading');
|
||||||
$('.captionTips, .captionRolloverTips').tooltip({
|
$('.captionTips, .captionRolloverTips').tooltip({
|
||||||
delay: 0,
|
delay: 0,
|
||||||
isBrowsable: true,
|
isBrowsable: false,
|
||||||
extraClass: 'caption-tooltip-container'
|
extraClass: 'caption-tooltip-container'
|
||||||
});
|
});
|
||||||
$('.infoTips').tooltip({
|
$('.infoTips').tooltip({
|
||||||
|
Reference in New Issue
Block a user