[IMP] Improve css to hide border and remove images,add an item link from list view.

bzr revid: bth@tinyerp.com-20121019111457-altw97yqg2abp58m
This commit is contained in:
Bhumi Thakkar (Open ERP) 2012-10-19 16:44:57 +05:30
parent 68e66d2dfb
commit 054f6e7965
2 changed files with 22 additions and 7 deletions

View File

@ -2942,11 +2942,12 @@ div.ui-widget-overlay {
display: block;
}
.openerp .oe_application .oe_form_sheet, .openerp .oe_application .oe_form_sheetbg {
border: none;
border: 0px !important;
box-shadow: 0px 0px 0px;
}
.openerp div.oe_mail_wall {
overflow: hidden !important;
.openerp .oe_view_manager_current > .oe_view_manager_header {
border: 0px !important;
box-shadow: 0px 0px 0px;
}
.oe_mail .oe_mail_thread_msg .oe_mail_unread, .oe_mail_fetch_more {
@ -2956,4 +2957,12 @@ div.ui-widget-overlay {
.openerp {
text-shadow: none;
}
.text-core .text-wrap .text-arrow {
background: none;
}
.oe_m2o_drop_down_button img, .oe_form_field_one2many_list_row_add, a.oe_m2o_cm_button, a.oe_e {
display: none;
}
}

View File

@ -2326,13 +2326,19 @@ div.ui-widget-overlay
display: block
.oe_application
.oe_form_sheet, .oe_form_sheetbg
border: none
.openerp div.oe_mail_wall
overflow: hidden !important
border: 0px !important
box-shadow: 0px 0px 0px
.oe_view_manager_current > .oe_view_manager_header
border: 0px !important
box-shadow: 0px 0px 0px
.oe_mail .oe_mail_thread_msg .oe_mail_unread, .oe_mail_fetch_more
display: none
.openerp
text-shadow: none
.text-core .text-wrap .text-arrow
background: none
.oe_m2o_drop_down_button img, .oe_form_field_one2many_list_row_add, a.oe_m2o_cm_button, a.oe_e
display: none
// au BufWritePost,FileWritePost *.sass :!sass --style expanded --line-numbers <afile> > "%:p:r.css"
// vim:tabstop=4:shiftwidth=4:softtabstop=4:fdm=marker: