Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
6c16a1fa
Commit
6c16a1fa
authored
Jan 09, 2020
by
Romain Therville
☕
Browse files
Merge branch 'issue#156' into 'master'
#156
correct style See merge request
!77
parents
3f882674
da6b52bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/nG6/felogin.html
View file @
6c16a1fa
...
...
@@ -50,8 +50,6 @@
<div
class=
"sub-content sc-top-bottom"
>
<div
class=
"ng6-content-header-left"
>
<h2>
###STATUS_HEADER###
</h2>
<p>
###STATUS_MESSAGE###
</p>
<!-- ###LOGIN_FORM### -->
<form
action=
"###ACTION_URI###"
target=
"_top"
method=
"post"
onsubmit=
"###ON_SUBMIT###"
class=
"form-horizontal"
>
<fieldset>
...
...
@@ -130,8 +128,6 @@
<div
class=
"sub-content sc-top-bottom"
>
<div
class=
"ng6-content-header-left"
>
<h2>
###STATUS_HEADER###
</h2>
<p>
###STATUS_MESSAGE###
</p>
<!-- ###LOGIN_FORM### -->
<form
action=
"###ACTION_URI###"
target=
"_top"
method=
"post"
onsubmit=
"###ON_SUBMIT###"
class=
"form-horizontal"
>
<fieldset>
...
...
ui/nG6/template/css/style.css
View file @
6c16a1fa
...
...
@@ -68,20 +68,22 @@ a img { border: 0; }
}
.ng6-content-header-left
{
box-shadow
:
-4px
0
5px
-5px
grey
,
5px
0
5px
-6px
grey
;
box-shadow
:
-4px
0
5px
-5px
grey
,
5px
0
5px
-6px
grey
;
margin
:
0
;
margin-left
:
10px
;
margin-right
:
20px
;
padding
:
10px
;
width
:
375
px
;
width
:
400
px
;
height
:
275px
;
text-align
:
justify
;
float
:
left
;
background-color
:
#FaFaFa
;
}
.ng6-content-header-right
{
box-shadow
:
-4px
0
5px
-5px
grey
,
5px
0
5px
-6px
grey
;
box-shadow
:
-4px
0
5px
-5px
grey
,
5px
0
5px
-6px
grey
;
margin
:
0
;
padding
:
10px
;
width
:
625
px
;
width
:
710
px
;
text-align
:
justify
;
float
:
left
;
background-color
:
#FaFaFa
;
...
...
@@ -143,7 +145,7 @@ a img { border: 0; }
padding
:
0
;
margin-left
:
auto
;
margin-right
:
auto
;
width
:
1
3
00px
;
width
:
1
0
00px
;
color
:
#BBBABA
;
display
:
block
;
line-height
:
1.5em
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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