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
3c2f29a1
Commit
3c2f29a1
authored
Oct 12, 2017
by
Robert Lyon
Committed by
Gerrit Code Review
Oct 12, 2017
Browse files
Merge "Bug 1721868: Fixing alignment of reports -> config -> columns labels"
parents
9953b168
096c7211
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/sass/_custom.scss
View file @
3c2f29a1
...
...
@@ -512,6 +512,13 @@
}
.checkbox.form-group
{
padding
:
10px
0
;
label
{
padding-left
:
20px
;
display
:
inline
;
}
input
[
type
=
checkbox
]
{
float
:
left
;
}
}
}
...
...
htdocs/theme/raw_old/sass/_custom.scss
View file @
3c2f29a1
...
...
@@ -512,6 +512,13 @@
}
.checkbox.form-group
{
padding
:
10px
0
;
label
{
padding-left
:
20px
;
display
:
inline
;
}
input
[
type
=
checkbox
]
{
float
:
left
;
}
}
}
...
...
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