~unifield-team/unifield-web/uf16

« back to all changes in this revision

Viewing changes to addons/openerp/static/css/listgrid.css

  • Committer: jf
  • Date: 2020-02-25 13:46:06 UTC
  • mfrom: (4985.1.5 web-rr-formatting)
  • Revision ID: jfb@tempo-consulting.fr-20200225134606-c3swwmsihy62rsvg
US-6490: Replenishment Rules formatting

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    cursor: pointer;
82
82
}
83
83
 
 
84
.o2m-sticky th {
 
85
    background: url(../images/gradientlinebg.gif);
 
86
    font-weight: bold;
 
87
    position: sticky;
 
88
    top: 0;
 
89
    z-index: 1;
 
90
    text-align: center !important;
 
91
}
 
92
 
 
93
.o2m-sticky td {
 
94
    text-align: center !important;
 
95
}
 
96
.o2m-sticky input {
 
97
    text-align: center !important;
 
98
}
 
99
.o2m-sticky select {
 
100
    text-align: center !important;
 
101
}
 
102
 
 
103
.o2m-sticky input.datetime {
 
104
    text-align: left !important;
 
105
}
 
106
 
84
107
.grid-row .grid-cell {
85
108
    border-bottom: 1px solid #E3E3E3;
86
109
}