odoo/addons/lunch/static/src/css/lunch_style.css

61 lines
1.1 KiB
CSS

.openerp .oe_lunch_view {
}
.openerp .oe_lunch_30pc {
width: 33%;
display: inline-block;
vertical-align: top;
}
.openerp .oe_lunch_title {
font-weight: bold;
font-size: 17px;
margin-left: 10px;
color: #7C7BAD;
}
.openerp .oe_lunch_vignette {
padding: 8px;
min-height: 50px;
border: 1px solid;
border-color: grey;
margin-right: 12px;
margin-bottom: 5px;
-moz-border-radius: 15px;
border-radius: 15px;
box-shadow: grey 1.5px 1.5px 1.5px;
}
.openerp .oe_small_textarea>textarea {
min-height: 20px;
height: 20px;
color: red;
}
.openerp .oe_lunch_button {
margin: 0px;
padding: 0px;
text-align: right;
width: 29%;
min-width: 55px;
max-width: 30%;
display: inline-block;
}
.openerp .oe_lunch_note {
margin: 0px;
padding: 0px;
margin-top: 4px;
text-align: left;
font-style: italic;
color: #686464;
display: inline-block;
}
.openerp .oe_lunch_text {
font-size: 15px;
font-style: bold;
width: 69%;
max-width: 70%;
display: inline-block;
}