2015-09-25 14:33:05 -04:00
|
|
|
.alert_holder {
|
|
|
|
margin: -16px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
.alert-link {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
2016-06-15 14:43:32 -04:00
|
|
|
|
2015-12-02 19:02:15 -05:00
|
|
|
.no-ssh-key-message, .project-limit-message {
|
2015-09-25 14:33:05 -04:00
|
|
|
background-color: #f28d35;
|
2016-05-16 23:36:42 -04:00
|
|
|
margin-bottom: 0;
|
2015-09-25 14:33:05 -04:00
|
|
|
}
|
2016-06-15 14:43:32 -04:00
|
|
|
|
2012-08-21 01:20:11 -04:00
|
|
|
.new_project,
|
2016-05-16 11:42:29 -04:00
|
|
|
.edit-project {
|
2016-06-07 21:10:55 -04:00
|
|
|
fieldset {
|
|
|
|
&.features .control-label {
|
2015-10-05 15:18:21 -04:00
|
|
|
font-weight: normal;
|
2012-12-02 12:28:23 -05:00
|
|
|
}
|
2016-06-07 21:10:55 -04:00
|
|
|
.form-group {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
&> .form-group {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.help-block {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.project-path {
|
|
|
|
padding-right: 0;
|
|
|
|
.form-control {
|
|
|
|
border-radius: $border-radius-base;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.input-group > div {
|
|
|
|
&:last-child {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: $screen-xs-max) {
|
|
|
|
.input-group > div {
|
|
|
|
margin-bottom: 14px;
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldset > .form-group:first-child {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group-addon {
|
|
|
|
&.static-namespace {
|
|
|
|
height: 35px;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
&+ .select2 a {
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
2012-12-02 12:28:23 -05:00
|
|
|
}
|
2012-04-24 14:49:34 -04:00
|
|
|
}
|
2012-08-25 16:39:01 -04:00
|
|
|
|
2013-10-21 06:05:20 -04:00
|
|
|
.project-home-panel {
|
2016-05-19 11:11:54 -04:00
|
|
|
background: $white-light;
|
|
|
|
text-align: left;
|
|
|
|
padding: 24px 0;
|
|
|
|
|
|
|
|
.container-fluid {
|
|
|
|
position: relative;
|
2016-06-01 13:59:45 -04:00
|
|
|
|
2016-06-15 16:35:27 -04:00
|
|
|
@media (min-width: $screen-lg-min) {
|
2016-06-01 13:59:45 -04:00
|
|
|
.row {
|
|
|
|
display: flex;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
}
|
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
}
|
2015-12-23 22:01:38 -05:00
|
|
|
|
|
|
|
.cover-controls {
|
|
|
|
.project-settings-dropdown {
|
|
|
|
margin-left: 10px;
|
2016-02-22 09:58:04 -05:00
|
|
|
display: inline-block;
|
2016-03-16 18:30:01 -04:00
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
left: auto;
|
|
|
|
width: auto;
|
2016-03-18 16:42:53 -04:00
|
|
|
right: 0;
|
2016-03-16 18:30:01 -04:00
|
|
|
max-width: 240px;
|
|
|
|
}
|
2015-12-23 22:01:38 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-19 16:56:29 -04:00
|
|
|
.cover-title {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2016-05-19 11:11:54 -04:00
|
|
|
.project-image-container {
|
|
|
|
@include make-sm-column(1);
|
|
|
|
max-width: 86px;
|
|
|
|
min-width: 86px;
|
|
|
|
padding-right: 0;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2016-05-19 11:11:54 -04:00
|
|
|
@media (max-width: $screen-md-max) {
|
|
|
|
padding-left: 0;
|
2016-05-19 16:56:29 -04:00
|
|
|
margin: 0 0 10px;
|
2016-05-19 11:11:54 -04:00
|
|
|
max-width: none;
|
|
|
|
min-width: none;
|
|
|
|
|
|
|
|
.avatar.s70 {
|
|
|
|
margin: auto;
|
|
|
|
}
|
2015-01-26 03:23:16 -05:00
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2016-05-19 11:11:54 -04:00
|
|
|
.project-info {
|
|
|
|
@include make-sm-column(10);
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-home-desc {
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2015-04-14 09:40:59 -04:00
|
|
|
}
|
2015-01-26 03:23:16 -05:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2016-05-19 11:11:54 -04:00
|
|
|
.identicon {
|
|
|
|
float: left;
|
|
|
|
@include border-radius(50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2015-10-22 11:58:09 -04:00
|
|
|
.notifications-btn {
|
2016-01-14 11:42:15 -05:00
|
|
|
|
2016-06-13 05:00:26 -04:00
|
|
|
.fa-bell,
|
|
|
|
.fa-spinner {
|
2015-10-22 11:58:09 -04:00
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-angle-down {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
2015-08-25 11:58:29 -04:00
|
|
|
}
|
|
|
|
|
2015-03-29 07:56:45 -04:00
|
|
|
.project-repo-buttons {
|
2016-05-19 11:11:54 -04:00
|
|
|
font-size: 0;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2016-05-19 11:11:54 -04:00
|
|
|
.btn {
|
|
|
|
@include btn-gray;
|
|
|
|
padding: 3px 10px;
|
|
|
|
text-transform: none;
|
|
|
|
background-color: $background-color;
|
2015-12-18 14:17:19 -05:00
|
|
|
|
2016-05-19 11:11:54 -04:00
|
|
|
.fa {
|
|
|
|
color: $layout-link-gray;
|
2016-01-14 11:42:15 -05:00
|
|
|
}
|
|
|
|
|
2016-05-19 11:11:54 -04:00
|
|
|
.fa-caret-down {
|
|
|
|
margin-left: 3px;
|
2016-01-14 11:42:15 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-19 11:11:54 -04:00
|
|
|
form {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.count-buttons {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-clone-holder {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 16px;
|
|
|
|
|
|
|
|
input {
|
|
|
|
height: 29px;
|
|
|
|
}
|
2015-12-18 14:17:19 -05:00
|
|
|
}
|
2016-01-14 11:42:15 -05:00
|
|
|
|
2015-12-18 14:17:19 -05:00
|
|
|
.count-with-arrow {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
margin-left: 4px;
|
|
|
|
|
|
|
|
.arrow {
|
2015-12-23 20:39:42 -05:00
|
|
|
&:before {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-color: transparent;
|
|
|
|
border-style: solid;
|
|
|
|
top: 50%;
|
|
|
|
left: 0;
|
|
|
|
margin-top: -6px;
|
|
|
|
border-width: 7px 5px 7px 0;
|
|
|
|
border-right-color: #dce0e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-color: transparent;
|
|
|
|
border-style: solid;
|
|
|
|
top: 50%;
|
|
|
|
left: 1px;
|
|
|
|
margin-top: -9px;
|
|
|
|
border-width: 10px 7px 10px 0;
|
2016-03-15 15:56:28 -04:00
|
|
|
border-right-color: #fff;
|
2015-12-18 14:17:19 -05:00
|
|
|
}
|
|
|
|
}
|
2015-03-29 21:15:54 -04:00
|
|
|
.count {
|
2015-12-18 14:17:19 -05:00
|
|
|
@include btn-gray;
|
2015-03-29 21:15:54 -04:00
|
|
|
display: inline-block;
|
2015-12-18 14:17:19 -05:00
|
|
|
background: white;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: 600;
|
2016-01-14 07:59:28 -05:00
|
|
|
line-height: 13px;
|
|
|
|
padding: $gl-vert-padding $gl-padding;
|
2015-12-18 14:17:19 -05:00
|
|
|
letter-spacing: .4px;
|
2016-05-19 11:11:54 -04:00
|
|
|
padding: 7px 14px;
|
2015-12-18 14:17:19 -05:00
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
touch-action: manipulation;
|
|
|
|
cursor: pointer;
|
|
|
|
background-image: none;
|
|
|
|
white-space: nowrap;
|
2016-05-19 11:11:54 -04:00
|
|
|
margin: 0 10px 0 4px;
|
2015-12-18 16:06:48 -05:00
|
|
|
|
2016-05-19 23:09:51 -04:00
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
2015-12-18 16:06:48 -05:00
|
|
|
&:hover {
|
2016-03-15 15:56:28 -04:00
|
|
|
background: #fff;
|
2015-12-18 16:06:48 -05:00
|
|
|
}
|
2015-03-29 21:15:54 -04:00
|
|
|
}
|
|
|
|
}
|
2015-03-29 07:56:45 -04:00
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
|
|
|
.project-right-buttons {
|
|
|
|
position: absolute;
|
|
|
|
right: 16px;
|
|
|
|
bottom: 0;
|
|
|
|
|
2016-06-15 16:35:27 -04:00
|
|
|
@media (max-width: $screen-md-max) {
|
2016-06-02 12:05:06 -04:00
|
|
|
top: 0;
|
2016-05-19 11:11:54 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: $screen-md-max) {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.project-info,
|
|
|
|
.project-image-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2012-09-03 15:30:14 -04:00
|
|
|
}
|
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.split-one {
|
|
|
|
display: inline-table;
|
2015-09-25 14:33:05 -04:00
|
|
|
margin-right: 12px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2016-05-19 23:09:51 -04:00
|
|
|
> a {
|
2016-03-24 16:45:31 -04:00
|
|
|
margin: -1px;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-06 10:13:21 -05:00
|
|
|
.project-visibility-level-holder {
|
2014-01-08 11:39:03 -05:00
|
|
|
.radio {
|
|
|
|
margin-bottom: 10px;
|
2013-11-06 10:13:21 -05:00
|
|
|
|
2014-01-08 11:39:03 -05:00
|
|
|
i {
|
2015-10-05 15:18:21 -04:00
|
|
|
margin: 2px 0;
|
2014-01-08 11:39:03 -05:00
|
|
|
font-size: 20px;
|
2013-11-06 10:13:21 -05:00
|
|
|
}
|
2013-11-27 06:13:33 -05:00
|
|
|
|
2014-01-08 11:39:03 -05:00
|
|
|
.option-title {
|
2015-10-05 15:18:21 -04:00
|
|
|
font-weight: normal;
|
2013-11-06 10:13:21 -05:00
|
|
|
display: inline-block;
|
2016-04-25 16:02:15 -04:00
|
|
|
color: $gl-gray-dark;
|
2013-11-06 10:13:21 -05:00
|
|
|
}
|
2014-01-08 11:39:03 -05:00
|
|
|
|
|
|
|
.option-descr {
|
2015-10-05 15:18:21 -04:00
|
|
|
margin-left: 29px;
|
|
|
|
color: #54565b;
|
2014-01-08 11:39:03 -05:00
|
|
|
}
|
2013-09-13 08:39:04 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-03 15:30:14 -04:00
|
|
|
.save-project-loader {
|
2014-02-05 13:30:57 -05:00
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
color: #555;
|
2012-08-30 15:15:34 -04:00
|
|
|
}
|
2012-12-03 13:14:05 -05:00
|
|
|
|
2014-01-11 05:11:54 -05:00
|
|
|
.transfer-project .select2-container {
|
2013-11-13 10:06:24 -05:00
|
|
|
min-width: 200px;
|
|
|
|
}
|
2013-11-14 10:01:23 -05:00
|
|
|
|
2016-04-25 11:26:41 -04:00
|
|
|
.deploy-key-content {
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.deploy-key-projects {
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
line-height: 42px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a.deploy-project-label {
|
|
|
|
padding: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
color: $gl-gray;
|
|
|
|
background-color: $row-hover;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $gl-link-color;
|
|
|
|
}
|
2013-12-29 11:58:47 -05:00
|
|
|
}
|
2014-06-03 07:49:50 -04:00
|
|
|
|
|
|
|
.vs-public {
|
2015-03-06 22:02:12 -05:00
|
|
|
color: $gl-primary;
|
2014-06-03 07:49:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.vs-internal {
|
2015-03-06 22:02:12 -05:00
|
|
|
color: $gl-warning;
|
2014-06-03 07:49:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.vs-private {
|
2015-03-06 22:02:12 -05:00
|
|
|
color: $gl-success;
|
2014-06-03 07:49:50 -04:00
|
|
|
}
|
2014-06-14 12:02:16 -04:00
|
|
|
|
|
|
|
.breadcrumb.repo-breadcrumb {
|
2015-05-09 17:17:05 -04:00
|
|
|
padding: 0;
|
2015-09-07 05:44:00 -04:00
|
|
|
background: transparent;
|
2014-06-14 12:02:16 -04:00
|
|
|
border: none;
|
2016-03-28 05:31:48 -04:00
|
|
|
line-height: 36px;
|
2015-09-07 05:44:00 -04:00
|
|
|
margin: 0;
|
2014-06-14 12:02:16 -04:00
|
|
|
|
|
|
|
> li + li:before {
|
|
|
|
padding: 0 3px;
|
|
|
|
color: #999;
|
|
|
|
}
|
2016-03-25 10:48:00 -04:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: $gl-dark-link-color;
|
|
|
|
}
|
2014-06-14 12:02:16 -04:00
|
|
|
}
|
2014-11-14 09:06:39 -05:00
|
|
|
|
2016-01-08 12:48:11 -05:00
|
|
|
.last-push-widget {
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
2014-11-14 09:06:39 -05:00
|
|
|
.fork-namespaces {
|
2015-09-10 07:14:25 -04:00
|
|
|
.fork-thumbnail {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: $gl-padding;
|
2014-11-14 09:06:39 -05:00
|
|
|
|
2015-09-10 07:14:25 -04:00
|
|
|
.caption {
|
|
|
|
padding: $gl-padding 0;
|
|
|
|
min-height: 30px;
|
2014-11-14 09:06:39 -05:00
|
|
|
}
|
|
|
|
|
2015-09-10 07:14:25 -04:00
|
|
|
img {
|
|
|
|
@include border-radius(50%);
|
|
|
|
max-width: 100px;
|
2014-11-14 09:06:39 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-11-19 11:11:16 -05:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
.project-import {
|
|
|
|
.form-group {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.import-buttons {
|
|
|
|
padding-left: 0;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
.btn {
|
|
|
|
margin-right: 10px;
|
|
|
|
padding: 8px 12px;
|
|
|
|
}
|
|
|
|
&> div {
|
|
|
|
margin-bottom: 14px;
|
|
|
|
padding-left: 0;
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-03-14 03:13:15 -04:00
|
|
|
}
|
2015-07-07 09:22:56 -04:00
|
|
|
|
|
|
|
.project-stats {
|
2015-12-02 08:46:15 -05:00
|
|
|
margin-top: $gl-padding;
|
2015-09-04 10:14:10 -04:00
|
|
|
margin-bottom: 0;
|
2016-06-16 14:59:07 -04:00
|
|
|
padding: 0;
|
2016-05-19 11:11:54 -04:00
|
|
|
background-color: $white-light;
|
|
|
|
font-size: 0;
|
2015-09-04 10:14:10 -04:00
|
|
|
|
2016-01-13 11:26:45 -05:00
|
|
|
ul.nav {
|
2016-03-16 19:40:12 -04:00
|
|
|
display: inline-block;
|
2015-09-04 10:14:10 -04:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2016-01-13 11:26:45 -05:00
|
|
|
.nav li {
|
2016-06-16 14:59:07 -04:00
|
|
|
display: inline-block;
|
|
|
|
margin: 16px 0;
|
|
|
|
margin-right: 16px;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
2015-07-07 09:22:56 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.nav > li > a {
|
2015-09-25 14:33:05 -04:00
|
|
|
background-color: transparent;
|
2016-06-16 14:59:07 -04:00
|
|
|
padding: 5px 10px;
|
2016-05-19 11:11:54 -04:00
|
|
|
font-size: 15px;
|
|
|
|
color: $notes-light-color;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-04 10:14:10 -04:00
|
|
|
li {
|
2016-03-16 19:40:12 -04:00
|
|
|
display: inline;
|
2015-09-04 10:14:10 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2016-03-16 19:40:12 -04:00
|
|
|
float: left;
|
2015-09-04 10:14:10 -04:00
|
|
|
font-size: 17px;
|
|
|
|
}
|
2015-07-30 09:12:57 -04:00
|
|
|
|
2016-06-16 14:59:07 -04:00
|
|
|
li.missing {
|
2016-06-19 19:52:19 -04:00
|
|
|
border: 1px dashed $border-gray-light;
|
|
|
|
border-radius: $border-radius-default;
|
2016-06-16 14:59:07 -04:00
|
|
|
|
|
|
|
a {
|
2016-06-19 19:52:19 -04:00
|
|
|
color: $notes-light-color;
|
2016-06-16 14:59:07 -04:00
|
|
|
display: block;
|
|
|
|
}
|
2015-07-30 09:12:57 -04:00
|
|
|
|
|
|
|
&:hover {
|
2016-06-19 19:52:19 -04:00
|
|
|
background-color: $gray-normal;
|
2015-07-30 09:12:57 -04:00
|
|
|
}
|
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
|
|
|
&.row-content-block.second-block {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2015-07-07 09:22:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
pre.light-well {
|
|
|
|
border-color: #f1f1f1;
|
|
|
|
}
|
2015-08-25 09:23:25 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.git-empty {
|
2016-04-02 08:44:50 -04:00
|
|
|
margin: 0 7px 7px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
h5 {
|
|
|
|
color: #5c5d5e;
|
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.light-well {
|
|
|
|
@include border-radius (2px);
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
color: #5b6169;
|
2015-10-01 06:19:08 -04:00
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.6em;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-10-01 06:19:08 -04:00
|
|
|
.project-footer {
|
2015-09-25 14:33:05 -04:00
|
|
|
margin-top: 20px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.btn-remove {
|
2015-09-25 14:33:05 -04:00
|
|
|
@include btn-middle;
|
2015-10-07 11:21:15 -04:00
|
|
|
@include btn-red;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
float: left !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-26 16:44:02 -04:00
|
|
|
/*
|
|
|
|
* Projects list rendered on dashboard and user page
|
|
|
|
*/
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-08-26 16:44:02 -04:00
|
|
|
.projects-list {
|
|
|
|
@include basic-list;
|
|
|
|
|
|
|
|
.project-row {
|
2015-10-19 05:19:45 -04:00
|
|
|
border-color: $table-border-color;
|
2015-09-02 07:02:16 -04:00
|
|
|
|
|
|
|
&.no-description {
|
|
|
|
.project {
|
2016-02-04 13:44:52 -05:00
|
|
|
line-height: 40px;
|
2015-09-02 07:02:16 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-26 16:44:02 -04:00
|
|
|
.project-full-name {
|
|
|
|
@include str-truncated;
|
2015-09-02 07:02:16 -04:00
|
|
|
}
|
|
|
|
|
2016-02-25 13:44:11 -05:00
|
|
|
.controls {
|
2016-02-04 13:44:52 -05:00
|
|
|
line-height: 40px;
|
2015-09-24 08:00:23 -04:00
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2016-02-03 12:05:58 -05:00
|
|
|
|
|
|
|
> span {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2015-08-26 16:44:02 -04:00
|
|
|
}
|
2015-08-25 09:23:25 -04:00
|
|
|
}
|
2015-09-04 05:56:32 -04:00
|
|
|
|
|
|
|
.bottom {
|
|
|
|
padding-top: $gl-padding;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2015-08-25 09:23:25 -04:00
|
|
|
}
|
|
|
|
|
2015-08-26 16:44:02 -04:00
|
|
|
.panel .projects-list li {
|
|
|
|
padding: 10px 15px;
|
2015-09-02 07:02:16 -04:00
|
|
|
margin: 0;
|
2015-08-25 09:23:25 -04:00
|
|
|
}
|
2015-09-07 05:10:40 -04:00
|
|
|
|
2016-06-03 14:09:45 -04:00
|
|
|
|
|
|
|
.activity-filter-block {
|
|
|
|
.controls {
|
2016-06-17 10:29:25 -04:00
|
|
|
padding-bottom: 7px;
|
|
|
|
margin-top: 8px;
|
2016-06-03 14:09:45 -04:00
|
|
|
border-bottom: 1px solid $border-color;
|
2015-09-07 05:10:40 -04:00
|
|
|
}
|
|
|
|
}
|
2015-10-30 09:56:56 -04:00
|
|
|
|
2015-10-15 13:02:29 -04:00
|
|
|
.project-last-commit {
|
|
|
|
.ci-status {
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit-row-message {
|
|
|
|
color: $gl-gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit_short_id {
|
2016-04-05 17:12:47 -04:00
|
|
|
margin: 0 5px;
|
2015-10-15 13:02:29 -04:00
|
|
|
color: $gl-link-color;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit-author-link {
|
|
|
|
margin-left: 7px;
|
|
|
|
text-decoration: none;
|
|
|
|
.avatar {
|
|
|
|
float: none;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit-author-name {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-10-16 10:36:37 -04:00
|
|
|
|
|
|
|
.project-show-readme .readme-holder {
|
2016-01-14 06:31:31 -05:00
|
|
|
padding: $gl-padding 0;
|
2015-10-17 13:18:28 -04:00
|
|
|
border-top: 0;
|
2015-10-22 11:58:09 -04:00
|
|
|
|
2015-10-22 11:11:21 -04:00
|
|
|
.edit-project-readme {
|
2016-05-19 11:11:54 -04:00
|
|
|
z-index: 2;
|
2015-10-22 11:11:21 -04:00
|
|
|
position: relative;
|
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
|
|
|
.wiki h1 {
|
|
|
|
border-bottom: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2015-11-24 19:32:06 -05:00
|
|
|
}
|
2016-01-14 11:42:15 -05:00
|
|
|
|
|
|
|
.git-clone-holder {
|
|
|
|
width: 498px;
|
|
|
|
|
|
|
|
.btn-clipboard {
|
|
|
|
border: 1px solid $border-color;
|
|
|
|
padding: 6px $gl-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-home-dropdown + & {
|
|
|
|
margin-right: 45px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clone-options {
|
|
|
|
display: table-cell;
|
|
|
|
a.btn {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
@extend .monospace;
|
2016-03-15 15:56:28 -04:00
|
|
|
background: #fff;
|
2016-01-14 11:42:15 -05:00
|
|
|
font-size: 14px;
|
|
|
|
margin-left: -1px;
|
|
|
|
cursor: auto;
|
|
|
|
width: 101%;
|
|
|
|
}
|
|
|
|
}
|
2016-01-13 08:59:56 -05:00
|
|
|
|
2016-02-02 19:08:30 -05:00
|
|
|
.cannot-be-merged,
|
2016-01-19 08:44:16 -05:00
|
|
|
.cannot-be-merged:hover {
|
2016-03-15 15:56:28 -04:00
|
|
|
color: #e62958;
|
2016-01-13 08:59:56 -05:00
|
|
|
margin-top: 2px;
|
2016-01-18 20:17:29 -05:00
|
|
|
}
|
2016-01-14 21:05:33 -05:00
|
|
|
|
|
|
|
.private-forks-notice .private-fork-icon {
|
2016-01-20 00:07:40 -05:00
|
|
|
i:nth-child(1) {
|
2016-03-15 15:56:28 -04:00
|
|
|
color: #2aa056;
|
2016-01-14 21:05:33 -05:00
|
|
|
}
|
2016-01-20 00:07:40 -05:00
|
|
|
|
|
|
|
i:nth-child(2) {
|
2016-03-15 15:56:28 -04:00
|
|
|
color: #fff;
|
2016-01-14 21:05:33 -05:00
|
|
|
}
|
|
|
|
}
|
2016-04-26 10:50:31 -04:00
|
|
|
|
|
|
|
.protected-branches-list {
|
|
|
|
a {
|
|
|
|
color: $gl-gray;
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $gl-link-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-05-31 16:51:46 -04:00
|
|
|
|
|
|
|
.custom-notifications-form {
|
|
|
|
.is-loading {
|
|
|
|
.custom-notification-event-loading {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-notification-event-loading {
|
|
|
|
display: none;
|
|
|
|
margin-left: 5px;
|
|
|
|
|
|
|
|
&.is-done {
|
|
|
|
color: $gl-text-green;
|
|
|
|
}
|
|
|
|
}
|
2016-06-07 09:40:21 -04:00
|
|
|
|
|
|
|
.project-refs-form {
|
|
|
|
.dropdown-menu {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
}
|