[IMP] Improve css to hide scroll in mail threads and remove text shadow.

bzr revid: bth@tinyerp.com-20121019063730-cx2axh9cgbego6o0
This commit is contained in:
Bhumi Thakkar (Open ERP) 2012-10-19 12:07:30 +05:30
parent 88f599e3fd
commit 479627856c
2 changed files with 18 additions and 0 deletions

View 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;
}
}

View 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: