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
68534bea
Commit
68534bea
authored
Jul 25, 2017
by
Piotr Gawron
Browse files
alignment of checkboxes in top menu
parent
d70f8f40
Changes
4
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/main/css/global.css
View file @
68534bea
...
...
@@ -440,4 +440,32 @@ table.minerva-window-drug-table, table.minerva-window-drug-table th,
.minerva-overview-button
:hover
{
background-color
:
#01536D
;
transition
:
background-color
0.4s
ease-in-out
0s
;
}
.minerva-top-checkbox-div
{
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
;
}
.minerva-top-checkbox-div
label
{
padding
:
0
15px
0
5px
;
font-size
:
11px
;
line-height
:
35px
;
display
:
inline
;
float
:
left
;
}
.minerva-top-checkbox-div
input
{
margin-top
:
12px
;
display
:
inline
;
float
:
left
;
}
\ No newline at end of file
frontend-js/src/main/js/gui/topMenu/TopMenu.js
View file @
68534bea
...
...
@@ -85,7 +85,7 @@ TopMenu.prototype._createGui = function() {
var
div4checkboxes
=
Functions
.
createElement
({
type
:
"
div
"
,
className
:
"
div4
checkbox
es
"
,
className
:
"
minerva-top-
checkbox
-div
"
,
});
rightHeaderMenuDiv
.
appendChild
(
div4checkboxes
);
...
...
web/src/main/webapp/index.xhtml
View file @
68534bea
...
...
@@ -47,10 +47,10 @@ function initMap(){
</script>
</h:head>
<h:body
onload=
"initMap();"
>
<h:outputStylesheet
library=
"css"
name=
"bootstrap.min.css"
/>
<h:outputStylesheet
library=
"css"
name=
"style.css"
/>
<h:outputStylesheet
library=
"css"
name=
"minerva.css"
/>
<h:outputStylesheet
library=
"css"
name=
"pileup.css"
/>
<h:outputStylesheet
library=
"css"
name=
"bootstrap.min.css"
/>
<h:outputScript
library=
"primefaces"
name=
"jquery/jquery.js"
target=
"head"
/>
<div
id=
"minervaAppDiv"
style=
"height: 100%;width: 100%;margin: 0;"
/>
...
...
web/src/main/webapp/resources/css/style.css
View file @
68534bea
...
...
@@ -1017,10 +1017,6 @@ ui-overlay-visible *{visibility:visible !important;}
.ui-wizard-step-title
{
font-size
:
18px
;
margin
:
0
3px
0
0
;
padding
:
0.4em
;
float
:
left
;}
.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
;}
.div4checkboxes
input
{
margin-top
:
12px
;
display
:
inline
;
float
:
left
;}
.ui-galleria-filmstrip
{
background-color
:
#21BDF1
;
padding
:
2px
;
height
:
68px
;
margin-top
:
0
;}
.ui-galleria-frame
{
border
:
1px
solid
#cccccc
;
height
:
34px
!important
;}
...
...
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