Skip to content
GitLab
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
b3121ef6
Commit
b3121ef6
authored
Apr 26, 2019
by
Robert Lyon
Committed by
Gerrit Code Review
Apr 26, 2019
Browse files
Merge "Bug 1825687: Objectionable material reported option doesn't align"
parents
8668dd5d
0521bf53
Changes
4
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/sass/form/_dropdown.scss
View file @
b3121ef6
...
...
@@ -197,5 +197,10 @@
text-decoration
:
none
;
}
}
>
span
.nolink
{
padding
:
5px
10px
;
display
:
block
;
white-space
:
nowrap
;
}
}
}
htdocs/theme/raw/templates/artefact/artefact.tpl
View file @
b3121ef6
...
...
@@ -94,7 +94,7 @@
{
if
$userisowner
&&
$objectedpage
}
<li>
<span
class=
"nolink"
>
<span
class=
"icon icon-lg icon-flag text-
success
left"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"icon icon-lg icon-flag text-
danger
left"
role=
"presentation"
aria-hidden=
"true"
></span>
{
str
tag
=
objectionreviewonview
}
</span>
</li>
...
...
htdocs/theme/raw/templates/header/pageactions.tpl
View file @
b3121ef6
...
...
@@ -70,7 +70,7 @@
{
if
$userisowner
&&
$objectedpage
}
<li
class=
"dropdown-item"
>
<a
id=
"review_link"
href=
"#"
data-toggle=
"modal"
data-target=
"#review-form"
>
<span
class=
"icon icon-lg icon-flag text-
success
left"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"icon icon-lg icon-flag text-
danger
left"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"link-text"
>
{
str
tag
=
objectionreview
}
</span>
</a>
</li>
...
...
htdocs/theme/raw/templates/view/view.tpl
View file @
b3121ef6
...
...
@@ -123,7 +123,7 @@
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
><span
aria-hidden=
"true"
>
×
</span></button>
<h4
class=
"modal-title"
>
<span
class=
"icon icon-lg icon-flag text-
success
left"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"icon icon-lg icon-flag text-
danger
left"
role=
"presentation"
aria-hidden=
"true"
></span>
{
str
tag
=
objectionreview
}
</h4>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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