Design Timeline

This commit is contained in:
Bernd Erk 2014-11-06 23:40:57 +01:00
parent 7aef0581f3
commit 48a4403d6f

View File

@ -700,8 +700,7 @@ table.pivot {
div.timeline-legend { div.timeline-legend {
float: left; float: left;
padding: 0.5em; padding: 0.5em;
border: 1px solid #ccc; border: 1px solid #d9d9d9;
border-radius: 0.5em;
background-color: #eee; background-color: #eee;
h2 { h2 {
@ -714,7 +713,6 @@ div.timeline-legend {
display: inline-block; display: inline-block;
padding: 0.5em; padding: 0.5em;
margin: 0.5em; margin: 0.5em;
border-radius: 0.5em;
span { span {
color: white; color: white;
@ -740,7 +738,7 @@ div.timeline {
text-align: center; text-align: center;
a { a {
color: black; color: @colorTextDefault;
font-size: 0.8em; font-size: 0.8em;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
@ -748,6 +746,8 @@ div.timeline {
&:hover { &:hover {
color: @colorTextDefault; color: @colorTextDefault;
text-decoration: underline;
} }
} }
} }