Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
294c3281
Commit
294c3281
authored
4 years ago
by
Fabien MAREUIL
Browse files
Options
Downloads
Patches
Plain Diff
help section
parent
379bcb45
No related branches found
No related tags found
1 merge request
!29
Prepare for v1.1.0
Pipeline
#47066
failed
4 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ippisite/ippidb/static/css/targetcentric.css
+29
-1
29 additions, 1 deletion
ippisite/ippidb/static/css/targetcentric.css
ippisite/ippidb/templates/targetcentric_networks.html
+13
-1
13 additions, 1 deletion
ippisite/ippidb/templates/targetcentric_networks.html
with
42 additions
and
2 deletions
ippisite/ippidb/static/css/targetcentric.css
+
29
−
1
View file @
294c3281
...
...
@@ -165,4 +165,32 @@ Description: IPPI-DB targetcentric Theme
.dropdown
:hover
.dropdown-content
{
display
:
block
;}
.dropdown
:hover
.dropbtn
{
background-color
:
#ddd
;}
\ No newline at end of file
.dropdown
:hover
.dropbtn
{
background-color
:
#ddd
;}
a
.infobulle
{
color
:
#ccc
;
}
a
.infobulle
:hover
,
a
.infobulle
:focus
{
color
:
#17a2b8
;
}
a
.infobulle
span
{
position
:
absolute
;
color
:
white
;
margin-top
:
23px
;
margin-left
:
0px
;
background
:
rgba
(
0
,
0
,
0
,
.9
);
padding
:
15px
;
border-radius
:
3px
;
box-shadow
:
0
0
2px
rgba
(
0
,
0
,
0
,
.5
);
transform
:
scale
(
0
)
rotate
(
-12deg
);
transition
:
all
.25s
;
opacity
:
0
;
z-index
:
3
;
}
a
.infobulle
:hover
span
,
a
.infobulle
:focus
span
{
transform
:
scale
(
1
)
rotate
(
0
);
opacity
:
1
;
}
This diff is collapsed.
Click to expand it.
ippisite/ippidb/templates/targetcentric_networks.html
+
13
−
1
View file @
294c3281
...
...
@@ -17,8 +17,9 @@
</div>
</nav>
<div
class=
"card"
>
<div
class=
"input-group"
>
<div
class=
"btn-group
mr-3
"
>
<div
class=
"btn-group"
>
<button
type=
"button"
class=
"btn btn-info dropdown-toggle"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Select a threshold (multiplied by standard deviation)
</button>
...
...
@@ -28,6 +29,17 @@
{% endfor %}
</div>
</div>
<p>
<a
class=
"infobulle"
href=
'#'
>
<i
class=
"fas fa-question-circle fa-2x m-1 mt-3"
></i>
<span>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas pulvinar ornare hendrerit.
Phasellus urna neque, vehicula in eleifend ut, aliquam quis nunc. Nam dapibus lobortis nulla id faucibus.
Morbi rhoncus libero at lectus iaculis sagittis. Phasellus egestas enim odio, porta lobortis neque sodales
vitae. Fusce molestie posuere ultricies. Sed interdum ipsum vel metus condimentum, ac vehicula enim molestie.
Nunc pharetra tortor ullamcorper lacinia viverra. Pellentesque in tempor mauris. Integer convallis urna a
ligula ultricies venenatis. Duis ut congue magna.
</span>
</a>
</p>
<input
id=
"id_search"
name=
"search"
class=
"form-control"
type=
"text"
placeholder=
"Cavity"
aria-label=
"Search"
>
<div
class=
"input-group-append"
>
<button
type=
"button"
class=
"btn btn-outline-secondary search-button"
><i
class=
"fas fa-search"
></i></button>
...
...
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