Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
d70f8f40
Commit
d70f8f40
authored
Jul 25, 2017
by
Piotr Gawron
Browse files
show overview font fixed
parent
8b674e9c
Changes
3
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/main/css/global.css
View file @
d70f8f40
...
...
@@ -420,4 +420,24 @@ table.minerva-window-drug-table, table.minerva-window-drug-table th,
.minerva-annotation-row-even
{
padding
:
5px
;
background-color
:
#ffffff
;
}
.minerva-overview-button
{
color
:
#FFFFFF
;
height
:
36px
;
line-height
:
35px
;
padding
:
0
18px
;
margin
:
0
;
border
:
none
;
background-color
:
#017DA7
;
font-size
:
13px
;
font-weight
:
900
;
border-right
:
1px
solid
#9DE1F8
;
cursor
:
pointer
;
transition
:
background-color
0.4s
ease-in-out
0s
;
}
.minerva-overview-button
:hover
{
background-color
:
#01536D
;
transition
:
background-color
0.4s
ease-in-out
0s
;
}
\ No newline at end of file
frontend-js/src/main/js/gui/topMenu/TopMenu.js
View file @
d70f8f40
...
...
@@ -69,9 +69,9 @@ TopMenu.prototype._createGui = function() {
var
showOverviewButton
=
Functions
.
createElement
({
type
:
"
button
"
,
className
:
"
overview
_
button
"
,
className
:
"
minerva-
overview
-
button
"
,
name
:
"
showOverviewButton
"
,
content
:
"
<i class='fa fa-sitemap' style='font-size:18px; font-weight:400; padding-right:10px;'
/
>SHOW OVERVIEW
"
,
content
:
"
<i class='fa fa-sitemap' style='font-size:18px; font-weight:400; padding-right:10px;'
></i><span
>SHOW OVERVIEW
</span>
"
,
style
:
"
display:none
"
,
});
showOverviewDiv
.
appendChild
(
showOverviewButton
);
...
...
web/src/main/webapp/resources/css/style.css
View file @
d70f8f40
...
...
@@ -1016,9 +1016,6 @@ ui-overlay-visible *{visibility:visible !important;}
.ui-wizard-nav-next
{
float
:
right
;}
.ui-wizard-step-title
{
font-size
:
18px
;
margin
:
0
3px
0
0
;
padding
:
0.4em
;
float
:
left
;}
.overview_button
{
color
:
#FFFFFF
;
height
:
36px
;
line-height
:
35px
;
padding
:
0
18px
;
margin
:
0
;
border
:
none
;
background-color
:
#017DA7
;
font-size
:
13px
;
font-weight
:
900
;
border-right
:
1px
solid
#9DE1F8
;
cursor
:
pointer
;
transition
:
background-color
0.4s
ease-in-out
0s
;
}
.overview_button
:hover
{
background-color
:
#01536D
;
transition
:
background-color
0.4s
ease-in-out
0s
;
}
.rightHeaderMenu
{
height
:
36px
;
line-height
:
35px
;
font-size
:
13px
;
font-weight
:
900
;
color
:
#ffffff
;
display
:
inline
;
width
:
auto
;
float
:
right
}
.div4checkboxes
{
height
:
36px
;
vertical-align
:
top
;
font-size
:
13px
;
font-weight
:
900
;
color
:
#ffffff
;
display
:
inline
;
width
:
auto
;
float
:
left
;
text-align
:
left
;
padding
:
0
0
0
15px
;
margin
:
0
;}
.div4checkboxes
label
{
padding
:
0
15px
0
5px
;
font-size
:
11px
;
line-height
:
35px
;
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