2015-10-24 18:46:33 +05:30
|
|
|
.alert_holder {
|
|
|
|
margin: -16px;
|
|
|
|
|
|
|
|
.alert-link {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.no-ssh-key-message {
|
|
|
|
background-color: #f28d35;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
.new_project,
|
|
|
|
.edit_project {
|
|
|
|
fieldset.features {
|
|
|
|
.control-label {
|
2015-10-24 18:46:33 +05:30
|
|
|
font-weight: normal;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-10-24 18:46:33 +05:30
|
|
|
.project-edit-content {
|
|
|
|
padding: 7px;
|
|
|
|
}
|
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
.project-name-holder {
|
|
|
|
.help-inline {
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 7px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-home-panel {
|
2015-09-11 14:41:01 +05:30
|
|
|
text-align: center;
|
2015-09-25 12:07:36 +05:30
|
|
|
background: #f7f8fa;
|
|
|
|
margin: -$gl-padding;
|
|
|
|
padding: $gl-padding;
|
2015-10-24 18:46:33 +05:30
|
|
|
padding: 44px 0 17px 0;
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
.project-identicon-holder {
|
2015-10-24 18:46:33 +05:30
|
|
|
margin-bottom: 16px;
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
.avatar, .identicon {
|
|
|
|
margin: 0 auto;
|
|
|
|
float: none;
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.identicon {
|
2015-09-11 14:41:01 +05:30
|
|
|
@include border-radius(50%);
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
.project-home-dropdown {
|
|
|
|
margin: 11px 3px 0;
|
|
|
|
}
|
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
.project-home-desc {
|
|
|
|
h1 {
|
2015-10-24 18:46:33 +05:30
|
|
|
color: #313236;
|
2015-09-11 14:41:01 +05:30
|
|
|
margin: 0;
|
2015-10-24 18:46:33 +05:30
|
|
|
margin-bottom: 6px;
|
2015-09-25 12:07:36 +05:30
|
|
|
font-size: 23px;
|
|
|
|
font-weight: normal;
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
p {
|
2015-10-24 18:46:33 +05:30
|
|
|
padding: 0 $gl-padding;
|
|
|
|
color: #5c5d5e;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
2015-09-11 14:41:01 +05:30
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
.git-clone-holder {
|
2015-10-24 18:46:33 +05:30
|
|
|
max-width: 498px;
|
2015-09-25 12:07:36 +05:30
|
|
|
|
|
|
|
.form-control {
|
|
|
|
background: #FFF;
|
2015-10-24 18:46:33 +05:30
|
|
|
font-size: 14px;
|
|
|
|
height: 42px;
|
|
|
|
margin-left: -1px;
|
2015-09-25 12:07:36 +05:30
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.visibility-level-label {
|
2015-04-26 12:48:37 +05:30
|
|
|
color: $gray;
|
2014-09-02 18:07:02 +05:30
|
|
|
i {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
}
|
2015-10-24 18:46:33 +05:30
|
|
|
.input-group {
|
|
|
|
display: inline-table;
|
|
|
|
position: relative;
|
|
|
|
top: 17px;
|
|
|
|
margin-bottom: 44px;
|
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
.project-repo-buttons {
|
2015-10-24 18:46:33 +05:30
|
|
|
margin-top: 12px;
|
|
|
|
margin-bottom: 0px;
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
.btn {
|
2015-10-24 18:46:33 +05:30
|
|
|
@include btn-gray;
|
2015-04-26 12:48:37 +05:30
|
|
|
|
|
|
|
.count {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-10-24 18:46:33 +05:30
|
|
|
.split-one {
|
|
|
|
display: inline-table;
|
|
|
|
margin-right: 12px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
margin: -1px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
.git-clone-holder {
|
|
|
|
.project-home-dropdown + & {
|
|
|
|
margin-right: 45px;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
cursor: auto;
|
|
|
|
@extend .monospace;
|
|
|
|
background: #FAFAFA;
|
2015-10-24 18:46:33 +05:30
|
|
|
width: 101%;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
2015-04-26 12:48:37 +05:30
|
|
|
|
|
|
|
.input-group-addon {
|
2015-10-24 18:46:33 +05:30
|
|
|
background: #f7f8fa;
|
2015-09-11 14:41:01 +05:30
|
|
|
|
|
|
|
&.git-protocols {
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
.input-group-btn:last-child > .btn {
|
|
|
|
@include border-radius-right(0);
|
2015-10-24 18:46:33 +05:30
|
|
|
|
|
|
|
border-left: 1px solid #c6cacf;
|
|
|
|
margin-left: -2px !important;
|
2015-09-11 14:41:01 +05:30
|
|
|
}
|
|
|
|
}
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
2015-10-24 18:46:33 +05:30
|
|
|
.projects-search-form {
|
|
|
|
|
|
|
|
.input-group .form-control {
|
|
|
|
height: 42px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group-btn {
|
|
|
|
.btn {
|
|
|
|
@include btn-gray;
|
|
|
|
@include btn-middle;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.active {
|
|
|
|
@include box-shadow(inset 0 0 4px rgba(0, 0, 0, 0.12));
|
|
|
|
|
|
|
|
border: 1px solid #c6cacf !important;
|
|
|
|
background-color: #e4e7ed !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-green {
|
|
|
|
@include btn-green
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.split-repo-buttons {
|
|
|
|
display: inline-table;
|
|
|
|
margin: 0 12px 0 12px;
|
|
|
|
|
|
|
|
.btn{
|
|
|
|
@include btn-gray;
|
|
|
|
@include btn-default;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-toggle {
|
|
|
|
margin: -5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#notification-form {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-new {
|
|
|
|
margin-left: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.open > .dropdown-new.btn {
|
|
|
|
@include box-shadow(inset 0 0 4px rgba(0, 0, 0, 0.12));
|
|
|
|
|
|
|
|
border: 1px solid #c6cacf !important;
|
|
|
|
background-color: #e4e7ed !important;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #313236 !important;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
@include box-shadow(rgba(76, 86, 103, 0.247059) 0px 0px 1px 0px, rgba(31, 37, 50, 0.317647) 0px 2px 18px 0px);
|
|
|
|
@include border-radius (0px);
|
|
|
|
|
|
|
|
border: none;
|
|
|
|
padding: 16px 0;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 100;
|
|
|
|
|
|
|
|
li a {
|
|
|
|
color: #5f697a;
|
|
|
|
line-height: 30px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: #3084bb !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-fw {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-bell {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-angle-down {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-home-panel .project-home-dropdown {
|
|
|
|
margin: 13px 0px 0;
|
|
|
|
}
|
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
.project-visibility-level-holder {
|
|
|
|
.radio {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
i {
|
2015-10-24 18:46:33 +05:30
|
|
|
margin: 2px 0;
|
2014-09-02 18:07:02 +05:30
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.option-title {
|
2015-10-24 18:46:33 +05:30
|
|
|
font-weight: normal;
|
2014-09-02 18:07:02 +05:30
|
|
|
display: inline-block;
|
2015-10-24 18:46:33 +05:30
|
|
|
color: #313236;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.option-descr {
|
2015-10-24 18:46:33 +05:30
|
|
|
margin-left: 29px;
|
|
|
|
color: #54565b;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.save-project-loader {
|
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.nav.nav-projects-tabs {
|
|
|
|
@extend .nav-tabs;
|
|
|
|
|
|
|
|
padding-left: 8px;
|
|
|
|
|
|
|
|
li {
|
|
|
|
a {
|
|
|
|
padding: 6px 25px;
|
|
|
|
margin-top: 2px;
|
|
|
|
border-color: #DDD;
|
|
|
|
background-color: #EEE;
|
|
|
|
text-shadow: 0 1px 1px white;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
&.active {
|
|
|
|
a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
.project_member_row form {
|
2014-09-02 18:07:02 +05:30
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transfer-project .select2-container {
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deploy-project-label {
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vs-public {
|
2015-04-26 12:48:37 +05:30
|
|
|
color: $gl-primary;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.vs-internal {
|
2015-04-26 12:48:37 +05:30
|
|
|
color: $gl-warning;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.vs-private {
|
2015-04-26 12:48:37 +05:30
|
|
|
color: $gl-success;
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb.repo-breadcrumb {
|
2015-09-11 14:41:01 +05:30
|
|
|
padding: 0;
|
2015-09-25 12:07:36 +05:30
|
|
|
line-height: 42px;
|
|
|
|
background: transparent;
|
2014-09-02 18:07:02 +05:30
|
|
|
border: none;
|
2015-09-25 12:07:36 +05:30
|
|
|
margin: 0;
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
> li + li:before {
|
|
|
|
padding: 0 3px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
}
|
2015-04-26 12:48:37 +05:30
|
|
|
|
|
|
|
.fork-namespaces {
|
2015-09-25 12:07:36 +05:30
|
|
|
.fork-thumbnail {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: $gl-padding;
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
.caption {
|
|
|
|
padding: $gl-padding 0;
|
|
|
|
min-height: 30px;
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
img {
|
|
|
|
@include border-radius(50%);
|
|
|
|
max-width: 100px;
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table.protected-branches-list tr.no-border {
|
|
|
|
th, td {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-import .btn {
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2015-09-11 14:41:01 +05:30
|
|
|
|
|
|
|
.project-stats {
|
|
|
|
text-align: center;
|
2015-10-24 18:46:33 +05:30
|
|
|
margin-top: 15px;
|
2015-09-25 12:07:36 +05:30
|
|
|
margin-bottom: 0;
|
2015-10-24 18:46:33 +05:30
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 4px;
|
2015-09-25 12:07:36 +05:30
|
|
|
|
|
|
|
ul.nav-pills {
|
|
|
|
display:inline-block;
|
|
|
|
}
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2015-10-24 18:46:33 +05:30
|
|
|
.nav-pills li {
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav > li > a {
|
|
|
|
@include btn-default;
|
|
|
|
@include btn-gray;
|
|
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
border: 1px solid #f7f8fa;
|
|
|
|
margin-left: 12px;
|
|
|
|
}
|
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
li {
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
float:left;
|
|
|
|
font-size: 17px;
|
|
|
|
}
|
2015-09-11 14:41:01 +05:30
|
|
|
|
|
|
|
li.missing a {
|
2015-10-24 18:46:33 +05:30
|
|
|
color: #5a6069;
|
|
|
|
border: 1px dashed #dce0e5;
|
2015-09-11 14:41:01 +05:30
|
|
|
|
|
|
|
&:hover {
|
2015-10-24 18:46:33 +05:30
|
|
|
background-color: #f0f2f5;
|
2015-09-11 14:41:01 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
pre.light-well {
|
|
|
|
border-color: #f1f1f1;
|
|
|
|
}
|
2015-09-25 12:07:36 +05:30
|
|
|
|
|
|
|
.projects-search-form {
|
|
|
|
margin: -$gl-padding;
|
|
|
|
background-color: #f8fafc;
|
|
|
|
padding: $gl-padding;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
border-top: 1px solid #e7e9ed;
|
|
|
|
border-bottom: 1px solid #e7e9ed;
|
|
|
|
}
|
|
|
|
|
2015-10-24 18:46:33 +05:30
|
|
|
.git-empty {
|
|
|
|
margin: 0 7px 0 7px;
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
color: #5c5d5e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.light-well {
|
|
|
|
@include border-radius (2px);
|
|
|
|
|
|
|
|
color: #5b6169;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.6em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-footer {
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
.btn-remove {
|
|
|
|
@include btn-middle;
|
|
|
|
@include btn-red;
|
|
|
|
|
|
|
|
float: left !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
/*
|
|
|
|
* Projects list rendered on dashboard and user page
|
|
|
|
*/
|
2015-10-24 18:46:33 +05:30
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
.projects-list {
|
|
|
|
@include basic-list;
|
|
|
|
|
|
|
|
.project-row {
|
|
|
|
padding: $gl-padding;
|
|
|
|
border-color: #f1f2f4;
|
|
|
|
margin-left: -$gl-padding;
|
|
|
|
margin-right: -$gl-padding;
|
|
|
|
|
|
|
|
&.no-description {
|
|
|
|
.project {
|
|
|
|
line-height: 44px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-full-name {
|
|
|
|
@include str-truncated;
|
|
|
|
font-weight: 600;
|
|
|
|
color: #4c4e54;
|
|
|
|
}
|
|
|
|
|
2015-10-24 18:46:33 +05:30
|
|
|
.project-controls {
|
|
|
|
float: right;
|
|
|
|
color: $gl-gray;
|
2015-09-25 12:07:36 +05:30
|
|
|
line-height: 45px;
|
|
|
|
color: #7f8fa4;
|
2015-10-24 18:46:33 +05:30
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2015-09-25 12:07:36 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.project-description {
|
|
|
|
color: #7f8fa4;
|
|
|
|
|
|
|
|
p {
|
|
|
|
@include str-truncated;
|
|
|
|
margin-bottom: 0;
|
|
|
|
color: #7f8fa4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom {
|
|
|
|
padding-top: $gl-padding;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel .projects-list li {
|
|
|
|
padding: 10px 15px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-show-activity {
|
|
|
|
.activity-filter-block {
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-10-24 18:46:33 +05:30
|
|
|
.project-show-readme .readme-holder {
|
|
|
|
padding: 7px;
|
2015-09-25 12:07:36 +05:30
|
|
|
}
|