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
733709f6
Commit
733709f6
authored
Feb 03, 2016
by
Liam Sharpe
Committed by
Robert Lyon
Feb 03, 2016
Browse files
Fixed the layout of the buttons on comment blocks - Bug #1530691
behatnotneeded Change-Id: I0b1b3fe606cb16685c63c46552c0edeefb81e240
parent
c550b35f
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/plugintype/artefact/comment/templates/commentlist.tpl
View file @
733709f6
...
...
@@ -23,7 +23,7 @@
<span
class=
"postedon text-small"
>
{
$item
->
date
}
{
if
$item
->
updated
}
[
{
str
tag
=
Updated
}
:
{
$item
->
updated
}
]
<p
class=
"metadata"
>
[
{
str
tag
=
Updated
}
:
{
$item
->
updated
}
]
</p>
{/
if
}
</span>
{
if
$item
->
ratingdata
}
...
...
htdocs/theme/raw/sass/components/_list-group.scss
View file @
733709f6
...
...
@@ -187,6 +187,7 @@ h4.list-group-item-heading {
}
.list-group-item-heading
{
margin
:
0
;
width
:
50%
;
&
.middle
{
margin
:
10px
0
;
}
...
...
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