mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 11:04:38 +01:00
58 lines
522 B
CSS
58 lines
522 B
CSS
|
|
|
|
.faq-start
|
|
{
|
|
|
|
}
|
|
.faq-submit-question-container
|
|
{
|
|
margin-top:20px;
|
|
margin-left:30px;
|
|
}
|
|
.faq-submit-question
|
|
{
|
|
margin-top:20px;
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
.faq-submit-question-form
|
|
{
|
|
margin-top:20px;
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
.faq-search
|
|
{
|
|
padding:20px;
|
|
}
|
|
|
|
.faq-listall-category
|
|
{
|
|
|
|
}
|
|
|
|
.faq-listall-container
|
|
{
|
|
|
|
}
|
|
|
|
li.faq-listall-loop
|
|
{
|
|
list-style: circle outside;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.faq-question
|
|
{
|
|
|
|
|
|
}
|
|
|
|
.faq-answer
|
|
{
|
|
margin:20px;
|
|
border:1px solid silver;
|
|
background-color: #e3e3e3;
|
|
padding:10px;
|
|
}
|