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

273 lines
3.9 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: 15px;
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;
margin-bottom: 10px;
2013-10-21 06:05:20 -04:00
}
.project-home-links {
float: right;
a {
margin-left: 10px;
font-weight: 500;
2013-10-21 06:05:20 -04:00
}
}
}
.visibility-level-label {
font-size: 17px;
2013-10-21 06:05:20 -04:00
background: #f1f1f1;
border-radius: 4px;
color: #888;
position: absolute;
margin-left: -55px;
2013-10-21 06:05:20 -04:00
text-shadow: 0 1px 1px #FFF;
width: 40px;
text-align: center;
padding: 6px;
i {
color: inherit;
}
}
}
2013-10-21 06:05:20 -04:00
.git-clone-holder {
.project-home-dropdown + & {
margin-right: 45px;
}
.btn,
.form-control {
border: 1px solid #E1E1E1;
2013-10-21 06:05:20 -04:00
box-shadow: none;
padding: 6px 9px;
}
.btn {
background: none;
2013-10-21 06:05:20 -04:00
color: #29b;
2013-10-21 06:05:20 -04:00
&.active {
color: #333;
font-weight: bold;
}
}
.form-control {
cursor: auto;
@extend .monospace;
2013-10-21 06:05:20 -04:00
background: #FAFAFA;
width: 100%;
}
2012-08-25 16:39:01 -04:00
}
.project-visibility-level-holder {
.radio {
margin-bottom: 10px;
i {
margin: 0 3px;
font-size: 20px;
}
.option-title {
font-weight: bold;
display: inline-block;
}
.option-descr {
margin-left: 24px;
color: #666;
}
}
}
.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;
.btn,
&.btn,
&.btn-group ul.dropdown-menu {
background-color: #F1f1f1;
border-color: #EEE;
&:hover {
background-color: #eee;
border-color: #DDD;
}
}
&.btn-group-justified {
.btn {
width: 100%;
}
.dropdown-toggle {
width: 26px;
}
}
ul {
width: 100%;
}
}
.project-fork-icon {
float: left;
font-size: 26px;
margin-right: 10px;
line-height: 1.5;
}
}
.transfer-project .select2-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-form .select2-container {
position: relative;
top: 0;
left: 0;
margin-right: 10px;
.select2-single span {
font-weight: bold;
color: #555;
}
&.select2-container-active {
.select2-drop {
min-width: 400px;
}
.select2-results {
max-height: 400px;
}
}
}
.deploy-project-label {
margin: 1px;
}