Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
283096c3
Commit
283096c3
authored
Apr 28, 2016
by
Aaron Wells
Committed by
Gerrit Code Review
Apr 28, 2016
Browse files
Merge "Bug 1571848: Adding stying to deleted post message"
parents
69cd4f76
b1ec6f43
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/plugintype/interaction/forum/templates/post.tpl
View file @
283096c3
{
if
$post
->
deleted
}
<p
class=
"deletedpost"
>
<p
class=
"deletedpost"
style=
"margin-left:auto; margin-right:0px; width:
{
$width
}
%"
>
{
if
$post
->
deletedcount
>
1
}
{
str
tag
=
"postsbyuserweredeleted"
section
=
"interaction.forum"
args
=
array
(
$post
->
deletedcount
,
display_name
(
$post
->
poster
))
}
{
else
}
...
...
htdocs/theme/raw/sass/features/_forum-post.scss
View file @
283096c3
...
...
@@ -39,4 +39,13 @@
background
:
#f9f9f9
!
important
;
}
}
}
.deletedpost
{
margin-top
:
0
;
font-style
:
italic
;
padding
:
5px
10px
;
color
:
#666
;
background
:
#F4F4F4
;
border-radius
:
5px
;
}
\ No newline at end of file
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