2014-02-12 18:02:05 +01:00
|
|
|
/**
|
|
|
|
* @provides phui-timeline-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phui-timeline-view {
|
|
|
|
padding: 0 16px;
|
2014-02-14 00:15:58 +01:00
|
|
|
background-image: url('/rsrc/image/BFCFDA.png');
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
background-position: 94px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-tablet .phui-timeline-view {
|
|
|
|
background-position: 31px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
2014-02-13 01:08:56 +01:00
|
|
|
.device-phone .phui-timeline-view {
|
|
|
|
padding: 0;
|
2014-03-30 18:40:34 +02:00
|
|
|
background-position: 24px;
|
2014-02-13 01:08:56 +01:00
|
|
|
}
|
|
|
|
|
2014-02-12 18:02:05 +01:00
|
|
|
.phui-timeline-major-event .phui-timeline-group {
|
|
|
|
border-left: 1px solid {$lightblueborder};
|
|
|
|
border-right: 1px solid {$lightblueborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-event-view {
|
|
|
|
margin-left: 62px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-event-view.phui-timeline-minor-event {
|
|
|
|
margin-left: 65px;
|
|
|
|
}
|
|
|
|
|
2014-02-13 01:33:54 +01:00
|
|
|
.device-desktop .phui-timeline-spacer {
|
2014-02-12 18:02:05 +01:00
|
|
|
min-height: 16px;
|
2014-03-14 16:51:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-event-view.the-worlds-end {
|
|
|
|
background: {$lightblueborder};
|
|
|
|
width: 9px;
|
|
|
|
height: 9px;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin-left: 74px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-wedge {
|
|
|
|
border-bottom: 1px solid {$lightblueborder};
|
|
|
|
position: absolute;
|
|
|
|
width: 12px;
|
|
|
|
}
|
|
|
|
|
2014-02-14 00:15:58 +01:00
|
|
|
.device-phone .phui-timeline-minor-event,
|
|
|
|
.device-tablet .phui-timeline-minor-event {
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
|
2014-02-12 18:02:05 +01:00
|
|
|
.phui-timeline-major-event .phui-timeline-content {
|
|
|
|
border-top: 1px solid {$lightblueborder};
|
|
|
|
border-bottom: 1px solid {$lightblueborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-title {
|
2014-03-28 03:36:51 +01:00
|
|
|
line-height: 18px;
|
2014-02-12 18:02:05 +01:00
|
|
|
min-height: 18px;
|
|
|
|
position: relative;
|
2014-02-13 19:29:10 +01:00
|
|
|
color: {$bluetext};
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-minor-event .phui-timeline-title {
|
|
|
|
padding: 4px 8px 4px 33px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-title a {
|
|
|
|
font-weight: bold;
|
|
|
|
color: {$darkbluetext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-wedge {
|
|
|
|
left: -12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-major-event .phui-timeline-wedge {
|
|
|
|
top: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-minor-event .phui-timeline-wedge {
|
|
|
|
top: 12px;
|
|
|
|
left: -18px;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-image {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
position: absolute;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-major-event .phui-timeline-image {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
top: 0px;
|
|
|
|
left: -62px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-minor-event .phui-timeline-image {
|
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
|
|
|
background-size: 26px auto;
|
|
|
|
left: -41px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-major-event .phui-timeline-title {
|
|
|
|
background: {$lightgreybackground};
|
|
|
|
min-height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-title {
|
|
|
|
padding: 5px 8px;
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-title-with-icon {
|
|
|
|
padding-left: 38px;
|
|
|
|
}
|
|
|
|
|
2014-05-05 19:57:23 +02:00
|
|
|
.phui-timeline-title-with-menu {
|
|
|
|
padding-right: 36px;
|
|
|
|
}
|
|
|
|
|
2014-03-31 00:22:45 +02:00
|
|
|
.phui-timeline-view .phui-icon-view.phui-timeline-token {
|
|
|
|
vertical-align: middle;
|
2014-04-22 00:33:59 +02:00
|
|
|
margin-right: 4px;
|
2014-03-27 22:24:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-token.strikethrough {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-token.strikethrough:before {
|
|
|
|
position: absolute;
|
|
|
|
content: "";
|
|
|
|
left: 0;
|
|
|
|
top: 50%;
|
|
|
|
right: 0;
|
|
|
|
border-top: 3px solid;
|
|
|
|
border-color: {$darkbluetext};
|
|
|
|
|
|
|
|
-webkit-transform:rotate(-40deg);
|
|
|
|
-moz-transform:rotate(-40deg);
|
|
|
|
-ms-transform:rotate(-40deg);
|
|
|
|
-o-transform:rotate(-40deg);
|
|
|
|
transform:rotate(-40deg);
|
|
|
|
}
|
|
|
|
|
2014-02-12 18:02:05 +01:00
|
|
|
.phui-timeline-major-event .phui-timeline-content
|
|
|
|
.phui-timeline-core-content {
|
|
|
|
padding: 16px 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-core-content {
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
2014-04-04 21:23:22 +02:00
|
|
|
.phui-timeline-core-content .comment-deleted {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2014-02-12 18:02:05 +01:00
|
|
|
.device .phui-timeline-event-view {
|
|
|
|
min-height: 23px;
|
|
|
|
position: relative;
|
2014-02-13 01:08:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phui-timeline-event-view {
|
2014-03-30 18:40:34 +02:00
|
|
|
margin: 0 8px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device .phui-timeline-image {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .phui-timeline-spacer {
|
|
|
|
min-height: 8px;
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-icon-fill {
|
|
|
|
position: absolute;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
background-color: {$lightblueborder};
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2014-04-22 23:24:36 +02:00
|
|
|
text-align: center;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
2014-04-22 23:24:36 +02:00
|
|
|
.phui-icon-view.phui-timeline-icon:before {
|
2014-04-23 03:29:14 +02:00
|
|
|
font-size: 14px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-minor-event .phui-timeline-icon-fill {
|
|
|
|
height: 26px;
|
|
|
|
width: 26px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2014-04-24 02:37:26 +02:00
|
|
|
.phui-timeline-icon-fill .phui-timeline-icon {
|
2014-04-23 23:52:17 +02:00
|
|
|
margin-top: 7px;
|
2014-04-23 03:29:14 +02:00
|
|
|
}
|
|
|
|
|
2014-04-24 02:37:26 +02:00
|
|
|
.phui-timeline-minor-event .phui-timeline-icon-fill .phui-timeline-icon {
|
2014-04-23 03:29:14 +02:00
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
2014-02-13 19:29:10 +01:00
|
|
|
.phui-timeline-extra,
|
|
|
|
.phui-timeline-extra .phabricator-content-source-view {
|
2014-02-12 18:02:05 +01:00
|
|
|
font-size: 11px;
|
|
|
|
font-weight: normal;
|
2014-02-13 19:29:10 +01:00
|
|
|
color: {$lightbluetext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-title .phui-timeline-extra a {
|
|
|
|
font-weight: normal;
|
|
|
|
color: {$bluetext};
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-extra {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .phui-timeline-extra {
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 16px;
|
|
|
|
margin-left: 8px;
|
2014-04-27 18:48:31 +02:00
|
|
|
white-space: nowrap;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
2014-02-13 01:08:56 +01:00
|
|
|
.device-phone .phui-timeline-extra {
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2014-02-12 18:02:05 +01:00
|
|
|
.phui-timeline-icon-fill-red {
|
|
|
|
background-color: {$red};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-icon-fill-orange {
|
|
|
|
background-color: {$orange};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-icon-fill-yellow {
|
|
|
|
background-color: {$yellow};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-icon-fill-green {
|
|
|
|
background-color: {$green};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-icon-fill-sky {
|
|
|
|
background-color: {$sky};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-icon-fill-blue {
|
|
|
|
background-color: {$blue};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-icon-fill-indigo {
|
|
|
|
background-color: {$indigo};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-icon-fill-violet {
|
|
|
|
background-color: {$violet};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-icon-fill-grey {
|
|
|
|
background-color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-icon-fill-black {
|
|
|
|
background-color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-shell.anchor-target {
|
2014-05-02 19:46:24 +02:00
|
|
|
background: {$lightyellow};
|
|
|
|
padding: 4px;
|
|
|
|
margin: -4px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-preview-header {
|
|
|
|
background: #e0e3ec;
|
|
|
|
color: {$darkgreytext};
|
|
|
|
padding: 4px 1.25%;
|
|
|
|
border: solid {$blueborder} 1px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-change-details {
|
|
|
|
padding: 10px 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #efefef;
|
|
|
|
border-width: 1px 0;
|
|
|
|
}
|
2014-02-14 19:23:07 +01:00
|
|
|
|
|
|
|
.phui-timeline-older-transactions-are-hidden {
|
|
|
|
background: {$lightyellow};
|
|
|
|
border: 1px solid {$yellow};
|
|
|
|
text-align: center;
|
|
|
|
padding: 12px;
|
|
|
|
color: {$darkgreytext};
|
|
|
|
}
|
2014-03-30 18:40:34 +02:00
|
|
|
|
|
|
|
.device-phone .phui-timeline-older-transactions-are-hidden {
|
|
|
|
margin: 0 8px;
|
|
|
|
}
|
2014-04-18 00:57:34 +02:00
|
|
|
|
|
|
|
|
|
|
|
.phui-timeline-title .phui-timeline-extra-information a {
|
|
|
|
font-weight: normal;
|
|
|
|
color: {$bluetext};
|
|
|
|
}
|
2014-05-05 19:57:23 +02:00
|
|
|
|
|
|
|
.phui-timeline-comment-actions .phui-icon-view {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: center;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-menu {
|
|
|
|
position: absolute;
|
|
|
|
right: 3px;
|
|
|
|
top: 4px;
|
|
|
|
width: 28px;
|
|
|
|
height: 22px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 22px;
|
|
|
|
font-size: 15px;
|
|
|
|
border-left: 1px solid {$lightblueborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-menu:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-menu .phui-icon-view {
|
|
|
|
color: {$lightgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
a.phui-timeline-menu .phui-icon-view {
|
|
|
|
color: {$bluetext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop a.phui-timeline-menu:hover .phui-icon-view {
|
|
|
|
color: {$darkgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-menu.phuix-dropdown-open {
|
2014-05-29 05:56:20 +02:00
|
|
|
background: {$hovergrey};
|
2014-05-05 19:57:23 +02:00
|
|
|
}
|