2014-09-02 18:07:02 +05:30
|
|
|
.tree-holder {
|
2016-01-19 16:12:03 +05:30
|
|
|
> .nav-block {
|
|
|
|
margin: 11px 0;
|
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2016-01-14 18:37:52 +05:30
|
|
|
.file-finder {
|
|
|
|
width: 50%;
|
|
|
|
.file-finder-input {
|
|
|
|
width: 95%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
.tree-table {
|
2015-10-24 18:46:33 +05:30
|
|
|
margin-bottom: 0;
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
tr {
|
2016-06-16 23:09:34 +05:30
|
|
|
border-bottom: 1px solid $table-border-gray;
|
|
|
|
border-top: 1px solid $table-border-gray;
|
|
|
|
|
|
|
|
td, th {
|
2016-06-02 11:05:42 +05:30
|
|
|
line-height: 23px;
|
2015-10-24 18:46:33 +05:30
|
|
|
}
|
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
&:hover {
|
2016-06-16 23:09:34 +05:30
|
|
|
cursor: pointer;
|
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
td {
|
2016-06-16 23:09:34 +05:30
|
|
|
background-color: $row-hover;
|
|
|
|
border-top: 1px solid $row-hover-border;
|
|
|
|
border-bottom: 1px solid $row-hover-border;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
}
|
2016-06-16 23:09:34 +05:30
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
&.selected {
|
|
|
|
td {
|
2015-10-24 18:46:33 +05:30
|
|
|
background: $gray-dark;
|
|
|
|
border-top: 1px solid $border-gray-dark;
|
|
|
|
border-bottom: 1px solid $border-gray-dark;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-item {
|
|
|
|
.tree-item-file-name {
|
|
|
|
max-width: 320px;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
i, a {
|
2016-06-02 11:05:42 +05:30
|
|
|
color: $gl-dark-link-color;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
position: relative;
|
2016-06-02 11:05:42 +05:30
|
|
|
top: -1px;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree_commit {
|
|
|
|
max-width: 320px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree_time_ago {
|
|
|
|
min-width: 135px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree_author {
|
|
|
|
padding-right: 8px;
|
2015-04-26 12:48:37 +05:30
|
|
|
|
|
|
|
.commit-author-name {
|
2015-09-25 12:07:36 +05:30
|
|
|
color: $gl-gray;
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.tree_commit {
|
2015-09-25 12:07:36 +05:30
|
|
|
color: $gl-gray;
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
.tree-commit-link {
|
2015-09-25 12:07:36 +05:30
|
|
|
color: $gl-gray;
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-ref-holder {
|
|
|
|
float: left;
|
2015-04-26 12:48:37 +05:30
|
|
|
margin-right: 15px;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.blob-commit-info {
|
|
|
|
list-style: none;
|
2016-01-19 16:12:03 +05:30
|
|
|
padding: $gl-padding;
|
|
|
|
background: $background-color;
|
|
|
|
border: 1px solid $border-color;
|
|
|
|
border-bottom: none;
|
2014-09-02 18:07:02 +05:30
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
.commit {
|
2016-01-19 16:12:03 +05:30
|
|
|
padding: 0;
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
.commit-row-title {
|
|
|
|
.commit-row-message {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#modal-remove-blob > .modal-dialog { width: 850px; }
|
2015-09-25 12:07:36 +05:30
|
|
|
|
|
|
|
.blob-upload-dropzone-previews {
|
|
|
|
text-align: center;
|
|
|
|
border: 2px;
|
|
|
|
border-style: dashed;
|
|
|
|
border-color: $border-color;
|
|
|
|
min-height: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upload-link {
|
|
|
|
font-weight: normal;
|
|
|
|
color: $md-link-color;
|
|
|
|
}
|
2016-01-19 16:12:03 +05:30
|
|
|
|
|
|
|
.tree-controls {
|
|
|
|
float: right;
|
|
|
|
margin-top: 11px;
|
|
|
|
}
|