Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
c51317fd
Commit
c51317fd
authored
Mar 07, 2019
by
Piotr Gawron
Browse files
css must be more specific after changes in css files loading order
parent
4936ebf3
Pipeline
#9139
passed with stage
in 9 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
c51317fd
...
...
@@ -5,6 +5,7 @@ minerva (12.2.0~beta.3) unstable; urgency=medium
*
Bug
fix
:
proper
id
is
used
in
list
of
publications
when
publication
id
is
invalid
(#
735
)
*
Bug
fix
:
closing
Add
Project
window
was
taking
infinity
(#
734
)
*
Bug
fix
:
align
of
checkboxes
in
top
right
corner
fixed
(#
733
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Wed
,
6
Mar
2019
17
:
00
:
00
+
0200
...
...
frontend-js/src/main/css/global.css
View file @
c51317fd
...
...
@@ -610,7 +610,7 @@ Plugin tabs
float
:
left
;
}
.minerva-top-checkbox-div
input
{
.minerva-top-checkbox-div
input
[
type
=
checkbox
]
{
margin-top
:
12px
;
display
:
inline
;
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