Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
df-aggregator
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oleksandr Barabash
df-aggregator
Commits
a0a98904
Commit
a0a98904
authored
Nov 14, 2020
by
Corey Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed clider transparency
parent
12c0afa7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
9 deletions
+17
-9
style.css
static/style.css
+5
-0
cesium.tpl
views/cesium.tpl
+12
-9
No files found.
static/style.css
View file @
a0a98904
...
@@ -263,6 +263,11 @@ input:checked + .switchslider:before {
...
@@ -263,6 +263,11 @@ input:checked + .switchslider:before {
position
:
relative
;
position
:
relative
;
display
:
block
;
display
:
block
;
z-index
:
1
;
z-index
:
1
;
opacity
:
0.5
;
}
.tooltip
:hover
{
opacity
:
1.0
;
}
}
.tooltip
.tooltiptext
{
.tooltip
.tooltiptext
{
...
...
views/cesium.tpl
View file @
a0a98904
...
@@ -58,6 +58,18 @@
...
@@ -58,6 +58,18 @@
<div
class=
"slidecontainer"
>
<div
class=
"slidecontainer"
>
<!-- <form action="/" method="post"> -->
<!-- <form action="/" method="post"> -->
<div
class=
"tooltip"
>
<div
class=
"tooltip"
>
<span>
<span
class=
"slidetitle"
><h4>
Enable Receiver:
</h4></span>
<span
class=
"slidespan"
style=
"text-align:left;width: 100px;margin: 5px;"
>
<!-- Rounded switch -->
<label
class=
"switch"
>
<input
id=
"rx_en"
name=
"rx_en"
{
{
rx_state
}
}
type=
"checkbox"
>
<span
class=
"switchslider round"
></span>
</label></span>
</span>
<span
class=
"tooltiptext"
>
Enables or disables capturing intersections.
</span>
</div>
<div
class=
"tooltip"
>
<!-- <span class="slidetitle"><h4>Min Power:</h4></span> -->
<!-- <span class="slidetitle"><h4>Min Power:</h4></span> -->
<span
class=
"tooltiptext"
>
Minimum Power:
<br>
<span
class=
"tooltiptext"
>
Minimum Power:
<br>
Minimun power level to record an intersection.Does not affect historical data.
</span>
Minimun power level to record an intersection.Does not affect historical data.
</span>
...
@@ -86,15 +98,6 @@
...
@@ -86,15 +98,6 @@
<span
class=
"slidevalue"
id=
"minpoints"
></span>
<span
class=
"slidevalue"
id=
"minpoints"
></span>
</div>
</div>
<div
style=
"width: 300px"
>
<div
style=
"width: 300px"
>
<span>
<span
class=
"slidetitle"
><h4>
Enable Receiver:
</h4></span>
<span
class=
"slidespan"
style=
"text-align:left;width: 100px;margin: 5px;"
>
<!-- Rounded switch -->
<label
class=
"switch"
>
<input
id=
"rx_en"
name=
"rx_en"
{
{
rx_state
}
}
type=
"checkbox"
>
<span
class=
"switchslider round"
></span>
</label></span>
</span>
<span
class=
"tooltip"
>
<span
class=
"tooltip"
>
<span
class=
"slidetitle"
><h4>
Plot All Intersect Points:
</h4></span>
<span
class=
"slidetitle"
><h4>
Plot All Intersect Points:
</h4></span>
<span
class=
"slidespan"
style=
"text-align:left; width: 100px;margin: 5px;"
>
<span
class=
"slidespan"
style=
"text-align:left; width: 100px;margin: 5px;"
>
...
...
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