Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ng6
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
genotoul-bioinfo
ng6
Commits
6c16a1fa
Commit
6c16a1fa
authored
5 years ago
by
Romain Therville
Browse files
Options
Downloads
Plain Diff
Merge branch 'issue#156' into 'master'
#156
correct style See merge request
!77
parents
3f882674
da6b52bd
No related branches found
Branches containing commit
Tags
V3.2.6.2
Tags containing commit
1 merge request
!77
#156 correct style
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ui/nG6/felogin.html
+0
-4
0 additions, 4 deletions
ui/nG6/felogin.html
ui/nG6/template/css/style.css
+7
-5
7 additions, 5 deletions
ui/nG6/template/css/style.css
with
7 additions
and
9 deletions
ui/nG6/felogin.html
+
0
−
4
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>
...
...
This diff is collapsed.
Click to expand it.
ui/nG6/template/css/style.css
+
7
−
5
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment