2012-12-20 08:39:39 -05:00
|
|
|
.commits-compare-switch{
|
2015-10-08 07:29:14 -04:00
|
|
|
@include btn-default;
|
|
|
|
@include btn-white;
|
2014-03-06 04:05:00 -05:00
|
|
|
background: image-url("switch_icon.png") no-repeat center center;
|
2012-12-20 08:39:39 -05:00
|
|
|
text-indent: -9999px;
|
2012-12-19 12:14:05 -05:00
|
|
|
float: left;
|
|
|
|
margin-right: 9px;
|
|
|
|
}
|
2013-03-21 16:22:21 -04:00
|
|
|
|
2013-09-10 03:17:15 -04:00
|
|
|
.lists-separator {
|
|
|
|
margin: 10px 0;
|
2015-02-20 01:42:54 -05:00
|
|
|
border-color: #DDD;
|
2013-09-10 03:17:15 -04:00
|
|
|
}
|
|
|
|
|
2015-02-19 23:45:21 -05:00
|
|
|
.commits-row {
|
|
|
|
ul {
|
|
|
|
margin: 0;
|
2014-01-08 05:42:57 -05:00
|
|
|
|
2015-02-19 23:45:21 -05:00
|
|
|
li.commit {
|
|
|
|
padding: 8px 0;
|
2013-09-10 03:17:15 -04:00
|
|
|
}
|
|
|
|
}
|
2013-09-10 06:15:49 -04:00
|
|
|
|
2015-02-19 23:45:21 -05:00
|
|
|
.commits-row-date {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 20px;
|
|
|
|
margin-bottom: 5px;
|
2013-09-10 06:15:49 -04:00
|
|
|
}
|
2013-10-13 04:00:51 -04:00
|
|
|
}
|
2014-06-14 12:02:16 -04:00
|
|
|
|
|
|
|
.commits-feed-holder {
|
|
|
|
float: right;
|
|
|
|
}
|
2015-02-20 00:55:47 -05:00
|
|
|
|
|
|
|
li.commit {
|
2015-11-02 10:39:24 -05:00
|
|
|
list-style: none;
|
|
|
|
|
2015-02-20 00:55:47 -05:00
|
|
|
.commit-row-title {
|
|
|
|
font-size: $list-font-size;
|
|
|
|
line-height: 20px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
|
|
|
.notes_count {
|
|
|
|
float: right;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit_short_id {
|
|
|
|
min-width: 65px;
|
|
|
|
font-family: $monospace_font;
|
|
|
|
}
|
|
|
|
|
|
|
|
.str-truncated {
|
|
|
|
max-width: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit-row-message {
|
2015-09-03 09:09:55 -04:00
|
|
|
color: $gl-link-color;
|
2015-02-20 00:55:47 -05:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-expander {
|
|
|
|
background: #eee;
|
|
|
|
color: #555;
|
|
|
|
padding: 0 5px;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-left: 4px;
|
|
|
|
&:hover {
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit-row-description {
|
|
|
|
font-size: 14px;
|
|
|
|
border-left: 1px solid #EEE;
|
|
|
|
padding: 10px 15px;
|
|
|
|
margin: 5px 0 10px 5px;
|
|
|
|
background: #f9f9f9;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
pre {
|
|
|
|
border: none;
|
|
|
|
background: inherit;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit-row-info {
|
2015-09-03 09:09:55 -04:00
|
|
|
color: $gl-gray;
|
2015-02-20 00:55:47 -05:00
|
|
|
line-height: 24px;
|
2015-03-09 21:25:32 -04:00
|
|
|
font-size: 13px;
|
2015-02-20 00:55:47 -05:00
|
|
|
|
|
|
|
a {
|
2015-09-03 09:09:55 -04:00
|
|
|
color: $gl-gray;
|
2015-02-20 00:55:47 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.committed_ago {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.inline-commit {
|
|
|
|
.commit-row-title {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.committed_ago {
|
|
|
|
float: right;
|
|
|
|
@extend .cgray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-07-20 21:34:19 -04:00
|
|
|
|
2015-11-05 07:49:34 -05:00
|
|
|
.branch-commit {
|
|
|
|
color: $gl-gray;
|
|
|
|
.commit-id, .commit-row-message {
|
|
|
|
color: $gl-gray;
|
|
|
|
}
|
|
|
|
}
|
2015-11-12 10:05:29 -05:00
|
|
|
|
2015-07-20 21:34:19 -04:00
|
|
|
.divergence-graph {
|
|
|
|
padding: 12px 12px 0 0;
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
.graph-side {
|
|
|
|
position: relative;
|
|
|
|
width: 80px;
|
|
|
|
height: 22px;
|
|
|
|
padding: 5px 0 13px;
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
.bar {
|
|
|
|
position: absolute;
|
|
|
|
height: 4px;
|
|
|
|
background-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-behind {
|
|
|
|
right: 0;
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-ahead {
|
|
|
|
left: 0;
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.count {
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #333;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.count-behind {
|
|
|
|
padding-right: 4px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.count-ahead {
|
|
|
|
padding-left: 4px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.graph-separator {
|
|
|
|
position: relative;
|
|
|
|
width: 1px;
|
|
|
|
height: 18px;
|
|
|
|
margin: 5px 0 0;
|
|
|
|
float: left;
|
|
|
|
background-color: #ccc;
|
|
|
|
}
|
|
|
|
}
|