Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jabis Sev贸n
/
esm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b8f38a38
authored
2016-08-16 20:28:26 +0200
by
Rafal Wilinski
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Better active timespan handling
1 parent
054cc976
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
index.html
index.html
View file @
b8f38a3
...
...
@@ -26,6 +26,10 @@
span
{
cursor
:
pointer
;
font-size
:
10px
;
margin-left
:
5px
;
border
:
1px
solid
#DDD
;
padding
:
3px
10px
4px
10px
;
}
canvas
{
...
...
@@ -34,7 +38,7 @@
}
.active
{
text-decoration
:
underlin
e
;
background
:
#eeeee
e
;
}
.stats-column
{
...
...
@@ -70,7 +74,7 @@
<body>
<div
style=
"width: 600px; margin: auto"
>
<div
class=
"header"
>
<
span><b>
Express Status
</b></span
>
<
b>
Express Status
</b
>
<div
id=
"span-controls"
class=
"span-controls"
>
</div>
</div>
...
...
@@ -278,6 +282,7 @@
spanNode
.
onclick
=
onSpanChange
;
spanControls
.
appendChild
(
spanNode
);
});
document
.
getElementsByTagName
(
'span'
)[
0
].
classList
.
add
(
'active'
);
}
});
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment