Updated stylesheet
This commit is contained in:
committed by
Pete Richards
parent
05290593e9
commit
9f4f771774
27
platform/features/imagery-timeline/res/css/timeline.css
Normal file
27
platform/features/imagery-timeline/res/css/timeline.css
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
.imagery-timeline {
|
||||||
|
height: auto;
|
||||||
|
background-color: black;
|
||||||
|
overflow: auto;
|
||||||
|
white-space: nowrap;
|
||||||
|
padding:5px;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-img {
|
||||||
|
height: 100px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-entry {
|
||||||
|
white-space: nowrap;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline-entry p {
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user