gitlab-org--gitlab-foss/app/assets/stylesheets/sections/tree.scss

109 lines
1.5 KiB
SCSS
Raw Normal View History

2012-10-02 03:26:24 -04:00
.tree-holder {
.tree-content-holder {
float: left;
width: 100%;
2012-02-26 17:41:53 -05:00
}
2012-09-03 14:53:16 -04:00
.tree_progress {
display: none;
margin: 20px;
2012-09-03 14:53:16 -04:00
&.loading {
display: block;
}
}
2012-10-02 03:26:24 -04:00
.tree-table {
@include border-radius(0);
2012-09-03 14:53:16 -04:00
.tree-item {
&:hover {
td {
background: $hover;
border-top: 1px solid #ADF;
border-bottom: 1px solid #ADF;
2012-09-03 14:53:16 -04:00
}
cursor: pointer;
2012-04-07 10:30:00 -04:00
}
2012-02-11 16:22:33 -05:00
}
2012-04-07 10:30:00 -04:00
}
2012-01-29 05:45:51 -05:00
2012-09-03 14:53:16 -04:00
.tree-item {
.tree-item-file-name {
vertical-align: middle;
2012-09-03 14:53:16 -04:00
a {
&:hover {
2012-11-25 14:03:14 -05:00
color: $primary_color;
2012-04-10 01:51:08 -04:00
}
}
2012-09-03 14:53:16 -04:00
img {
position: relative;
2012-04-10 13:06:17 -04:00
top:-1px;
}
2012-01-29 05:45:51 -05:00
}
2012-01-29 05:04:09 -05:00
}
2012-02-12 12:47:37 -05:00
2012-10-02 03:26:24 -04:00
.tree-table {
th .btn {
margin: -2px -1px;
padding: 2px 10px;
}
2012-09-03 14:53:16 -04:00
td {
line-height: 20px;
background: #fafafa;
2012-04-06 01:48:58 -04:00
}
2012-02-12 12:47:37 -05:00
}
2012-10-18 14:53:35 -04:00
.tree_author {
padding-right: 8px;
img.avatar {
margin-top: 0;
2012-10-18 14:53:35 -04:00
width: 16px;
}
2012-02-12 12:47:37 -05:00
}
2012-02-14 16:48:42 -05:00
2012-10-18 14:53:35 -04:00
.tree_commit {
color: gray;
.tree-commit-link {
color: #444;
&:hover {
text-decoration: underline;
}
}
}
2012-10-17 18:49:20 -04:00
.blame {
img.avatar {
border: 0 none;
float: none;
margin: 0;
padding: 0;
}
2013-01-14 13:55:57 -05:00
td.blame-commit {
background: #f9f9f9;
min-width: 350px;
}
td.blame-numbers {
pre {
color: #AAA;
white-space: pre;
}
background: #f1f1f1;
border-left: 1px solid #DDD;
}
2012-10-17 18:49:20 -04:00
}
2012-02-20 14:38:59 -05:00
}
.tree-btn-group {
.btn {
margin-right: 0px;
padding: 2px 10px;
}
}
2013-03-14 13:50:57 -04:00
.tree-ref-holder {
float: left;
margin-top: 5px;
}