[IMP] Improve css to hide scroll in mail threads and remove text shadow.
authorBhumi Thakkar (Open ERP) <bth@tinyerp.com>
Fri, 19 Oct 2012 06:37:30 +0000 (12:07 +0530)
committerBhumi Thakkar (Open ERP) <bth@tinyerp.com>
Fri, 19 Oct 2012 06:37:30 +0000 (12:07 +0530)
bzr revid: bth@tinyerp.com-20121019063730-cx2axh9cgbego6o0

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

index 56369e1..8234c26 100644 (file)
@@ -2944,4 +2944,16 @@ div.ui-widget-overlay {
   .openerp .oe_application .oe_form_sheet, .openerp .oe_application .oe_form_sheetbg {
     border: none;
   }
+
+  .openerp div.oe_mail_wall {
+    overflow: hidden !important;
+  }
+
+  .oe_mail .oe_mail_thread_msg .oe_mail_unread, .oe_mail_fetch_more {
+    display: none;
+  }
+
+  .openerp {
+    text-shadow: none;
+  }
 }
index 0a3d942..128fdf8 100644 (file)
@@ -2327,6 +2327,12 @@ div.ui-widget-overlay
         .oe_application
             .oe_form_sheet, .oe_form_sheetbg
                 border: none
+    .openerp div.oe_mail_wall
+        overflow: hidden !important
 
+    .oe_mail .oe_mail_thread_msg .oe_mail_unread, .oe_mail_fetch_more
+        display: none
+    .openerp
+        text-shadow: none
 // au BufWritePost,FileWritePost *.sass :!sass --style expanded --line-numbers <afile> > "%:p:r.css"
 // vim:tabstop=4:shiftwidth=4:softtabstop=4:fdm=marker: