odoo/addons/website_forum/static/src/css/website_forum.css

26 lines
325 B
CSS
Raw Normal View History

.box {
padding-left: 8px;
padding-right: 8px;
}
.box span {
font-size: 200%;
font-weight: bold;
}
.question div.pull-left {
margin-right: 14px;
min-width: 80px;
}
.question .question-name {
font-size: 150%;
}
.oe_grey {
background-color: #eeeeee;
}
.img-avatar {
max-width: 50px;
margin-right: 10px;
}