Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
55693fa8
Commit
55693fa8
authored
May 30, 2019
by
Robert Lyon
Committed by
Gerrit Code Review
May 30, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug #1830797: Left-align lang strings"
parents
96209c8c
b877da5e
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 @
55693fa8
...
...
@@ -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 @
55693fa8
...
...
@@ -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 @
55693fa8
...
...
@@ -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