o2m form popup hide pager
authorAntony Lesuisse <al@openerp.com>
Fri, 27 Apr 2012 22:47:55 +0000 (00:47 +0200)
committerAntony Lesuisse <al@openerp.com>
Fri, 27 Apr 2012 22:47:55 +0000 (00:47 +0200)
bzr revid: al@openerp.com-20120427224755-3pst1cmnxd6g9dno

addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index 68eb85e..4faee96 100644 (file)
   height: auto;
   line-height: 16px;
 }
+.openerp .oe-select-create-popup-view-form > .oe_formview > .oe_form_pager {
+  display: none;
+}
 .openerp .oe_form .oe_form_title, .openerp .oe_form .oe_form_title input {
   font-size: 20px;
   font-weight: bold;
index 687eb76..08ce0d4 100644 (file)
@@ -1101,21 +1101,6 @@ $colour4: #8a89ba
             min-height: 420px
             border: 1px solid #afafb6
             @include box-shadow(0 0 10px rgba(0,0,0,0.3))
-            //.avatar
-            //    max-height: 52px
-            //.contacts
-            //    li
-            //        float: left
-            //        width: 33%
-            //        margin-bottom: 4px
-            //    .avatar
-            //        height: 40px
-            //        width: 40px
-            //        border: 1px solid
-            //        border-color: #e5e5e5 #dbdbdb #d2d2d2
-            //    .data
-            //        padding: 2px
-            //        line-height: 18px
     // }}}
     // FormView.autolayout {{{
     .oe_form_autolayout
@@ -1378,6 +1363,8 @@ $colour4: #8a89ba
                     li
                         height: auto
                         line-height: 16px
+    .oe-select-create-popup-view-form > .oe_formview > .oe_form_pager
+        display: none
 
     // }}}
     // FormView.classes for openerp views {{{