2014-02-12 18:02:05 +01:00
|
|
|
/**
|
|
|
|
* @provides phui-timeline-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phui-timeline-view {
|
|
|
|
padding: 0 16px;
|
2016-03-09 02:50:01 +01:00
|
|
|
background-image: url('/rsrc/image/d5d8e1.png');
|
2014-02-14 00:15:58 +01:00
|
|
|
background-repeat: repeat-y;
|
2016-03-09 02:50:01 +01:00
|
|
|
background-position: 96px;
|
2014-02-14 00:15:58 +01:00
|
|
|
}
|
|
|
|
|
2015-05-23 20:01:29 +02:00
|
|
|
.device .phui-timeline-view {
|
|
|
|
padding: 0 8px;
|
|
|
|
}
|
|
|
|
|
2014-02-14 00:15:58 +01:00
|
|
|
.device-tablet .phui-timeline-view {
|
2015-05-23 20:01:29 +02:00
|
|
|
background-position: 24px;
|
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 {
|
2016-03-09 02:50:01 +01:00
|
|
|
border-left: 1px solid {$timeline};
|
|
|
|
border-right: 1px solid {$timeline};
|
2015-06-19 14:18:42 +02:00
|
|
|
border-radius: 3px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-event-view {
|
|
|
|
margin-left: 62px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-event-view.phui-timeline-minor-event {
|
2016-03-09 02:50:01 +01:00
|
|
|
margin-left: 67px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
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;
|
2016-03-25 22:41:47 +01:00
|
|
|
margin-left: 76px;
|
2016-06-17 20:23:12 +02:00
|
|
|
margin-bottom: 20px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-wedge {
|
2016-03-09 02:50:01 +01:00
|
|
|
border-bottom: 1px solid {$timeline};
|
2014-02-12 18:02:05 +01:00
|
|
|
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 {
|
2016-03-09 02:50:01 +01:00
|
|
|
border-top: 1px solid {$timeline};
|
|
|
|
border-bottom: 1px solid {$timeline};
|
2015-06-19 14:18:42 +02:00
|
|
|
border-radius: 3px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-title {
|
2016-03-09 02:50:01 +01:00
|
|
|
line-height: 24px;
|
2014-12-11 16:52:23 +01:00
|
|
|
min-height: 19px;
|
2014-02-12 18:02:05 +01:00
|
|
|
position: relative;
|
2016-03-09 02:50:01 +01:00
|
|
|
color: {$greytext};
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-minor-event .phui-timeline-title {
|
2016-03-09 02:50:01 +01:00
|
|
|
padding: 1px 8px 4px 33px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-title a {
|
|
|
|
font-weight: bold;
|
2016-03-09 02:50:01 +01:00
|
|
|
color: {$darkgreytext};
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-wedge {
|
|
|
|
left: -12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-major-event .phui-timeline-wedge {
|
2015-06-19 14:18:42 +02:00
|
|
|
top: 26px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-minor-event .phui-timeline-wedge {
|
2016-03-09 02:50:01 +01:00
|
|
|
top: 12px;
|
2014-02-12 18:02:05 +01:00
|
|
|
left: -18px;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-image {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
position: absolute;
|
|
|
|
border-radius: 3px;
|
2015-06-19 21:44:08 +02:00
|
|
|
background-size: 100%;
|
2015-10-15 01:28:10 +02:00
|
|
|
display: block;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-major-event .phui-timeline-image {
|
2015-06-21 11:23:44 +02:00
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
2014-02-12 18:02:05 +01:00
|
|
|
top: 0px;
|
|
|
|
left: -62px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-timeline-minor-event .phui-timeline-image {
|
2016-03-09 02:50:01 +01:00
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
|
|
|
background-size: 26px auto;
|
2014-02-12 18:02:05 +01:00
|
|
|
left: -41px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-major-event .phui-timeline-title {
|
2016-03-09 02:50:01 +01:00
|
|
|
background: {$lightgreybackground};
|
2015-06-19 14:18:42 +02:00
|
|
|
min-height: 22px;
|
|
|
|
border-top-right-radius: 3px;
|
2016-03-09 02:50:01 +01:00
|
|
|
border-top-left-radius: 3px;
|
2015-06-19 14:18:42 +02:00
|
|
|
}
|
|
|
|
|
2016-03-09 02:50:01 +01:00
|
|
|
.phui-timeline-major-event .phui-timeline-title + .phui-timeline-title {
|
2015-06-19 14:18:42 +02:00
|
|
|
border-radius: 0;
|
2016-03-09 02:50:01 +01:00
|
|
|
padding-top: 0;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
2016-03-09 02:50:01 +01:00
|
|
|
.phui-timeline-major-event .phui-timeline-title + .phui-timeline-title
|
|
|
|
.phui-timeline-icon-fill {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2014-02-12 18:02:05 +01:00
|
|
|
.phui-timeline-title {
|
|
|
|
padding: 5px 8px;
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-title-with-icon {
|
2016-03-09 02:50:01 +01:00
|
|
|
padding-left: 36px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
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 {
|
2016-03-09 02:50:01 +01:00
|
|
|
padding: 16px;
|
2014-02-12 18:02:05 +01:00
|
|
|
line-height: 18px;
|
2017-07-17 20:08:17 +02:00
|
|
|
background: {$page.content};
|
2016-03-09 02:50:01 +01:00
|
|
|
border-top: 1px solid rgba({$alphablue},.1);
|
2015-06-19 14:18:42 +02:00
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-core-content {
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
Render all Removed Comments a little more docile
Summary:
This small restyle makes any Removed Comment a little less
prominent than normal ones, with the goal of decreasing a
bit your in-page distractions and increase your individual
productivity in your business by at least 250 milliseconds
every 48 hours of hard work in front of your monitor.
| Before | After |
|---------------------|---------------------|
| {F274834,size=full} | {F274835,size=full} |
This implementation (which is called "Kasper on Diet")
contains these specific changes for Removed Comments:
- user icon visibility: reduced by ~50% (-> Kasper)
- black "trash" icon: reduced by ~50% (-> Diet)
- texts: visibility reduced by ~50%
- vertical padding: reduced from 16px down to 4px
Note that if your Phorge is under the Serious Business Mode,
it seems it is still technically possible to manually
activate the "Decaying Curse" proposal mentioned in the Task.
Closes T15192
Test Plan:
- Add a Comment "I love Phorge"
- Add a Comment "I love Phabricator"
- Mark the second Comment as Removed
- Call a person at your desk
- Plug that person to an eyeball tracker
If the general attention focuses first on a normal Comment and then
on the Removed Comment, this change works perfectly.
Reviewers: O1 Blessed Committers, Cigaryno, avivey
Reviewed By: O1 Blessed Committers, Cigaryno, avivey
Subscribers: speck, tobiaswiese, Matthew, Cigaryno
Tags: #comments
Maniphest Tasks: T15192
Differential Revision: https://we.phorge.it/D25096
2023-04-06 14:44:02 +02:00
|
|
|
/*
|
|
|
|
* Start Customization for removed comments
|
|
|
|
* https://we.phorge.it/T15192
|
|
|
|
*/
|
|
|
|
|
2014-04-04 21:23:22 +02:00
|
|
|
.phui-timeline-core-content .comment-deleted {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
User Badges: better integrate with Removed Comments
Summary:
The left part of a Removed Comment can contains User Badges that,
after this change, are more consistent with the new general softness.
| Before | Proposed |
|------------|-----------|
| {F277371} | {F277373} |
Probably five people in a million will notice this change, BUT,
these people will have a huge, deep, breath of relief, knowing that
Phorge takes care about their obsessive-compulsive impulses, to
have everything nice and consistent and neat. You are welcome!
Closes T15235
Test Plan:
- do something to deserve a Badge
- share a Comment somewhere (Maniphest?)
- delete that comment
- check that the badge is slightly softer
Reviewers: O1 Blessed Committers, avivey
Reviewed By: O1 Blessed Committers, avivey
Subscribers: speck, tobiaswiese, Matthew, Cigaryno
Maniphest Tasks: T15235
Differential Revision: https://we.phorge.it/D25112
2023-04-07 00:21:28 +02:00
|
|
|
.phui-timeline-shell-removed .phui-timeline-image,
|
|
|
|
.phui-timeline-shell-removed .phui-timeline-badges {
|
Render all Removed Comments a little more docile
Summary:
This small restyle makes any Removed Comment a little less
prominent than normal ones, with the goal of decreasing a
bit your in-page distractions and increase your individual
productivity in your business by at least 250 milliseconds
every 48 hours of hard work in front of your monitor.
| Before | After |
|---------------------|---------------------|
| {F274834,size=full} | {F274835,size=full} |
This implementation (which is called "Kasper on Diet")
contains these specific changes for Removed Comments:
- user icon visibility: reduced by ~50% (-> Kasper)
- black "trash" icon: reduced by ~50% (-> Diet)
- texts: visibility reduced by ~50%
- vertical padding: reduced from 16px down to 4px
Note that if your Phorge is under the Serious Business Mode,
it seems it is still technically possible to manually
activate the "Decaying Curse" proposal mentioned in the Task.
Closes T15192
Test Plan:
- Add a Comment "I love Phorge"
- Add a Comment "I love Phabricator"
- Mark the second Comment as Removed
- Call a person at your desk
- Plug that person to an eyeball tracker
If the general attention focuses first on a normal Comment and then
on the Removed Comment, this change works perfectly.
Reviewers: O1 Blessed Committers, Cigaryno, avivey
Reviewed By: O1 Blessed Committers, Cigaryno, avivey
Subscribers: speck, tobiaswiese, Matthew, Cigaryno
Tags: #comments
Maniphest Tasks: T15192
Differential Revision: https://we.phorge.it/D25096
2023-04-06 14:44:02 +02:00
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
.phui-timeline-shell-removed,
|
|
|
|
.phui-timeline-shell-removed a,
|
|
|
|
.phui-timeline-shell-removed .phui-timeline-title {
|
|
|
|
color:#888; /* grey */
|
|
|
|
}
|
|
|
|
.phui-timeline-shell-removed
|
|
|
|
.phui-timeline-major-event
|
|
|
|
.phui-timeline-content .phui-timeline-core-content {
|
|
|
|
padding:4px 16px; /* reduce vertical space from 16px */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* End Customization for removed comments */
|
2014-04-04 21:23:22 +02:00
|
|
|
|
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;
|
2016-03-09 02:50:01 +01:00
|
|
|
width: 34px;
|
|
|
|
height: 34px;
|
2014-02-12 18:02:05 +01:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2014-04-22 23:24:36 +02:00
|
|
|
text-align: center;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
2016-03-09 02:50:01 +01:00
|
|
|
.phui-timeline-icon {
|
2017-07-19 23:38:55 +02:00
|
|
|
color: {$bluetext};
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
2016-03-09 02:50:01 +01:00
|
|
|
.phui-icon-view.phui-timeline-icon {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-icon-fill {
|
|
|
|
height: 26px;
|
|
|
|
width: 26px;
|
2014-02-12 18:02:05 +01:00
|
|
|
border-radius: 3px;
|
2017-07-19 23:38:55 +02:00
|
|
|
background-color: {$timeline.icon.background};
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
2016-03-09 02:50:01 +01:00
|
|
|
.phui-timeline-major-event .phui-timeline-icon-fill {
|
|
|
|
margin: 4px;
|
2014-04-23 03:29:14 +02:00
|
|
|
}
|
|
|
|
|
2016-03-09 02:50:01 +01:00
|
|
|
.phui-timeline-icon-fill .phui-timeline-icon {
|
|
|
|
margin-top: 6px;
|
2014-04-23 03:29:14 +02:00
|
|
|
}
|
|
|
|
|
2014-02-13 19:29:10 +01:00
|
|
|
.phui-timeline-extra,
|
|
|
|
.phui-timeline-extra .phabricator-content-source-view {
|
2016-03-09 02:50:01 +01:00
|
|
|
font-size: {$smallerfontsize};
|
2014-02-12 18:02:05 +01:00
|
|
|
font-weight: normal;
|
2016-03-09 02:50:01 +01:00
|
|
|
color: {$lightgreytext};
|
|
|
|
margin-left: 8px;
|
2014-02-13 19:29:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-title .phui-timeline-extra a {
|
|
|
|
font-weight: normal;
|
2016-03-09 02:50:01 +01:00
|
|
|
color: {$lightgreytext};
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
2017-04-13 01:33:43 +02:00
|
|
|
.phui-timeline-title .phui-timeline-value,
|
|
|
|
.conpherence-transaction-content .phui-timeline-value,
|
|
|
|
.phui-feed-story-head .phui-timeline-value {
|
2016-07-09 01:01:42 +02:00
|
|
|
font-style: italic;
|
2017-07-17 20:08:17 +02:00
|
|
|
color: {$blacktext};
|
2016-07-09 01:01:42 +02:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2016-03-09 02:50:01 +01:00
|
|
|
.phui-timeline-icon-fill.fill-has-color .phui-icon-view {
|
2017-07-17 20:08:17 +02:00
|
|
|
color: {$page.content};
|
2016-03-09 02:50:01 +01:00
|
|
|
}
|
|
|
|
|
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};
|
|
|
|
}
|
|
|
|
|
2017-11-30 17:13:10 +01:00
|
|
|
.phui-timeline-icon-fill-pink {
|
|
|
|
background-color: {$pink};
|
|
|
|
}
|
|
|
|
|
2014-02-12 18:02:05 +01:00
|
|
|
.phui-timeline-icon-fill-grey {
|
|
|
|
background-color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-icon-fill-black {
|
2016-03-09 02:50:01 +01:00
|
|
|
background-color: #000;
|
2014-02-12 18:02:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-shell.anchor-target {
|
2014-05-02 19:46:24 +02:00
|
|
|
background: {$lightyellow};
|
2020-05-04 18:57:30 +02:00
|
|
|
border-width: 0 1px 0 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: {$yellow};
|
2014-05-02 19:46:24 +02:00
|
|
|
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 {
|
2017-07-28 00:17:20 +02:00
|
|
|
background: {$gentle.highlight};
|
|
|
|
border: 1px solid {$gentle.highlight.border};
|
2014-02-14 19:23:07 +01:00
|
|
|
text-align: center;
|
|
|
|
padding: 12px;
|
|
|
|
color: {$darkgreytext};
|
2014-12-10 21:12:38 +01:00
|
|
|
cursor: pointer;
|
2015-05-31 16:56:54 +02:00
|
|
|
border-radius: 3px;
|
2014-02-14 19:23:07 +01:00
|
|
|
}
|
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;
|
2016-03-09 02:50:01 +01:00
|
|
|
color: {$greytext};
|
2014-04-18 00:57:34 +02:00
|
|
|
}
|
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;
|
2015-06-19 14:18:42 +02:00
|
|
|
top: 6px;
|
2014-05-05 19:57:23 +02:00
|
|
|
width: 28px;
|
2016-03-09 02:50:01 +01:00
|
|
|
height: 24px;
|
2014-05-05 19:57:23 +02:00
|
|
|
text-align: center;
|
|
|
|
line-height: 22px;
|
2016-03-09 02:50:01 +01:00
|
|
|
font-size: 16px;
|
|
|
|
border-left: 1px solid {$thinblueborder};
|
2014-05-05 19:57:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-menu:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.phui-timeline-menu .phui-icon-view {
|
|
|
|
color: {$bluetext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop a.phui-timeline-menu:hover .phui-icon-view {
|
2016-03-09 02:50:01 +01:00
|
|
|
color: {$sky};
|
2014-05-05 19:57:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-menu.phuix-dropdown-open {
|
2016-03-09 02:50:01 +01:00
|
|
|
background: rgba({$alphablue},0.1);
|
|
|
|
border: none;
|
|
|
|
border-radius: 3px;
|
2014-05-05 19:57:23 +02:00
|
|
|
}
|
2015-02-02 18:40:46 +01:00
|
|
|
|
|
|
|
.phui-timeline-view + .phui-object-box {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2015-07-10 19:49:28 +02:00
|
|
|
|
|
|
|
.phui-timeline-badges {
|
|
|
|
position: absolute;
|
|
|
|
left: -64px;
|
|
|
|
top: 52px;
|
|
|
|
width: 54px;
|
2017-02-24 22:49:42 +01:00
|
|
|
text-align: center;
|
2015-07-10 19:49:28 +02:00
|
|
|
}
|
2015-07-26 00:47:26 +02:00
|
|
|
|
|
|
|
.phui-timeline-badges .phui-badge-mini {
|
|
|
|
height: 18px;
|
|
|
|
width: 18px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-timeline-badges .phui-badge-mini .phui-icon-view {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
2016-06-22 21:14:48 +02:00
|
|
|
|
|
|
|
.phui-comment-preview-view {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2017-05-18 19:32:10 +02:00
|
|
|
|
|
|
|
.phui-timeline-view .phui-pinboard-view {
|
|
|
|
margin: 8px 0 0 0;
|
|
|
|
padding: 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|