Merge pull request #1626 from koala-lava/patch-6
consistent CSS for the task and the solution
This commit is contained in:
commit
f8e8fd1d0d
1 changed files with 14 additions and 4 deletions
|
@ -2,6 +2,10 @@
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.minutes {
|
.minutes {
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
@ -20,9 +24,15 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip {
|
#tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: #eee;
|
padding: 10px 20px;
|
||||||
border: 1px brown solid;
|
border: 1px solid #b3c9ce;
|
||||||
padding: 3px;
|
border-radius: 4px;
|
||||||
|
text-align: center;
|
||||||
|
font: italic 14px/1.3 sans-serif;
|
||||||
|
color: #333;
|
||||||
|
background: #fff;
|
||||||
|
z-index: 100000;
|
||||||
|
box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue