2012-05-30 14:02:30 -04:00
|
|
|
/**
|
2012-12-01 07:49:21 -05:00
|
|
|
* Commit file
|
2012-05-30 14:02:30 -04:00
|
|
|
*/
|
2013-01-04 16:35:31 -05:00
|
|
|
.commit-committer-link,
|
|
|
|
.commit-author-link {
|
|
|
|
font-size: 13px;
|
|
|
|
color: #555;
|
|
|
|
&:hover {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-30 14:02:30 -04:00
|
|
|
/** COMMIT BLOCK **/
|
2012-12-01 07:49:21 -05:00
|
|
|
.commit-title{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.commit-title{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.commit-author, .commit-committer{
|
|
|
|
display: block;
|
2013-02-16 14:24:51 -05:00
|
|
|
color: #999;
|
|
|
|
font-weight: normal;
|
2012-12-01 07:49:21 -05:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.commit-author strong, .commit-committer strong{
|
2013-02-16 14:24:51 -05:00
|
|
|
font-weight: bold;
|
2012-12-01 07:49:21 -05:00
|
|
|
font-style: normal;
|
|
|
|
}
|
2012-05-30 14:02:30 -04:00
|
|
|
|
2012-06-13 13:02:30 -04:00
|
|
|
|
2012-11-18 11:41:41 -05:00
|
|
|
.file-stats a {
|
|
|
|
color: $style_color;
|
2012-08-29 14:23:43 -04:00
|
|
|
}
|
2012-08-29 15:29:50 -04:00
|
|
|
|
2012-11-18 11:41:41 -05:00
|
|
|
.file-stats {
|
2013-04-03 10:33:07 -04:00
|
|
|
.new-file {
|
|
|
|
a {
|
|
|
|
color: #090;
|
|
|
|
}
|
|
|
|
i {
|
2012-11-18 11:41:41 -05:00
|
|
|
color: #1BCF00;
|
|
|
|
}
|
|
|
|
}
|
2013-04-03 10:33:07 -04:00
|
|
|
.renamed-file {
|
|
|
|
i {
|
2012-11-18 11:41:41 -05:00
|
|
|
color: #FE9300;
|
|
|
|
}
|
|
|
|
}
|
2013-04-03 10:33:07 -04:00
|
|
|
.deleted-file {
|
|
|
|
a {
|
|
|
|
color: #B00;
|
|
|
|
}
|
|
|
|
i {
|
|
|
|
color: #EE0000;
|
2012-11-18 11:41:41 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.edit-file{
|
|
|
|
i{
|
|
|
|
color: #555;
|
2012-08-29 15:29:50 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-09-28 09:05:54 -04:00
|
|
|
|
|
|
|
.label_commit {
|
2012-11-25 12:30:18 -05:00
|
|
|
@include border-radius(4px);
|
2012-11-23 11:51:38 -05:00
|
|
|
padding: 2px 4px;
|
2012-11-23 11:33:43 -05:00
|
|
|
font-size: 13px;
|
2012-09-28 09:05:54 -04:00
|
|
|
background: #474D57;
|
2012-11-23 11:51:38 -05:00
|
|
|
color: #fff;
|
2012-12-01 07:49:21 -05:00
|
|
|
font-family: $monospace_font;
|
2012-09-28 09:05:54 -04:00
|
|
|
}
|
2012-12-20 08:39:39 -05:00
|
|
|
|
|
|
|
|
|
|
|
.commits-compare-switch{
|
2012-12-19 12:14:05 -05:00
|
|
|
background: url("switch_icon.png") no-repeat center center;
|
2013-12-31 10:08:31 -05:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
2012-12-20 08:39:39 -05:00
|
|
|
text-indent: -9999px;
|
2012-12-19 12:14:05 -05:00
|
|
|
float: left;
|
|
|
|
margin-right: 9px;
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
@include border-radius(4px);
|
|
|
|
padding: 4px;
|
|
|
|
background-color: #EEE;
|
|
|
|
}
|
2013-03-21 16:22:21 -04:00
|
|
|
|
|
|
|
.commit-description {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
2013-08-12 13:59:06 -04:00
|
|
|
padding: 0;
|
|
|
|
margin-top: 10px;
|
2013-03-21 16:22:21 -04:00
|
|
|
}
|
2013-07-12 14:56:03 -04:00
|
|
|
|
2013-08-12 15:22:31 -04:00
|
|
|
.commit-box {
|
|
|
|
margin: 10px 0;
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
padding: 20px 0;
|
|
|
|
|
|
|
|
.commit-title {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit-description {
|
|
|
|
margin-top: 15px;
|
2013-07-27 03:40:38 -04:00
|
|
|
}
|
2013-07-12 14:56:03 -04:00
|
|
|
}
|
2013-07-18 04:49:40 -04:00
|
|
|
|
2013-08-12 15:22:31 -04:00
|
|
|
|
2013-07-18 04:49:40 -04:00
|
|
|
.commit-stat-summary {
|
|
|
|
color: #666;
|
|
|
|
line-height: 2;
|
|
|
|
}
|
|
|
|
|
2013-08-01 08:59:57 -04:00
|
|
|
.commit-breadcrumb {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2013-08-12 15:22:31 -04:00
|
|
|
|
|
|
|
.commit-info-row {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
.avatar {
|
|
|
|
@extend .avatar-inline;
|
|
|
|
}
|
|
|
|
.commit-committer-link,
|
|
|
|
.commit-author-link {
|
|
|
|
color: #444;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
2013-09-09 09:20:43 -04:00
|
|
|
|
2013-09-10 03:17:15 -04:00
|
|
|
.lists-separator {
|
|
|
|
margin: 10px 0;
|
|
|
|
border-top: 1px dashed #CCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* COMMIT ROW
|
|
|
|
*/
|
|
|
|
li.commit {
|
|
|
|
padding: 8px;
|
|
|
|
|
|
|
|
.commit-row-title {
|
|
|
|
font-size: 14px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
|
|
|
.notes_count {
|
|
|
|
float: right;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit_short_id {
|
|
|
|
min-width: 65px;
|
|
|
|
font-family: $monospace_font;
|
|
|
|
}
|
|
|
|
|
2014-01-08 05:42:57 -05:00
|
|
|
.str-truncated {
|
|
|
|
max-width: 70%;
|
|
|
|
}
|
|
|
|
|
2013-09-10 03:17:15 -04:00
|
|
|
.commit-row-message {
|
2013-12-18 09:03:59 -05:00
|
|
|
color: #333;
|
|
|
|
font-weight: 500;
|
2013-09-10 03:17:15 -04:00
|
|
|
&:hover {
|
|
|
|
color: #444;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit-row-info {
|
2013-12-18 09:03:59 -05:00
|
|
|
color: #777;
|
|
|
|
|
2013-09-10 03:17:15 -04:00
|
|
|
a {
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
.committed_ago {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
2013-09-10 06:15:49 -04:00
|
|
|
|
|
|
|
&.inline-commit {
|
|
|
|
.commit-row-title {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.committed_ago {
|
|
|
|
float: right;
|
|
|
|
@extend .cgray;
|
|
|
|
}
|
|
|
|
}
|
2013-10-13 04:00:51 -04:00
|
|
|
}
|