Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,688
Issues
1,688
List
Boards
Labels
Service Desk
Milestones
Merge Requests
84
Merge Requests
84
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
0a7801ce
Commit
0a7801ce
authored
Mar 24, 2017
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
segmenter_page (html, css): more meaningful 'export FASTA' button, more logic placement
parent
f4a9df7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
browser/css/segmenter_page.css
browser/css/segmenter_page.css
+6
-1
browser/segmenter_page.html
browser/segmenter_page.html
+1
-1
No files found.
browser/css/segmenter_page.css
View file @
0a7801ce
...
@@ -1933,7 +1933,7 @@ textarea {
...
@@ -1933,7 +1933,7 @@ textarea {
resize
:
none
;
resize
:
none
;
margin-top
:
2%
;
margin-top
:
2%
;
height
:
65%
;
height
:
65%
;
width
:
98
%
;
width
:
100
%
;
}
}
#scatter_panel
{
#scatter_panel
{
-webkit-flex
:
2
32%
;
-webkit-flex
:
2
32%
;
...
@@ -1991,4 +1991,9 @@ textarea {
...
@@ -1991,4 +1991,9 @@ textarea {
.big-icon
{
.big-icon
{
font-size
:
250%
;
font-size
:
250%
;
}
#btn_exportfasta
{
position
:
absolute
;
right
:
10px
;
}
}
\ No newline at end of file
browser/segmenter_page.html
View file @
0a7801ce
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<textarea
autofocus
id=
"form_sequences"
name=
"sequences"
rows=
"10"
cols=
"80"
placeholder=
"Enter up to 10 sequences in FASTA format..."
></textarea>
<textarea
autofocus
id=
"form_sequences"
name=
"sequences"
rows=
"10"
cols=
"80"
placeholder=
"Enter up to 10 sequences in FASTA format..."
></textarea>
<div
id=
"bottom_form"
>
<div
id=
"bottom_form"
>
<input
id=
"form_submit"
type=
"button"
value=
"Submit"
/>
<input
id=
"form_submit"
type=
"button"
value=
"Submit"
/>
<button
id=
"btn_exportfasta"
class=
"btn_feature"
>
Export to FASTA
</button>
<button
id=
"btn_exportfasta"
class=
"btn_feature"
>
Export
results
to FASTA
</button>
</div>
</div>
</form>
</form>
<p
id=
"copyright"
>
reference:
<a
href=
"http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0166126"
>
(Duez, 2016)
</a></p>
<p
id=
"copyright"
>
reference:
<a
href=
"http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0166126"
>
(Duez, 2016)
</a></p>
...
...
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