odoo/addons/survey/static/src/css/survey.css

102 lines
2.9 KiB
CSS

.openerp .oe_survey_title {
font-weight: bold;
font-size: 19px;
margin: 8px 0px 8px 0px;
color: #5B5B5B;
}
.openerp .oe_kanban_survey {
width: 240px;
}
.openerp .oe_kanban_survey .oe_kanban_survey_list{
width: 100%;
}
.openerp .oe_kanban_survey .oe_kanban_status,
.openerp .oe_kanban_survey .oe_kanban_status_green,
.openerp .oe_kanban_survey .oe_kanban_status_darkgreen,
.openerp .oe_kanban_survey .oe_kanban_status_red {
display: block;
height: 10px;
width: 10px;
background-color: #dddddd;
border-radius: 5px;
margin-top: 3px;
}
.openerp .oe_kanban_survey .oe_kanban_status_green {
background-color: green;
}
.openerp .oe_kanban_survey .oe_kanban_status_darkgreen {
background-color: darkgreen;
}
.openerp .oe_kanban_survey .oe_kanban_status_red {
background-color: red;
}
.openerp .oe_kanban_survey .oe_inactive {
color: #aaaaaa;
}
.openerp .oe_survey_date_deadline {
white-space: nowrap;
height: 25px;
overflow: hidden;
line-height: 22px;
position: relative;
right: 0px;
top: -6px;
}
.openerp .oe_survey_email_public .oe_survey_url {
margin: 10px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
}
.openerp .oe_survey_email_public .oe_survey_url_label {
margin: 20px 10px 0px 10px;
font-weight: bold;
}
.openerp .oe_survey_email_public_choises {
margin: 20px 10px 0px 10px;
font-weight: bold;
}
.openerp .oe_survey_button {
border-radius: 4px;
padding: 3px 8px 4px 8px;
border: 1px solid #000;
border-width: 1px 1px 0 0;
text-shadow: none;
text-decoration: none !important;
}
.openerp .oe_survey_button, .openerp .oe_form .oe_survey button.oe_highlight {
color: #fff !important;
background-color: #c02c2c;
background-image: -webkit-gradient(linear, left top, left bottom, from(#df3f3f), to(#a21a1a));
background-image: -webkit-linear-gradient(top, #df3f3f, #a21a1a);
background-image: -moz-linear-gradient(top, #df3f3f, #a21a1a);
background-image: -ms-linear-gradient(top, #df3f3f, #a21a1a);
background-image: -o-linear-gradient(top, #df3f3f, #a21a1a);
background-image: linear-gradient(to bottom, #df3f3f, #a21a1a);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(155, 155, 155, 0.4) inset;
}
.openerp .oe_form .oe_survey_answer .oe_form_sheet label {
max-width: 280px;
white-space: normal;
font-weight: bold;
padding-right: 8px;
}
.openerp .oe_form .oe_survey_answer .oe_form_sheet .oe_survey_matrix_of_choices_only_one_ans label,
.openerp .oe_form .oe_survey_answer .oe_form_sheet .oe_survey_multiple_choice_multiple_ans label {
min-width: 240px;
}
.openerp .oe_popup_form .oe_form_sheet.oe_survey {
padding-top: 0;
}
.openerp .oe_survey_fill {
display: none;
}