mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
@@ -13,6 +13,10 @@ html, body {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#desktop {
|
||||
min-width: 1100px;
|
||||
}
|
||||
|
||||
*::-moz-selection, *::selection{
|
||||
background: white;
|
||||
color: black;
|
||||
@@ -658,7 +662,7 @@ div.diapo {
|
||||
/******* idFrameT CSS *********************************************************/
|
||||
|
||||
#idFrameT {
|
||||
margin-left: -29px;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
.submenu .ui-buttonset{
|
||||
|
@@ -517,10 +517,11 @@ function initAnswerForm() {
|
||||
function answerSizer() {
|
||||
var el = $('#idFrameC').outerWidth();
|
||||
if (!$.support.cssFloat) {
|
||||
$('#idFrameC .insidebloc').width(el - 56);
|
||||
// $('#idFrameC .insidebloc').width(el - 56);
|
||||
}
|
||||
var widthA = Math.round(bodySize.x - el - 10);
|
||||
$('#rightFrame').width(widthA);
|
||||
$('#rightFrame').css('left', $('#idFrameC').width());
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user