Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
b877da5e
Commit
b877da5e
authored
May 29, 2019
by
Liam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #1830797: Left-align lang strings
behatnotneeded Change-Id: I90c67b4632d706a284da4d70b50c1bc818621b12
parent
e7773346
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
htdocs/theme/raw/plugintype/module/multirecipientnotification/templates/indexout.tpl
.../module/multirecipientnotification/templates/indexout.tpl
+1
-1
htdocs/theme/raw/sass/_custom.scss
htdocs/theme/raw/sass/_custom.scss
+4
-0
htdocs/theme/raw/sass/features/_notification.scss
htdocs/theme/raw/sass/features/_notification.scss
+5
-0
No files found.
htdocs/theme/raw/plugintype/module/multirecipientnotification/templates/indexout.tpl
View file @
b877da5e
...
...
@@ -23,7 +23,7 @@
</button>
<div
class=
"activity-buttons dropdown-menu"
role=
"menu"
>
<button
class=
"
dropdown-item
btn btn-link btn-link-danger"
data-action=
"deleteselected"
>
<button
class=
"btn btn-link btn-link-danger"
data-action=
"deleteselected"
>
{
str
tag
=
'delete'
}
</button>
...
...
htdocs/theme/raw/sass/_custom.scss
View file @
b877da5e
...
...
@@ -848,3 +848,7 @@ div.form-group .form-control-label {
top
:
0
;
margin-right
:
5px
;
}
a
.online-users
{
text-align
:
left
;
}
htdocs/theme/raw/sass/features/_notification.scss
View file @
b877da5e
...
...
@@ -17,6 +17,11 @@
@include
media-breakpoint-up
(
sm
)
{
float
:
left
;
}
.activity-buttons
{
.btn
{
text-align
:
left
;
}
}
}
.form-select-filter
{
margin-top
:
10px
;
...
...
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