2012-09-24 05:32:51 -04:00
|
|
|
/**
|
|
|
|
* Events labels
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
.event_label {
|
2012-09-24 06:33:51 -04:00
|
|
|
&.pushed {
|
2012-11-23 11:51:38 -05:00
|
|
|
padding: 0 2px;
|
2012-09-24 06:33:51 -04:00
|
|
|
}
|
2012-09-24 05:32:51 -04:00
|
|
|
|
2012-09-24 06:33:51 -04:00
|
|
|
&.opened {
|
2012-11-23 11:51:38 -05:00
|
|
|
padding: 0 2px;
|
2012-09-24 06:33:51 -04:00
|
|
|
}
|
2012-09-24 05:32:51 -04:00
|
|
|
|
2012-09-24 06:33:51 -04:00
|
|
|
&.closed {
|
2012-11-23 11:51:38 -05:00
|
|
|
padding: 0 2px;
|
2012-09-24 06:33:51 -04:00
|
|
|
}
|
2012-09-24 05:32:51 -04:00
|
|
|
|
2012-09-24 06:33:51 -04:00
|
|
|
&.merged {
|
2012-11-23 11:51:38 -05:00
|
|
|
padding: 0 2px;
|
2012-09-24 06:33:51 -04:00
|
|
|
}
|
2012-09-24 05:32:51 -04:00
|
|
|
|
2012-09-24 06:33:51 -04:00
|
|
|
&.left,
|
|
|
|
&.joined {
|
2012-11-23 11:51:38 -05:00
|
|
|
padding: 0 2px;
|
2012-11-23 11:33:43 -05:00
|
|
|
float: none;
|
2012-09-24 06:33:51 -04:00
|
|
|
}
|
2012-09-24 05:32:51 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Dashboard events feed
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
.event-item {
|
2012-11-23 11:51:38 -05:00
|
|
|
border-bottom: 1px solid #eee;
|
2012-09-24 05:32:51 -04:00
|
|
|
.event-title {
|
2012-11-23 11:51:38 -05:00
|
|
|
color: #333;
|
2012-09-24 05:32:51 -04:00
|
|
|
font-weight: bold;
|
2013-04-06 08:53:35 -04:00
|
|
|
font-size: 14px;
|
2012-09-24 05:32:51 -04:00
|
|
|
.author_name {
|
2012-11-23 11:51:38 -05:00
|
|
|
color: #333;
|
2012-09-24 05:32:51 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.event-body {
|
2013-01-16 17:03:21 -05:00
|
|
|
.commit p {
|
2013-04-09 14:14:47 -04:00
|
|
|
color: #666;
|
2012-11-10 17:08:42 -05:00
|
|
|
padding-top: 5px;
|
2012-09-24 05:32:51 -04:00
|
|
|
}
|
2012-09-24 06:33:51 -04:00
|
|
|
.event-info {
|
2012-11-23 11:51:38 -05:00
|
|
|
color: #666;
|
2012-09-24 06:33:51 -04:00
|
|
|
}
|
2013-01-05 05:12:02 -05:00
|
|
|
.event-note {
|
2013-01-16 17:03:21 -05:00
|
|
|
color: #555;
|
2013-03-04 15:00:51 -05:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-left: 40px;
|
2013-02-11 08:47:01 -05:00
|
|
|
|
|
|
|
.note-file-attach {
|
|
|
|
.note-image-attach {
|
2013-03-04 15:00:51 -05:00
|
|
|
margin-top: 4px;
|
2013-02-11 08:47:01 -05:00
|
|
|
margin-left: 0px;
|
|
|
|
max-width: 200px;
|
|
|
|
}
|
|
|
|
}
|
2013-01-16 17:03:21 -05:00
|
|
|
}
|
|
|
|
.event-note-icon {
|
2013-01-05 05:12:02 -05:00
|
|
|
color: #777;
|
2013-01-16 17:03:21 -05:00
|
|
|
float: left;
|
|
|
|
font-size: 16px;
|
2013-03-04 15:00:51 -05:00
|
|
|
line-height: 16px;
|
|
|
|
margin-right: 5px;
|
2013-01-05 05:12:02 -05:00
|
|
|
}
|
2012-09-24 05:32:51 -04:00
|
|
|
}
|
|
|
|
.avatar {
|
2012-12-14 14:39:55 -05:00
|
|
|
position: relative;
|
|
|
|
top: -3px;
|
2012-09-24 05:32:51 -04:00
|
|
|
}
|
|
|
|
.event_icon {
|
2012-12-14 14:39:55 -05:00
|
|
|
position: relative;
|
2012-09-24 05:32:51 -04:00
|
|
|
float: right;
|
|
|
|
border: 1px solid #EEE;
|
|
|
|
padding: 5px;
|
|
|
|
@include border-radius(5px);
|
|
|
|
background: #F9F9F9;
|
2012-12-14 14:39:55 -05:00
|
|
|
margin-left: 10px;
|
|
|
|
top: -6px;
|
2012-09-24 05:32:51 -04:00
|
|
|
img {
|
2012-11-23 11:33:43 -05:00
|
|
|
width: 20px;
|
2012-09-24 05:32:51 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
ul {
|
2012-11-23 11:33:43 -05:00
|
|
|
margin-left: 50px;
|
|
|
|
margin-bottom: 5px;
|
2012-09-24 05:32:51 -04:00
|
|
|
.avatar {
|
2012-11-23 11:33:43 -05:00
|
|
|
width: 18px;
|
|
|
|
margin-top: 3px;
|
2012-09-24 05:32:51 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-12-14 14:39:55 -05:00
|
|
|
padding: 16px 5px;
|
2012-09-24 05:32:51 -04:00
|
|
|
&:last-child { border:none }
|
|
|
|
|
|
|
|
.event_commits {
|
|
|
|
margin-top: 5px;
|
|
|
|
|
2012-09-25 06:14:20 -04:00
|
|
|
li {
|
|
|
|
&.commit {
|
|
|
|
background: transparent;
|
2012-11-23 11:33:43 -05:00
|
|
|
padding: 3px;
|
|
|
|
border: none;
|
|
|
|
font-size: 12px;
|
2012-09-25 06:14:20 -04:00
|
|
|
}
|
|
|
|
&.commits-stat {
|
|
|
|
display: block;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2012-09-24 05:32:51 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Push event widget
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
.event_lp {
|
2012-11-23 11:51:38 -05:00
|
|
|
color: #777;
|
2012-11-23 11:33:43 -05:00
|
|
|
padding: 10px;
|
|
|
|
min-height: 22px;
|
2012-10-22 16:37:50 -04:00
|
|
|
border-left: 5px solid #5AB9C3;
|
2012-11-23 11:33:43 -05:00
|
|
|
margin-bottom: 20px;
|
2012-11-23 11:51:38 -05:00
|
|
|
background: #f9f9f9;
|
2012-09-24 05:32:51 -04:00
|
|
|
|
|
|
|
.avatar {
|
2012-11-23 11:33:43 -05:00
|
|
|
width: 24px;
|
2012-09-24 05:32:51 -04:00
|
|
|
}
|
2012-10-22 16:37:50 -04:00
|
|
|
|
|
|
|
.btn-new-mr {
|
|
|
|
@extend .btn-info;
|
|
|
|
@extend .small;
|
2013-01-30 09:40:43 -05:00
|
|
|
@extend .pull-right;
|
2012-10-22 16:37:50 -04:00
|
|
|
margin: -3px;
|
|
|
|
}
|
2012-09-24 05:32:51 -04:00
|
|
|
}
|
2012-11-05 13:12:26 -05:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Event filter
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
.event_filter {
|
|
|
|
position: absolute;
|
|
|
|
width: 40px;
|
2013-01-10 01:43:25 -05:00
|
|
|
margin-left: -55px;
|
2012-11-05 13:12:26 -05:00
|
|
|
|
|
|
|
.filter_icon {
|
2013-01-10 01:43:25 -05:00
|
|
|
a {
|
|
|
|
text-align:center;
|
|
|
|
border-left: 3px solid #29B;
|
|
|
|
background: #f9f9f9;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
float: left;
|
|
|
|
padding: 9px 7px;
|
|
|
|
font-size: 18px;
|
|
|
|
width: 26px;
|
2012-11-05 13:12:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
&.inactive {
|
2013-01-10 01:43:25 -05:00
|
|
|
a {
|
|
|
|
color: #DDD;
|
|
|
|
border-left: 3px solid #EEE;
|
|
|
|
}
|
2012-11-05 13:12:26 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|