[IMP] remove pager buttons instead of disabling them if no previous/next page

bzr revid: xmo@openerp.com-20131203102158-j9w9gkceyzec6ats
This commit is contained in:
Xavier Morel 2013-12-03 11:21:58 +01:00
parent 771394ef9a
commit 950f7495b5
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,3 @@
@charset "utf-8";
/* ---- CKEditor Minimal Reset ---- */
.navbar.navbar-inverse .cke_chrome {
border: none;
@ -199,6 +198,10 @@ ul.oe_menu_editor .disclose {
visibility: visible !important;
}
.existing-attachments .pager .disabled {
display: none;
}
.cke_widget_wrapper {
position: static !important;
}

View File

@ -161,6 +161,9 @@ ul.oe_menu_editor
display: inline-block !important
visibility: visible !important
.existing-attachments .pager .disabled
display: none
// wrapper positioned relatively for drag&drop widget which is disabled below.
// Breaks completely horribly crazy products listing page, so take it out.
.cke_widget_wrapper