Skip to content
Snippets Groups Projects
Commit 40fdfbce authored by llaffont's avatar llaffont
Browse files

Amélioration affichage popup EPub

parent 8c788402
Branches
Tags
No related merge requests found
......@@ -106,6 +106,7 @@ class Admin_OpdsController extends ZendAfi_Controller_Action {
$catalog = $catalog->newForEntry($this->_getParam('feed'));
$this->view->titre = $this->view->_('Prévisualisation');
$this->view->entry=$catalog->getEntry($this->_getParam('entry'));
}
......
......@@ -1140,3 +1140,10 @@ span.ui-dialog-title {
.image-loading-status {
background: url(../images/patience.gif) no-repeat top left;
}
/** monocle preview epub */
div#reader {
min-width: 700px;
}
\ No newline at end of file
......@@ -58,9 +58,10 @@
cursor: pointer;
}
.image-loading-status a[data-popup="true"] {
background:url(../images/patience.gif) no-repeat top left;
background:url(../images/patience.gif) no-repeat center left;
padding-left: 16px;
margin-right: -16px;
}
.image-loading-status {
......
#reader {
width: 100%;
height: 600px;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment