Style fixes in timeline
parent
e3030b6948
commit
3bf00e2701
|
@ -6,5 +6,6 @@ div.profile.centered
|
||||||
include ../includes/modules/profile/profile-content-tabs
|
include ../includes/modules/profile/profile-content-tabs
|
||||||
div.content-wrapper
|
div.content-wrapper
|
||||||
div.content
|
div.content
|
||||||
include ../includes/modules/profile/profile-timeline
|
//include ../includes/modules/profile/profile-timeline
|
||||||
|
include ../includes/modules/profile/profile-projects
|
||||||
include ../includes/modules/profile/profile-sidebar
|
include ../includes/modules/profile/profile-sidebar
|
||||||
|
|
|
@ -10,5 +10,5 @@ aside.profile-sidebar
|
||||||
|
|
||||||
p Did you know you can archive user Stories?
|
p Did you know you can archive user Stories?
|
||||||
p Archived User Stories help you organize better your columns and remove old cards.
|
p Archived User Stories help you organize better your columns and remove old cards.
|
||||||
a(href="", title="visit our archived user stories support page") If you want to know how to use it visit our archived user stories support page
|
a(href="", title="visit our archived user stories support page") If you want to know how to use it visit our archived user stories support page
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ section.profile-timeline
|
||||||
- for (var x = 0; x < 3; x++)
|
- for (var x = 0; x < 3; x++)
|
||||||
// Simple message for favorites, updates, etc.
|
// Simple message for favorites, updates, etc.
|
||||||
div.activity-simple
|
div.activity-simple
|
||||||
|
span.activity-date Yesterday 12.30h
|
||||||
div.activity-info
|
div.activity-info
|
||||||
picture
|
picture
|
||||||
a(href="", title="{{ user.nickname }}")
|
a(href="", title="{{ user.nickname }}")
|
||||||
|
@ -13,6 +14,7 @@ section.profile-timeline
|
||||||
|
|
||||||
// Added comment in us, task or issue.
|
// Added comment in us, task or issue.
|
||||||
div.activity-comment
|
div.activity-comment
|
||||||
|
span.activity-date 3 days ago
|
||||||
div.activity-info
|
div.activity-info
|
||||||
picture
|
picture
|
||||||
a(href="", title="{{ user.nickname }}")
|
a(href="", title="{{ user.nickname }}")
|
||||||
|
@ -26,6 +28,7 @@ section.profile-timeline
|
||||||
|
|
||||||
// Added attachment type image in us, task or issue.
|
// Added attachment type image in us, task or issue.
|
||||||
div.activity-image
|
div.activity-image
|
||||||
|
span.activity-date 5 days ago
|
||||||
div.activity-info
|
div.activity-info
|
||||||
picture
|
picture
|
||||||
a(href="", title="{{ user.nickname }}")
|
a(href="", title="{{ user.nickname }}")
|
||||||
|
@ -40,6 +43,7 @@ section.profile-timeline
|
||||||
|
|
||||||
// Multiple update message, etc.
|
// Multiple update message, etc.
|
||||||
div.activity-notification
|
div.activity-notification
|
||||||
|
span.activity-date 6 days ago
|
||||||
div.activity-info
|
div.activity-info
|
||||||
picture
|
picture
|
||||||
a(href="", title="{{ user.nickname }}")
|
a(href="", title="{{ user.nickname }}")
|
||||||
|
@ -59,6 +63,7 @@ section.profile-timeline
|
||||||
|
|
||||||
// Added attachment type image in us, task or issue.
|
// Added attachment type image in us, task or issue.
|
||||||
div.activity-member
|
div.activity-member
|
||||||
|
span.activity-date a week ago
|
||||||
div.activity-info
|
div.activity-info
|
||||||
picture
|
picture
|
||||||
a(href="", title="{{ organization.nickname }}")
|
a(href="", title="{{ organization.nickname }}")
|
||||||
|
@ -76,6 +81,7 @@ section.profile-timeline
|
||||||
|
|
||||||
// Added comment in us, task or issue.
|
// Added comment in us, task or issue.
|
||||||
div.activity-project
|
div.activity-project
|
||||||
|
span.activity-date a week ago
|
||||||
div.activity-info
|
div.activity-info
|
||||||
picture
|
picture
|
||||||
a(href="", title="{{ organization.nickname }}")
|
a(href="", title="{{ organization.nickname }}")
|
||||||
|
|
|
@ -29,12 +29,11 @@ h6 {
|
||||||
h1 {
|
h1 {
|
||||||
@extend %xxlarge;
|
@extend %xxlarge;
|
||||||
@extend %title;
|
@extend %title;
|
||||||
line-height: 3.4rem;
|
line-height: 1.5;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
span {
|
span {
|
||||||
@extend %xxlarge;
|
@extend %xxlarge;
|
||||||
line-height: 3.4rem;
|
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -65,10 +64,12 @@ h1 {
|
||||||
h2 {
|
h2 {
|
||||||
@extend %xlarge;
|
@extend %xlarge;
|
||||||
@extend %title;
|
@extend %title;
|
||||||
|
line-height: 1.2;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
line-height: 1.5;
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
img {
|
img {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
%xxlarge {font-size: 3rem;}
|
%xxlarge {font-size: 3rem;}
|
||||||
|
|
||||||
// __Font Types__ //
|
// __Font Types__ //
|
||||||
%title {font-family: 'OpenSans-CondLight', Arial, Helvetica, sans-serif;}
|
%title {font-family: 'OpenSans-CondLight', Arial, Helvetica, sans-serif; line-height: 1.5;}
|
||||||
%text {font-family: 'opensans-regular', Arial, Helvetica, sans-serif; line-height: 1.3rem;}
|
%text {font-family: 'opensans-regular', Arial, Helvetica, sans-serif; line-height: 1.5;}
|
||||||
%bold {font-family: 'opensans-semibold', Arial, Helvetica, sans-serif;}
|
%bold {font-family: 'opensans-semibold', Arial, Helvetica, sans-serif; line-height: 1.5;}
|
||||||
%taiga {font-family: 'taiga';}
|
%taiga {font-family: 'taiga';}
|
||||||
%mono {font-family: 'courier new', 'monospace';}
|
%mono {font-family: 'courier new', 'monospace';}
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,18 @@
|
||||||
%profile-activity {
|
%profile-activity {
|
||||||
border-bottom: 1px solid $whitish;
|
border-bottom: 1px solid $whitish;
|
||||||
padding: .8rem 1rem;
|
padding: .8rem 1rem;
|
||||||
|
position: relative;
|
||||||
.activity-info {
|
.activity-info {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-right: 100px;
|
||||||
|
}
|
||||||
|
.activity-date {
|
||||||
|
@extend %xsmall;
|
||||||
|
color: $gray-light;
|
||||||
|
position: absolute;
|
||||||
|
right: .5rem;
|
||||||
|
top: .5rem;
|
||||||
}
|
}
|
||||||
picture {
|
picture {
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
|
@ -17,7 +26,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin-bottom: .5rem;
|
||||||
a {
|
a {
|
||||||
color: $green-taiga;
|
color: $green-taiga;
|
||||||
}
|
}
|
||||||
|
@ -53,7 +62,7 @@
|
||||||
.activity-notification-list {
|
.activity-notification-list {
|
||||||
border-left: 2px solid $whitish;
|
border-left: 2px solid $whitish;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
margin-left: calc(30px + .5rem);
|
margin-left: calc(35px + .5rem);
|
||||||
margin-top: .5rem;
|
margin-top: .5rem;
|
||||||
padding: .2rem 1rem;
|
padding: .2rem 1rem;
|
||||||
li {
|
li {
|
||||||
|
@ -65,7 +74,7 @@
|
||||||
.activity-member-view {
|
.activity-member-view {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
margin-left: calc(30px + .5rem);
|
margin-left: calc(35px + .5rem);
|
||||||
margin-top: .5rem;
|
margin-top: .5rem;
|
||||||
picture {
|
picture {
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
|
|
Loading…
Reference in New Issue