mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
add some styles for timeline
This commit is contained in:
parent
753733d153
commit
8ee257068e
|
@ -122,6 +122,18 @@ div.help h3 {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#timeline {
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
|
div.timeline-event-content {
|
||||||
|
margin: 2px;
|
||||||
|
}
|
||||||
|
div.timeline-frame {
|
||||||
|
border-radius: 4px;
|
||||||
|
border-color: #e3e3e3;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.nav-tabs > li {
|
.nav-tabs > li {
|
||||||
float:none;
|
float:none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user