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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.no-ssh-key-message {
|
|
|
|
background-color: #f28d35;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2012-08-21 01:20:11 -04:00
|
|
|
.new_project,
|
|
|
|
.edit_project {
|
2012-12-02 12:28:23 -05:00
|
|
|
fieldset.features {
|
|
|
|
.control-label {
|
2015-10-05 15:18:21 -04:00
|
|
|
font-weight: normal;
|
2012-12-02 12:28:23 -05:00
|
|
|
}
|
|
|
|
}
|
2012-04-24 14:49:34 -04:00
|
|
|
}
|
2012-08-25 16:39:01 -04:00
|
|
|
|
2015-10-05 15:18:21 -04:00
|
|
|
.project-edit-content {
|
|
|
|
padding: 7px;
|
|
|
|
}
|
|
|
|
|
2013-08-14 06:23:12 -04:00
|
|
|
.project-name-holder {
|
|
|
|
.help-inline {
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 7px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-21 06:05:20 -04:00
|
|
|
.project-home-panel {
|
2015-07-07 09:22:56 -04:00
|
|
|
text-align: center;
|
2015-09-04 10:14:10 -04:00
|
|
|
background: #f7f8fa;
|
|
|
|
margin: -$gl-padding;
|
|
|
|
padding: $gl-padding;
|
2015-09-24 12:36:15 -04:00
|
|
|
padding: 44px 0 17px 0;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-01-26 03:23:16 -05:00
|
|
|
.project-identicon-holder {
|
2015-09-24 12:36:15 -04:00
|
|
|
margin-bottom: 16px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-07-07 09:22:56 -04:00
|
|
|
.avatar, .identicon {
|
|
|
|
margin: 0 auto;
|
|
|
|
float: none;
|
2015-01-26 03:23:16 -05:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-01-26 03:23:16 -05:00
|
|
|
.identicon {
|
2015-07-07 09:22:56 -04:00
|
|
|
@include border-radius(50%);
|
2015-04-14 09:40:59 -04:00
|
|
|
}
|
2015-01-26 03:23:16 -05:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-08-25 11:58:29 -04:00
|
|
|
.project-home-dropdown {
|
2015-10-22 11:58:09 -04:00
|
|
|
margin: 13px 0px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notifications-btn {
|
|
|
|
.fa-bell {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-angle-down {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
2015-08-25 11:58:29 -04:00
|
|
|
}
|
|
|
|
|
2015-08-06 09:10:51 -04:00
|
|
|
.project-home-desc {
|
|
|
|
h1 {
|
2015-09-24 12:36:15 -04:00
|
|
|
color: #313236;
|
2015-08-06 09:10:51 -04:00
|
|
|
margin: 0;
|
2015-09-24 12:36:15 -04:00
|
|
|
margin-bottom: 6px;
|
2015-09-04 10:14:10 -04:00
|
|
|
font-size: 23px;
|
|
|
|
font-weight: normal;
|
2015-08-06 09:10:51 -04:00
|
|
|
}
|
|
|
|
|
2015-07-07 09:22:56 -04:00
|
|
|
p {
|
2015-10-13 07:37:15 -04:00
|
|
|
padding: 0 $gl-padding;
|
2015-09-24 12:36:15 -04:00
|
|
|
color: #5c5d5e;
|
2015-03-29 07:56:45 -04:00
|
|
|
}
|
2015-07-07 09:22:56 -04:00
|
|
|
}
|
2013-08-01 15:35:40 -04:00
|
|
|
|
2015-07-07 09:22:56 -04:00
|
|
|
.git-clone-holder {
|
2015-09-24 12:36:15 -04:00
|
|
|
max-width: 498px;
|
2015-09-04 15:36:56 -04:00
|
|
|
|
|
|
|
.form-control {
|
|
|
|
background: #FFF;
|
2015-09-24 12:36:15 -04:00
|
|
|
font-size: 14px;
|
|
|
|
height: 42px;
|
2015-09-25 14:33:05 -04:00
|
|
|
margin-left: -1px;
|
2015-09-04 15:36:56 -04:00
|
|
|
}
|
2013-10-21 06:05:20 -04:00
|
|
|
}
|
|
|
|
|
2013-11-06 10:13:21 -05:00
|
|
|
.visibility-level-label {
|
2015-04-14 10:45:43 -04:00
|
|
|
color: $gray;
|
2013-11-06 10:13:21 -05:00
|
|
|
i {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2013-08-01 15:35:40 -04:00
|
|
|
}
|
2015-10-22 11:58:09 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.input-group {
|
|
|
|
display: inline-table;
|
|
|
|
position: relative;
|
|
|
|
top: 17px;
|
|
|
|
margin-bottom: 44px;
|
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-03-29 07:56:45 -04:00
|
|
|
.project-repo-buttons {
|
2015-09-24 12:36:15 -04:00
|
|
|
margin-top: 12px;
|
|
|
|
margin-bottom: 0px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-03-29 21:15:54 -04:00
|
|
|
.btn {
|
2015-10-07 11:21:15 -04:00
|
|
|
@include btn-gray;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-03-29 21:15:54 -04:00
|
|
|
.count {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
2015-03-29 07:56:45 -04:00
|
|
|
}
|
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
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
a {
|
|
|
|
margin: -1px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-21 06:05:20 -04:00
|
|
|
.git-clone-holder {
|
2014-01-07 22:03:27 -05:00
|
|
|
.project-home-dropdown + & {
|
|
|
|
margin-right: 45px;
|
|
|
|
}
|
2014-01-11 05:36:10 -05:00
|
|
|
|
2014-01-07 22:03:27 -05:00
|
|
|
.form-control {
|
2013-12-17 14:35:51 -05:00
|
|
|
cursor: auto;
|
2012-11-30 11:26:17 -05:00
|
|
|
@extend .monospace;
|
2013-10-21 06:05:20 -04:00
|
|
|
background: #FAFAFA;
|
2015-09-25 14:33:05 -04:00
|
|
|
width: 101%;
|
2013-12-30 19:50:36 -05:00
|
|
|
}
|
2015-04-14 11:29:20 -04:00
|
|
|
|
|
|
|
.input-group-addon {
|
2015-09-24 12:36:15 -04:00
|
|
|
background: #f7f8fa;
|
2015-05-04 18:08:05 -04:00
|
|
|
|
|
|
|
&.git-protocols {
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-05-04 18:08:05 -04:00
|
|
|
.input-group-btn:last-child > .btn {
|
|
|
|
@include border-radius-right(0);
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
border-left: 1px solid #c6cacf;
|
|
|
|
margin-left: -2px !important;
|
2015-05-04 18:08:05 -04:00
|
|
|
}
|
|
|
|
}
|
2015-04-14 11:29:20 -04:00
|
|
|
}
|
2012-08-25 16:39:01 -04:00
|
|
|
}
|
2012-08-30 15:15:34 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.projects-search-form {
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.input-group .form-control {
|
2015-09-25 14:33:05 -04:00
|
|
|
height: 42px;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
.input-group-btn {
|
2015-10-01 06:19:08 -04:00
|
|
|
.btn {
|
2015-10-07 11:21:15 -04:00
|
|
|
@include btn-gray;
|
2015-09-25 14:33:05 -04:00
|
|
|
@include btn-middle;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
&:hover {
|
|
|
|
outline: none;
|
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
&:active {
|
|
|
|
outline: none;
|
|
|
|
}
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
.active {
|
2015-09-24 12:36:15 -04:00
|
|
|
@include box-shadow(inset 0 0 4px rgba(0, 0, 0, 0.12));
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
border: 1px solid #c6cacf !important;
|
|
|
|
background-color: #e4e7ed !important;
|
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
.btn-green {
|
|
|
|
@include btn-green
|
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.split-repo-buttons {
|
|
|
|
display: inline-table;
|
2015-09-25 14:33:05 -04:00
|
|
|
margin: 0 12px 0 12px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
.btn{
|
2015-10-07 11:21:15 -04:00
|
|
|
@include btn-gray;
|
2015-10-05 15:18:21 -04:00
|
|
|
@include btn-default;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.dropdown-toggle {
|
2015-09-25 14:33:05 -04:00
|
|
|
margin: -5px;
|
2015-10-01 06:19:08 -04:00
|
|
|
}
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#notification-form {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
.dropdown-new {
|
|
|
|
margin-left: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.open > .dropdown-new.btn {
|
2015-09-24 12:36:15 -04:00
|
|
|
@include box-shadow(inset 0 0 4px rgba(0, 0, 0, 0.12));
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
border: 1px solid #c6cacf !important;
|
|
|
|
background-color: #e4e7ed !important;
|
|
|
|
text-transform: uppercase;
|
2015-09-25 14:33:05 -04:00
|
|
|
color: #313236 !important;
|
2015-09-24 12:36:15 -04:00
|
|
|
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);
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
border: none;
|
|
|
|
padding: 16px 0;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 100;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
li a {
|
|
|
|
color: #5f697a;
|
|
|
|
line-height: 30px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
&:hover {
|
2015-10-01 06:19:08 -04:00
|
|
|
background-color: #3084bb !important;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-10-22 11:58:09 -04:00
|
|
|
i {
|
2015-09-24 12:36:15 -04:00
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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;
|
2015-10-05 15:18:21 -04:00
|
|
|
color: #313236;
|
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
|
|
|
|
|
|
|
ul.nav.nav-projects-tabs {
|
|
|
|
@extend .nav-tabs;
|
|
|
|
|
|
|
|
padding-left: 8px;
|
|
|
|
|
|
|
|
li {
|
|
|
|
a {
|
2013-01-04 16:35:31 -05:00
|
|
|
padding: 6px 25px;
|
2012-12-03 13:14:05 -05:00
|
|
|
margin-top: 2px;
|
|
|
|
border-color: #DDD;
|
|
|
|
background-color: #EEE;
|
|
|
|
text-shadow: 0 1px 1px white;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
&.active {
|
|
|
|
a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-02-18 14:10:49 -05:00
|
|
|
|
2015-03-13 11:22:03 -04:00
|
|
|
.project_member_row form {
|
2013-02-18 14:10:49 -05:00
|
|
|
margin: 0px;
|
|
|
|
}
|
2013-03-07 03:08:43 -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
|
|
|
|
2013-12-29 11:58:47 -05:00
|
|
|
.deploy-project-label {
|
|
|
|
margin: 1px;
|
|
|
|
}
|
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-03 09:09:55 -04:00
|
|
|
line-height: 42px;
|
2015-09-07 05:44:00 -04:00
|
|
|
background: transparent;
|
2014-06-14 12:02:16 -04:00
|
|
|
border: none;
|
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;
|
|
|
|
}
|
|
|
|
}
|
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
|
|
|
|
2014-12-26 11:16:38 -05:00
|
|
|
table.table.protected-branches-list tr.no-border {
|
|
|
|
th, td {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
}
|
2015-03-14 03:13:15 -04:00
|
|
|
|
|
|
|
.project-import .btn {
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2015-07-07 09:22:56 -04:00
|
|
|
|
|
|
|
.project-stats {
|
|
|
|
text-align: center;
|
2015-09-24 12:36:15 -04:00
|
|
|
margin-top: 15px;
|
2015-09-04 10:14:10 -04:00
|
|
|
margin-bottom: 0;
|
2015-09-24 12:36:15 -04:00
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 4px;
|
2015-09-04 10:14:10 -04:00
|
|
|
|
|
|
|
ul.nav-pills {
|
|
|
|
display:inline-block;
|
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.nav-pills li {
|
|
|
|
display:inline;
|
|
|
|
}
|
2015-07-07 09:22:56 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.nav > li > a {
|
2015-10-05 15:18:21 -04:00
|
|
|
@include btn-default;
|
2015-10-07 11:21:15 -04:00
|
|
|
@include btn-gray;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
background-color: transparent;
|
|
|
|
border: 1px solid #f7f8fa;
|
|
|
|
margin-left: 12px;
|
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 {
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
float:left;
|
|
|
|
font-size: 17px;
|
|
|
|
}
|
2015-07-30 09:12:57 -04:00
|
|
|
|
|
|
|
li.missing a {
|
2015-09-24 12:36:15 -04:00
|
|
|
color: #5a6069;
|
|
|
|
border: 1px dashed #dce0e5;
|
2015-07-30 09:12:57 -04:00
|
|
|
|
|
|
|
&:hover {
|
2015-09-24 12:36:15 -04:00
|
|
|
background-color: #f0f2f5;
|
2015-07-30 09:12:57 -04:00
|
|
|
}
|
|
|
|
}
|
2015-07-07 09:22:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
pre.light-well {
|
|
|
|
border-color: #f1f1f1;
|
|
|
|
}
|
2015-08-25 09:23:25 -04:00
|
|
|
|
|
|
|
.projects-search-form {
|
2015-09-04 05:17:25 -04:00
|
|
|
margin: -$gl-padding;
|
2015-09-02 07:02:16 -04:00
|
|
|
background-color: #f8fafc;
|
2015-09-04 05:17:25 -04:00
|
|
|
padding: $gl-padding;
|
2015-09-03 04:24:10 -04:00
|
|
|
margin-bottom: 0px;
|
2015-09-02 07:02:16 -04:00
|
|
|
border-top: 1px solid #e7e9ed;
|
|
|
|
border-bottom: 1px solid #e7e9ed;
|
2015-08-25 09:23:25 -04:00
|
|
|
}
|
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.git-empty {
|
|
|
|
margin: 0 7px 0 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-09-04 05:17:25 -04:00
|
|
|
padding: $gl-padding;
|
2015-10-19 05:19:45 -04:00
|
|
|
border-color: $table-border-color;
|
2015-09-04 05:17:25 -04:00
|
|
|
margin-left: -$gl-padding;
|
|
|
|
margin-right: -$gl-padding;
|
2015-09-02 07:02:16 -04:00
|
|
|
|
|
|
|
&.no-description {
|
|
|
|
.project {
|
2015-09-04 05:56:32 -04:00
|
|
|
line-height: 44px;
|
2015-09-02 07:02:16 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-26 16:44:02 -04:00
|
|
|
.project-full-name {
|
|
|
|
@include str-truncated;
|
2015-09-04 05:17:25 -04:00
|
|
|
font-weight: 600;
|
2015-09-02 07:02:16 -04:00
|
|
|
color: #4c4e54;
|
|
|
|
}
|
|
|
|
|
2015-09-24 08:00:23 -04:00
|
|
|
.project-controls {
|
|
|
|
float: right;
|
|
|
|
color: $gl-gray;
|
2015-09-04 08:57:11 -04:00
|
|
|
line-height: 45px;
|
2015-09-02 07:02:16 -04:00
|
|
|
color: #7f8fa4;
|
2015-09-24 08:00:23 -04:00
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2015-08-26 16:44:02 -04:00
|
|
|
}
|
2015-08-25 09:23:25 -04:00
|
|
|
|
2015-08-26 16:44:02 -04:00
|
|
|
.project-description {
|
2015-09-02 07:02:16 -04:00
|
|
|
color: #7f8fa4;
|
2015-08-26 16:44:02 -04:00
|
|
|
|
|
|
|
p {
|
|
|
|
@include str-truncated;
|
|
|
|
margin-bottom: 0;
|
2015-09-02 07:02:16 -04:00
|
|
|
color: #7f8fa4;
|
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
|
|
|
|
|
|
|
.project-show-activity {
|
|
|
|
.activity-filter-block {
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
}
|
2015-10-30 09:56:56 -04:00
|
|
|
|
2015-10-15 13:02:29 -04:00
|
|
|
.project-last-commit {
|
2015-10-16 04:10:33 -04:00
|
|
|
margin: 0 7px;
|
|
|
|
|
2015-10-15 13:02:29 -04:00
|
|
|
.ci-status {
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit-row-message {
|
|
|
|
color: $gl-gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commit_short_id {
|
2015-10-16 07:36:48 -04:00
|
|
|
margin-right: 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 {
|
2015-10-22 11:11:21 -04:00
|
|
|
margin-left: -$gl-padding;
|
|
|
|
margin-right: -$gl-padding;
|
2015-10-22 11:33:51 -04:00
|
|
|
padding: ($gl-padding + 7px);
|
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 {
|
|
|
|
z-index: 100;
|
|
|
|
position: relative;
|
|
|
|
}
|
2015-11-03 12:19:09 -05:00
|
|
|
}
|