mirror of
https://github.com/nasa/openmct.git
synced 2025-04-22 01:51:49 +00:00
Updated stylesheet
This commit is contained in:
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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user