2012-11-22 02:24:56 +01:00
|
|
|
/**
|
|
|
|
* @provides phabricator-timeline-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phabricator-timeline-event-view {
|
|
|
|
border-width: 0 0 0 3px;
|
|
|
|
border-style: solid;
|
2012-12-11 22:59:35 +01:00
|
|
|
border-color: #c0c5d1;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-event-view {
|
|
|
|
margin-left: 80px;
|
|
|
|
margin-right: 12px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-spacer {
|
|
|
|
min-height: 10px;
|
|
|
|
border-right-width: 0;
|
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.device-desktop .phabricator-timeline-major-event,
|
|
|
|
.device-desktop .phabricator-timeline-minor-event {
|
2012-11-22 02:24:56 +01:00
|
|
|
border-right-width: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-wedge {
|
2012-12-11 22:59:35 +01:00
|
|
|
border-bottom: 3px solid #c0c5d1;
|
2012-11-22 02:24:56 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-major-event
|
|
|
|
.phabricator-timeline-content {
|
|
|
|
min-height: 70px;
|
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-content {
|
2012-11-22 02:24:56 +01:00
|
|
|
border-style: solid;
|
2012-12-11 22:59:35 +01:00
|
|
|
border-color: #c0c5d1;
|
2012-11-22 02:24:56 +01:00
|
|
|
border-width: 1px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-minor-event
|
|
|
|
.phabricator-timeline-content {
|
2012-12-11 22:59:35 +01:00
|
|
|
min-height: 23px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-title {
|
|
|
|
line-height: 23px;
|
|
|
|
min-height: 23px;
|
|
|
|
position: relative;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.device-desktop .phabricator-timeline-wedge {
|
2012-11-22 02:24:56 +01:00
|
|
|
left: -10px;
|
2012-12-11 22:59:35 +01:00
|
|
|
}
|
|
|
|
.device-desktop .phabricator-timeline-major-event .phabricator-timeline-wedge {
|
2012-11-22 02:24:56 +01:00
|
|
|
top: 34px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-minor-event .phabricator-timeline-wedge {
|
2012-12-11 22:59:35 +01:00
|
|
|
top: 12px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-image {
|
2012-12-11 22:59:35 +01:00
|
|
|
background: #c0c5d1;
|
2012-11-22 02:24:56 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-major-event .phabricator-timeline-image {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
top: 10px;
|
|
|
|
left: -60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-timeline-minor-event .phabricator-timeline-image {
|
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
|
|
|
background-size: 25px auto;
|
2012-12-11 22:59:35 +01:00
|
|
|
left: -35px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-major-event .phabricator-timeline-title {
|
2012-11-22 02:24:56 +01:00
|
|
|
background: #f7f7f7;
|
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-title {
|
2012-11-22 02:24:56 +01:00
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-title-with-icon {
|
|
|
|
padding-left: 28px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-11 22:59:35 +01:00
|
|
|
.phabricator-timeline-major-event .phabricator-timeline-content
|
|
|
|
.phabricator-timeline-core-content {
|
|
|
|
padding: 5px;
|
2012-11-22 02:24:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-07 22:37:10 +01:00
|
|
|
.device .phabricator-timeline-event-view {
|
2012-12-11 22:59:35 +01:00
|
|
|
min-height: 23px;
|
2012-11-22 02:24:56 +01:00
|
|
|
position: relative;
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 3px;
|
|
|
|
|
|
|
|
border-right-width: 3px;
|
|
|
|
border-right-style: solid;
|
|
|
|
}
|
|
|
|
|
2012-12-07 22:37:10 +01:00
|
|
|
.device .phabricator-timeline-image {
|
2012-11-22 02:24:56 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-12-07 22:37:10 +01:00
|
|
|
.device .phabricator-timeline-spacer {
|
2012-11-22 02:24:56 +01:00
|
|
|
min-height: 8px;
|
|
|
|
border-width: 0;
|
|
|
|
}
|
2012-12-11 22:59:35 +01:00
|
|
|
|
|
|
|
.phabricator-timeline-icon-fill {
|
|
|
|
position: absolute;
|
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
|
|
|
background-color: #c0c5d1;
|
|
|
|
top: -1px;
|
|
|
|
left: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-icon {
|
|
|
|
position: absolute;
|
|
|
|
left: 6px;
|
|
|
|
top: 5px;
|
|
|
|
height: 14px;
|
|
|
|
width: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-red .phabricator-timeline-border {
|
|
|
|
border-color: #cc0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-orange .phabricator-timeline-border {
|
|
|
|
border-color: #cc7300;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-yellow .phabricator-timeline-border {
|
|
|
|
border-color: #ccc000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-green .phabricator-timeline-border {
|
|
|
|
border-color: #009b2d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-sky .phabricator-timeline-border {
|
|
|
|
border-color: #6498cf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-blue .phabricator-timeline-border {
|
|
|
|
border-color: #00659a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-indigo .phabricator-timeline-border {
|
|
|
|
border-color: #3a00cc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-violet .phabricator-timeline-border {
|
|
|
|
border-color: #67009b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-grey .phabricator-timeline-border {
|
|
|
|
border-color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-black .phabricator-timeline-border {
|
|
|
|
border-color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.phabricator-timeline-red .phabricator-timeline-icon-fill {
|
|
|
|
background-color: #cc0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-orange .phabricator-timeline-icon-fill {
|
|
|
|
background-color: #cc7300;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-yellow .phabricator-timeline-icon-fill {
|
|
|
|
background-color: #ccc000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-green .phabricator-timeline-icon-fill {
|
|
|
|
background-color: #009b2d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-sky .phabricator-timeline-icon-fill {
|
|
|
|
background-color: #6498cf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-blue .phabricator-timeline-icon-fill {
|
|
|
|
background-color: #00659a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-indigo .phabricator-timeline-icon-fill {
|
|
|
|
background-color: #3a00cc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-violet .phabricator-timeline-icon-fill {
|
|
|
|
background-color: #67009b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-grey .phabricator-timeline-icon-fill {
|
|
|
|
background-color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-timeline-black .phabricator-timeline-icon-fill {
|
|
|
|
background-color: #333333;
|
|
|
|
}
|