debian-mirror-gitlab/app/assets/stylesheets/pages/projects.scss

319 lines
4.3 KiB
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
.new_project,
.edit_project {
fieldset.features {
.control-label {
font-weight: bold;
}
}
}
.project-name-holder {
.help-inline {
vertical-align: top;
padding: 7px;
}
}
.project-home-panel {
2015-09-11 14:41:01 +05:30
text-align: center;
2014-09-02 18:07:02 +05:30
2015-04-26 12:48:37 +05:30
.project-identicon-holder {
2015-09-11 14:41:01 +05:30
margin-bottom: 15px;
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-11 14:41:01 +05:30
.project-home-desc {
h1 {
margin: 0;
margin-bottom: 10px;
font-size: 26px;
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 {
display: inline;
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 {
max-width: 600px;
margin: 20px auto;
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-04-26 12:48:37 +05:30
.project-repo-buttons {
2015-09-11 14:41:01 +05:30
margin-top: 25px;
margin-bottom: 25px;
2014-09-02 18:07:02 +05:30
2015-04-26 12:48:37 +05:30
.btn {
2015-09-11 14:41:01 +05:30
@extend .btn-info;
margin-left: 10px;
2015-04-26 12:48:37 +05:30
font-weight: bold;
font-size: 14px;
line-height: 16px;
2015-09-11 14:41:01 +05:30
padding: 8px 12px;
2015-04-26 12:48:37 +05:30
.count {
2015-09-11 14:41:01 +05:30
padding-left: 7px;
2015-04-26 12:48:37 +05:30
display: inline-block;
2015-09-11 14:41:01 +05:30
margin-left: 7px;
2015-04-26 12:48:37 +05:30
}
}
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-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;
width: 100%;
}
2015-04-26 12:48:37 +05:30
.input-group-addon {
background: #FAFAFA;
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-04-26 12:48:37 +05:30
}
2014-09-02 18:07:02 +05:30
}
.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 {
2015-09-11 14:41:01 +05:30
margin-left: 36px;
2015-04-26 12:48:37 +05:30
color: $gray;
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;
}
.my-projects,
.public-projects {
li {
.project-info {
margin-bottom: 10px;
2015-04-26 12:48:37 +05:30
overflow: hidden;
2014-09-02 18:07:02 +05:30
}
.access-icon {
color: #AAA;
margin-left: 10px;
i {
color: #AAA;
}
}
}
}
.public-clone {
background: #EEE;
color: #777;
padding: 6px 10px;
margin: 1px;
font-weight: normal;
}
.public-projects .repo-info {
color: #777;
a {
color: #777;
}
}
.project-side {
2015-09-11 14:41:01 +05:30
.project-fork-icon {
float: left;
font-size: 26px;
margin-right: 10px;
line-height: 1.5;
}
2014-09-02 18:07:02 +05:30
2015-09-11 14:41:01 +05:30
.panel {
@include border-radius(3px);
2015-04-26 12:48:37 +05:30
2015-09-11 14:41:01 +05:30
.panel-heading, .panel-footer {
font-weight: normal;
background-color: transparent;
color: #666;
border-color: #EEE;
}
2014-09-02 18:07:02 +05:30
2015-09-11 14:41:01 +05:30
.actions {
margin-top: 10px;
2014-09-02 18:07:02 +05:30
}
2015-09-11 14:41:01 +05:30
.nav-pills a {
padding: 10px;
font-weight: bold;
color: $gl-link-color;
2014-09-02 18:07:02 +05:30
}
2015-09-11 14:41:01 +05:30
.nav {
margin-bottom: 15px;
2014-09-02 18:07:02 +05:30
}
}
2015-09-11 14:41:01 +05:30
.ci-status-image {
max-height: 22px;
2014-09-02 18:07:02 +05:30
}
}
.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;
line-height: 34px;
2014-09-02 18:07:02 +05:30
background: white;
border: none;
font-size: 16px;
> li + li:before {
padding: 0 3px;
color: #999;
}
}
2015-04-26 12:48:37 +05:30
.fork-namespaces {
.thumbnail {
&.fork-exists-thumbnail {
border-color: #EEE;
.caption {
color: #999;
}
}
&.fork-thumbnail {
border-color: #AAA;
&:hover {
background-color: $hover;
}
}
a {
text-decoration: none;
}
}
}
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;
ul.nav-pills { display:inline-block; }
li { display:inline; }
a { float:left; }
li.missing a {
color: #bbb;
border: 1px dashed #ccc;
&:hover {
background-color: #FAFAFA;
}
}
}
pre.light-well {
border-color: #f1f1f1;
}