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

286 lines
4.1 KiB
SCSS
Raw Normal View History

.new_project,
.edit_project {
fieldset.features {
.control-label {
font-weight: bold;
}
}
}
2012-08-25 16:39:01 -04:00
.project-name-holder {
.help-inline {
vertical-align: top;
padding: 7px;
}
}
2013-10-21 06:05:20 -04:00
.project-home-panel {
2013-10-21 06:41:32 -04:00
border-bottom: 1px solid #DDD;
padding-bottom: 25px;
2013-10-21 06:41:32 -04:00
margin-bottom: 30px;
&.empty-project {
border-bottom: 0px;
padding-bottom: 15px;
margin-bottom: 0px;
}
2013-10-21 06:41:32 -04:00
2013-10-21 06:05:20 -04:00
.project-home-title {
font-size: 18px;
color: #444;
2013-10-21 06:05:20 -04:00
margin: 0;
2013-10-21 09:16:08 -04:00
line-height: 32px;
2013-10-21 06:05:20 -04:00
}
.project-home-dropdown {
margin-left: 10px;
float: right;
}
.project-home-extra {
margin-top: 15px;
2013-10-21 06:05:20 -04:00
.project-home-desc {
float: left;
color: #777;
2013-10-21 06:05:20 -04:00
}
.project-home-links {
float: right;
a {
margin-left: 10px;
}
}
}
.visibility-level-label {
font-size: 13px;
2013-10-21 06:05:20 -04:00
background: #f1f1f1;
padding: 8px;
2013-10-21 06:05:20 -04:00
border-radius: 4px;
margin-left: 10px;
color: #888;
position: absolute;
margin-left: -80px;
2013-10-21 06:05:20 -04:00
text-shadow: 0 1px 1px #FFF;
i {
color: inherit;
}
}
}
2013-10-21 06:05:20 -04:00
.git-clone-holder {
margin-right: 45px;
border: 1px solid #E1E1E1;
@include border-radius(4px);
2013-10-21 06:05:20 -04:00
input[type="text"],
2013-10-21 06:05:20 -04:00
.btn {
border: none;
@include border-radius(0px);
border-left: 1px solid #E1E1E1;
2013-10-21 06:05:20 -04:00
box-shadow: none;
padding: 6px 9px;
}
.btn {
float: left;
background: none;
2013-10-21 06:05:20 -04:00
color: #29b;
&:first-child {
@include border-radius-left(4px);
border-left: 0px;
}
2013-10-21 06:05:20 -04:00
&.active {
color: #333;
font-weight: bold;
}
}
input[type="text"] {
cursor: auto;
@extend .monospace;
2013-10-21 06:05:20 -04:00
background: #FAFAFA;
width: 100%;
}
.protocol-clone {
overflow: hidden;
2012-08-25 16:39:01 -04:00
}
}
.project-visibility-level-holder {
.controls {
padding-bottom: 9px;
}
.controls {
input {
float: left;
}
.descr {
display: block;
margin-left: 1.5em;
&.restricted {
color: #888;
}
label {
float: none;
padding: 0;
margin: 0;
text-align: left;
}
}
.info {
display: block;
margin-top: 5px;
}
strong {
display: inline-block;
width: 4em;
}
}
i {
color: inherit;
}
}
.save-project-loader {
img {
margin-top: 50px;
margin-bottom: 50px;
}
h3 {
@extend .page-title;
}
}
ul.nav.nav-projects-tabs {
@extend .nav-tabs;
padding-left: 8px;
li {
a {
2013-01-04 16:35:31 -05:00
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;
}
}
}
}
.team_member_row form {
margin: 0px;
}
.my-projects,
.public-projects {
li {
.project-info {
margin-bottom: 10px;
}
2013-10-21 03:32:05 -04:00
.access-icon {
color: #AAA;
2013-10-21 03:32:05 -04:00
margin-left: 10px;
i {
color: #AAA;
}
}
}
}
.public-clone {
background: #333;
color: #f5f5f5;
padding: 6px 10px;
margin: 1px;
font-weight: normal;
}
2013-07-18 03:29:45 -04:00
.new-tag-btn {
position: relative;
top: -5px;
}
.public-projects .repo-info {
color: #777;
a {
color: #777;
}
}
.project-side {
.btn-block {
background-image: none;
background-color: #F1f1f1;
border-color: #EEE;
&:hover {
background-color: #eee;
border-color: #DDD;
}
}
.project-fork-icon {
float: left;
font-size: 26px;
margin-right: 10px;
line-height: 1.5;
}
}
.transfer-project .chosen-container {
min-width: 200px;
}
/** Branch/tag selector **/
.project-refs-form {
margin: 0;
span {
background:none !important;
position:static !important;
width:auto !important;
height:auto !important;
}
}
.project-refs-select {
width: 120px;
}
.project-refs-form .chosen-container {
position: relative;
top: 0;
left: 0;
margin-right: 10px;
.chosen-single span {
font-weight: bold;
color: #555;
}
&.chosen-container-active {
.chosen-drop {
min-width: 400px;
}
.chosen-results {
max-height: 400px;
}
}
}
.deploy-project-label {
margin: 1px;
}