Skip to Content
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
18289 Представления

Hello all,

Little question about .mt32, .mt16, etc. classes.

Could you please confirm to me that thoses classes are NOT bootstrap classes?

I think that they are only Odoo specific classes? True?

Thanks

In the file odoo-8.0-20160316/openerp/addons/website/static/src/css/website.css, we can find those classes, for example :

.mt32 {
margin-top: 32px !important;
}
.mt16 {
margin-top: 16px !important;
}
.mt8 {
margin-top: 8px !important;
}
Аватар
Отменить
Лучший ответ

Indeed they are. Those are utility classes created by Odoo to help you design the reports and templates

Аватар
Отменить

It is a bit confusing at first; what is bootstrap, what is not...

Related Posts Ответы Просмотры Активность
1
июн. 24
4002
2
мар. 22
9598
0
мар. 15
27464
0
нояб. 18
4296
1
дек. 17
6131