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
3b6732ee
Commit
3b6732ee
authored
Aug 23, 2019
by
Robert Lyon
Committed by
Gerrit Code Review
Aug 23, 2019
Browse files
Merge "Bug 1824742: Update the All Tags Checkbox CSS"
parents
c712a7f4
6af4b39e
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/modern/sass/_custom.scss
View file @
3b6732ee
...
...
@@ -36,3 +36,8 @@ button.btn-text:not(:disabled):not(.disabled) {
color
:
inherit
;
}
}
#searchviews_matchalltags_container
{
input
{
margin-top
:
-20px
;
}
}
htdocs/theme/raw/sass/_custom.scss
View file @
3b6732ee
...
...
@@ -647,15 +647,14 @@
}
#searchviews_matchalltags_container
{
width
:
300px
;
margin-left
:
5px
;
margin-top
:
21px
;
width
:
100%
;
margin-top
:
5px
;
label
{
margin-left
:
28px
;
}
input
{
margin-left
:
3px
;
margin-top
:
-
20
px
;
margin-top
:
-
18
px
;
float
:
left
;
width
:
auto
;
height
:
auto
;
...
...
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