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
94e1e9a4
Commit
94e1e9a4
authored
Feb 04, 2016
by
Robert Lyon
Committed by
Gerrit Code Review
Feb 04, 2016
Browse files
Merge "Fixed the layout of the buttons on comment blocks - Bug #1530691"
parents
d3c986c6
733709f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/plugintype/artefact/comment/templates/commentlist.tpl
View file @
94e1e9a4
...
...
@@ -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 @
94e1e9a4
...
...
@@ -187,6 +187,7 @@ h4.list-group-item-heading {
}
.list-group-item-heading
{
margin
:
0
;
width
:
50%
;
&
.middle
{
margin
:
10px
0
;
}
...
...
Write
Preview
Supports
Markdown
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