mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 06:58:27 +00:00
moved directory structure
This commit is contained in:
44
utilities/page/question_view/question_view.css
Normal file
44
utilities/page/question_view/question_view.css
Normal file
@@ -0,0 +1,44 @@
|
||||
.qv-body {
|
||||
padding: 13px;
|
||||
}
|
||||
|
||||
|
||||
.qv-input {
|
||||
font-size: 14px;
|
||||
height: 2.5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.qv-text {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.qv-ans-input {
|
||||
height: 5em;
|
||||
}
|
||||
|
||||
.qv-ans-text {
|
||||
color: #444;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
.qv-question-wrapper {
|
||||
}
|
||||
|
||||
.qv-add-answer {
|
||||
width: 50%;
|
||||
margin: 7px 0px;
|
||||
padding: 7px;
|
||||
background-color: #E2E2EE;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.qv-add-answer textarea {
|
||||
height: 17em;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.qv-answer {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user