2014-08-26 14:11:15 +04:00
@import "../ui/var";
2014-08-16 12:21:17 +04:00
.org-header-alert .alert {
2014-09-23 18:28:03 +04:00
margin-top: 10px;
2014-08-16 12:21:17 +04:00
}
2014-08-11 07:11:18 +04:00
.org-header {
2014-09-23 18:28:03 +04:00
padding: 16px 0;
background-color: #FFF;
border-bottom: 1px solid #DDD;
img {
padding-right: 10px;
}
2014-08-11 07:11:18 +04:00
}
#org-home-header {
2014-09-23 18:28:03 +04:00
min-height: 100px;
2014-08-11 07:11:18 +04:00
}
2014-08-15 14:29:41 +04:00
#org-header {
2014-09-23 18:28:03 +04:00
height: 48px;
.org-name {
padding-left: 10px;
font-size: 1.4em;
height: 50px;
line-height: 50px;
margin-bottom: 0;
}
> div {
> .menu-line {
> li {
&.right {
> a {
font-size: 1.2em;
color: @dashboardHeaderLinkColor;
&:hover {
background-color: transparent;
color: @dashboardHeaderLinkHoverColor;
}
.octicon {
margin-right: 4px;
}
.label{
margin-left: 4px;
font-size: .6em;
}
}
.current {
border-bottom: 2px solid #D26911;
}
}
}
}
}
2014-08-15 14:29:41 +04:00
}
2014-08-11 07:11:18 +04:00
#org-home-header-info {
2014-09-23 18:28:03 +04:00
padding-top: 10px;
h2 {
font-size: 30px;
}
ul {
list-style: none;
li {
float: left;
padding-right: 5px;
}
}
2014-08-11 07:11:18 +04:00
}
#org-home-repo-list {
2014-09-23 18:28:03 +04:00
padding: 10px 0;
2014-08-11 07:11:18 +04:00
}
#org-repo-list {
2014-09-23 18:28:03 +04:00
padding: 10px 0;
.org-repo-item {
border-top: 1px solid #eee;
padding: 30px 20px;
.org-repo-status {
list-style: none;
color: #888;
li {
float: left;
margin-right: 6px;
}
}
h2 {
margin-bottom: 5px;
}
.org-repo-description {
margin: 0;
font-size: 14px;
color: #666;
}
.org-repo-updated {
font-size: 12px;
display: block;
margin: 5px 0 0;
color: #808080;
}
}
2014-08-11 07:11:18 +04:00
}
.org-sidebar {
2014-09-23 18:28:03 +04:00
margin: -80px 0 0 20px;
.panel-footer {
padding: .8em 1.2em;
}
.member-avatar-group {
padding: 15px;
img {
width: 59px;
height: 59px;
border-radius: 3px;
}
}
2014-08-11 07:11:18 +04:00
}
#org-home-team-list {
2014-09-23 18:28:03 +04:00
padding: 0 15px;
ul {
list-style: none;
padding-top: 10px;
li {
padding: 10px 0;
border-bottom: 1px solid #eee;
&:last-child {
border-bottom: 0;
}
}
}
2014-08-11 07:11:18 +04:00
}
.team-name {
2014-09-23 18:28:03 +04:00
display: block;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2014-08-11 07:11:18 +04:00
}
.team-meta {
2014-09-23 18:28:03 +04:00
margin-top: 0;
margin-bottom: 0;
color: #777;
2014-08-15 14:29:41 +04:00
}
2014-08-16 12:21:17 +04:00
.org-toolbar {
2014-09-23 18:28:03 +04:00
padding: 10px 0;
border-bottom: 1px solid #eee;
2014-08-15 14:29:41 +04:00
}
#org-member-list {
2014-09-23 18:28:03 +04:00
.org-member-item {
height: 50px;
line-height: 50px;
border-bottom: 1px solid #eee;
padding: 15px 20px;
.member-name {
padding-left: 15px;
}
ul {
list-style: none;
li {
text-align: center;
display: inline-block;
}
}
}
2014-08-15 14:29:41 +04:00
}
.invite-box {
2014-09-23 18:28:03 +04:00
padding: 50px 0;
min-height: 130px;
margin: 0 auto;
width: 50%;
input {
width: 300px;
}
2014-08-15 19:37:33 +04:00
}
#org-member-list-block {
2014-09-23 18:28:03 +04:00
padding-top: 2px;
2014-08-16 12:21:17 +04:00
}
.org-team-list {
2014-09-23 18:28:03 +04:00
.org-team-list-item {
float: left;
padding: 15px;
width: 555px;
.member-avatar-group {
padding: 5px 15px;
img {
width: 38px;
height: 38px;
border-radius: 3px;
}
}
}
2014-08-16 12:21:17 +04:00
}
#team-create-form {
2014-09-23 18:28:03 +04:00
.note {
margin-left: 153px;
}
2014-08-23 16:24:02 +04:00
}
#org-team-card {
2014-09-23 18:28:03 +04:00
.desc {
font-size: 14px;
padding: 10px 20px;
}
.team-stats {
padding: 0 20px 10px 20px;
text-transform: uppercase;
border-bottom: 1px solid #dddddd;
}
.panel-footer {
padding: 10px 20px;
}
2014-08-24 17:09:05 +04:00
}
2014-08-26 14:11:15 +04:00
#team-repositories-list,
2014-08-24 17:09:05 +04:00
#team-members-list {
2014-09-23 18:28:03 +04:00
.panel-body .search {
padding: 4px 0 10px 10px;
border-bottom: 1px solid #dddddd;
}
li {
&.collab {
padding-top: 10px !important;
border-bottom: 1px solid #dddddd;
}
&:last-child {
border-bottom: 0 !important;
}
}
2014-08-26 14:11:15 +04:00
}
#team-repositories-list {
2014-09-23 18:28:03 +04:00
li {
a .octicon {
color: #888;
}
.member {
color: @linkColor;
font-size: 14px;
height: 40px;
line-height: 40px;
}
}
2014-08-11 07:11:18 +04:00
}