mirror of
https://github.com/e107inc/e107.git
synced 2025-02-15 12:05:23 +01:00
66 lines
690 B
CSS
66 lines
690 B
CSS
|
|
|
|
.faq-start
|
|
{
|
|
|
|
}
|
|
.faq-submit-question-container
|
|
{
|
|
margin-top:20px;
|
|
margin-left:30px;
|
|
}
|
|
|
|
div.faq-tags { font-size: 80%; text-align:right }
|
|
|
|
a.faq-submit-question
|
|
{
|
|
text-align:right;
|
|
float: right;
|
|
margin-top:-50px;
|
|
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-question.faq-new { font-weight: bold; }
|
|
|
|
.faq-answer
|
|
{
|
|
margin:20px 0px;
|
|
border:1px solid #DDDDDD;
|
|
background-color: #F5F5F5;
|
|
padding:10px;
|
|
border-radius: 5px;
|
|
}
|