Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
storyshare_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Repository Analytics
Value Stream Analytics
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
goodmorning
storyshare
storyshare_www_encrypt
Commits
c89a2ae6
Commit
c89a2ae6
authored
May 16, 2018
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
cf30e098
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
0 deletions
+55
-0
admin/controllers/support/faq.php
admin/controllers/support/faq.php
+0
-0
admin/views/defaultTheme/support/faq_item.html
admin/views/defaultTheme/support/faq_item.html
+55
-0
No files found.
admin/controllers/support/faq.php
View file @
c89a2ae6
No preview for this file type
admin/views/defaultTheme/support/faq_item.html
0 → 100644
View file @
c89a2ae6
<style>
.mailbox-read-message
h1
{
display
:
block
;
margin-top
:
30px
;
margin-bottom
:
5px
;
line-height
:
30px
;
border-left
:
5px
solid
#605ca8
;
border-bottom
:
1px
solid
#f2f2f2
;
padding
:
0
10px
1px
;
font-size
:
22px
;
color
:
#333
;
}
.mailbox-read-message
h2
{
display
:
block
;
margin-top
:
30px
;
margin-bottom
:
5px
;
line-height
:
30px
;
border-left
:
5px
solid
#605ca8
;
border-bottom
:
1px
solid
#f2f2f2
;
padding
:
0
10px
1px
;
font-size
:
18px
;
color
:
#333
;
}
.mailbox_read_message
p
{
line-height
:
24px
;
padding
:
10px
;
font-size
:
13px
;
text-align
:
justify
;
color
:
#1a1a1a
;
-webkit-font-smoothing
:
antialiased
;
font-smoothing
:
antialiased
;
text-rendering
:
optimizeLegibility
;
}
</style>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"box box-primary"
>
<!-- /.box-header -->
<div
class=
"box-body no-padding"
>
<div
class=
"mailbox-read-info"
>
<h3>
<?=$item->title?>
</h3>
</div>
<!-- /.mailbox-controls -->
<div
class=
"mailbox-read-message"
>
<?=$item->content?>
</div>
<!-- /.mailbox-read-message -->
</div>
<!-- /.box-footer -->
</div>
<!-- /. box -->
</div>
<!-- /.col -->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment