1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

FAQs now supports submitted questions from anonymous users and improved tag search/urls.

This commit is contained in:
Cameron
2015-03-31 06:26:06 -07:00
parent cae329a1f9
commit 24f2b22e6a
7 changed files with 124 additions and 41 deletions

View File

@@ -9,9 +9,14 @@
margin-top:20px;
margin-left:30px;
}
.faq-submit-question
div.faq-tags { font-size: 80%; text-align:right }
a.faq-submit-question
{
margin-top:20px;
text-align:right;
float: right;
margin-top:-50px;
margin-bottom: 10px;
}
@@ -50,8 +55,9 @@ li.faq-listall-loop
.faq-answer
{
margin:20px;
border:1px solid silver;
background-color: #e3e3e3;
margin:20px 0px;
border:1px solid #DDDDDD;
background-color: #F5F5F5;
padding:10px;
border-radius: 5px;
}