1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 20:31:41 +02:00

FAQs derived from my original plugin for 0.6/0.7. Work in progress

This commit is contained in:
CaMer0n
2009-11-09 12:57:34 +00:00
parent 6b77edb970
commit 6df8480dc8
13 changed files with 1296 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
.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;
}