~jfb-tempo-consulting/unifield-web/US-7614

« back to all changes in this revision

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

  • Committer: jf
  • Date: 2020-04-01 09:57:08 UTC
  • mfrom: (4987.3.1 unifield-web)
  • Revision ID: jfb@tempo-consulting.fr-20200401095708-0yiukc1ly17kqg5w
[MERGE] UF16.1rc1
    US-7304 [IMP] Replenishment Rules: formatting v2: new widget html_text

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    font-weight: bold;
87
87
    position: sticky;
88
88
    top: 0;
89
 
    z-index: 1;
90
89
    text-align: center !important;
91
90
}
92
91
 
230
229
    color: #7D7979;
231
230
    font-size: 0.9em;
232
231
}
233
 
 
 
232
.o2m_filter_block {
 
233
    width: 99.5%;
 
234
    border-bottom: 1px solid rgb(153, 153, 153);
 
235
    padding-bottom: 5px;
 
236
}
234
237
.o2m_header_filter td {
235
238
    padding-right: 10px;
236
239
    padding-left: 4px;
 
240
    padding-top: 10px;
 
241
    padding-bottom: 10px;
237
242
}
238
243
.o2m_header_filter img {
239
244
    cursor: pointer;
240
245
}
 
246
 
 
247
.htmlbox {
 
248
    display: flex;
 
249
    align-items: center;
 
250
}
 
251
.warning {
 
252
    margin-right: 3px;
 
253
}
241
254
/**
242
255
 * vim: sts=4 st=4 et
243
256
 *