Restyling of form listview subtotals

bzr revid: mit@openerp.com-20120713134616-rpntccxdiei562u6
This commit is contained in:
Minh Tran 2012-07-13 15:46:16 +02:00
parent d0f53bea68
commit 5d669143c3
2 changed files with 13 additions and 11 deletions

View File

@ -1,4 +1,4 @@
@charset "utf-8";
@charset "UTF-8";
@font-face {
font-family: "mnmliconsRegular";
src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
@ -34,7 +34,7 @@
background: white;
/* http://www.quirksmode.org/dom/inputfile.html
* http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image
*/ */
*/
}
.openerp a {
text-decoration: none;
@ -1840,18 +1840,18 @@
.openerp .oe_form .oe_subtotal_footer td.oe_form_group_cell_label {
border-right: none;
}
.openerp .oe_form .oe_subtotal_footer .oe_form_field {
width: auto !important;
}
.openerp .oe_form .oe_subtotal_footer .oe_subtotal_footer_separator {
border-top: 1px solid #cacaca;
font-sie: 120%;
font-weight: bold;
font-size: 18px;
}
.openerp .oe_form .oe_subtotal_footer label.oe_subtotal_footer_separator {
font-weight: bold !important;
padding: 2px 8px 2px 0px !important;
}
.openerp .oe_form .oe_subtotal_footer label.oe_form_label_help {
font-weight: normal;
}
.openerp .oe_application .oe_form_sheetbg {
background: url(/web/static/src/img/form_sheetbg.png);
padding: 8px 0;
@ -1993,7 +1993,7 @@
width: 180px;
}
.openerp .oe_form .oe_form_field_float {
width: 180px;
width: 112px;
}
.openerp .oe_form .oe_form_field_date {
width: 7.5em;
@ -2250,6 +2250,7 @@
}
.openerp .oe_list_content > tbody > tr > td.oe_number {
text-align: right !important;
width: 100px;
}
.openerp .oe_list_content > tbody > tr:nth-child(odd) {
background-color: #f0f0fa;

View File

@ -1430,15 +1430,15 @@ $sheet-max-width: 860px
padding: 0 !important
td.oe_form_group_cell_label
border-right: none
.oe_form_field
width: auto !important
.oe_subtotal_footer_separator
border-top: 1px solid #cacaca
font-sie: 120%
font-weight: bold
font-size: 18px
label.oe_subtotal_footer_separator
font-weight: bold !important
padding: 2px 8px 2px 0px !important
label.oe_form_label_help
font-weight: normal
// no sheet in popups
.oe_application
.oe_form_sheetbg
@ -1558,7 +1558,7 @@ $sheet-max-width: 860px
.oe_form_field_integer
width: 180px
.oe_form_field_float
width: 180px
width: 112px
.oe_form_field_date
width: 7.5em
.oe_form_field_datetime
@ -1773,6 +1773,7 @@ $sheet-max-width: 860px
border-width: 0
> td.oe_number
text-align: right !important
width: 100px
> tr:nth-child(odd)
background-color: #f0f0fa
@include vertical-gradient(#f0f0fa, #eeeef6)