Convert tabs to spaces in .less files (#3064)
parent
f9db60e3bd
commit
d44aa831f3
@ -1,66 +1,66 @@
|
|||||||
.admin {
|
.admin {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: @footer-margin * 2;
|
padding-bottom: @footer-margin * 2;
|
||||||
|
|
||||||
.table.segment {
|
.table.segment {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
||||||
&:not(.striped) {
|
&:not(.striped) {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
th:last-child {
|
th:last-child {
|
||||||
padding-right: 5px !important;
|
padding-right: 5px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.select) {
|
&:not(.select) {
|
||||||
th, td {
|
th, td {
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
padding-left: 15px !important;
|
padding-left: 15px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ui.header,
|
.ui.header,
|
||||||
.ui.segment {
|
.ui.segment {
|
||||||
box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
|
box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.user {
|
&.user {
|
||||||
.email {
|
.email {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.admin-dl-horizontal {
|
dl.admin-dl-horizontal {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
margin-left: 275px;
|
margin-left: 275px;
|
||||||
}
|
}
|
||||||
dt {
|
dt {
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
float: left;
|
float: left;
|
||||||
width: 285px;
|
width: 285px;
|
||||||
clear: left;
|
clear: left;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.config {
|
&.config {
|
||||||
#test-mail-btn {
|
#test-mail-btn {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,158 +1,158 @@
|
|||||||
.dashboard {
|
.dashboard {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: @footer-margin * 2;
|
padding-bottom: @footer-margin * 2;
|
||||||
|
|
||||||
&.feeds,
|
&.feeds,
|
||||||
&.issues {
|
&.issues {
|
||||||
.context.user.menu {
|
.context.user.menu {
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
.ui.header {
|
.ui.header {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.filter.menu {
|
.filter.menu {
|
||||||
.item {
|
.item {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
.text {
|
.text {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
&.truncate {
|
&.truncate {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.floating.label {
|
.floating.label {
|
||||||
top: 7px;
|
top: 7px;
|
||||||
left: 90%;
|
left: 90%;
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sort
|
// Sort
|
||||||
.jump.item {
|
.jump.item {
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
.menu {
|
.menu {
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
right: 0!important;
|
right: 0!important;
|
||||||
left: auto!important;
|
left: auto!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ui.right .head.menu {
|
.ui.right .head.menu {
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
.item.active {
|
.item.active {
|
||||||
color: #d9453d;
|
color: #d9453d;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.feeds {
|
&.feeds {
|
||||||
.news {
|
.news {
|
||||||
> .ui.grid {
|
> .ui.grid {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
.ui.avatar {
|
.ui.avatar {
|
||||||
margin-top: 13px;
|
margin-top: 13px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
}
|
}
|
||||||
.time-since {
|
.time-since {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
.issue.title {
|
.issue.title {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
.push.news .content ul {
|
.push.news .content ul {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
margin-bottom: -2px;
|
margin-bottom: -2px;
|
||||||
}
|
}
|
||||||
.text.truncate {
|
.text.truncate {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.commit-id {
|
.commit-id {
|
||||||
font-family: Consolas, monospace;
|
font-family: Consolas, monospace;
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
background-color: rgba(0, 0, 0, 0.04);
|
background-color: rgba(0, 0, 0, 0.04);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
.header {
|
.header {
|
||||||
.ui.label {
|
.ui.label {
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plus.icon {
|
.plus.icon {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
border-bottom: 1px solid #EAEAEA;
|
border-bottom: 1px solid #EAEAEA;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.private {
|
&.private {
|
||||||
background-color: #fcf8e9;
|
background-color: #fcf8e9;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
padding: 6px 1.2em;
|
padding: 6px 1.2em;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
.octicon {
|
.octicon {
|
||||||
color: #888;
|
color: #888;
|
||||||
|
|
||||||
&.rear {
|
&.rear {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.star-num {
|
.star-num {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.repo-owner-name-list {
|
.repo-owner-name-list {
|
||||||
.item-name {
|
.item-name {
|
||||||
max-width: 70%;
|
max-width: 70%;
|
||||||
margin-bottom: -4px;
|
margin-bottom: -4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#collaborative-repo-list {
|
#collaborative-repo-list {
|
||||||
.owner-and-repo {
|
.owner-and-repo {
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px;
|
||||||
}
|
}
|
||||||
.owner-name {
|
.owner-name {
|
||||||
max-width: 120px;
|
max-width: 120px;
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.emoji {
|
.emoji {
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
@ -1,39 +1,39 @@
|
|||||||
.home {
|
.home {
|
||||||
padding-bottom: @footer-margin * 2;
|
padding-bottom: @footer-margin * 2;
|
||||||
.logo {
|
.logo {
|
||||||
max-width: 220px;
|
max-width: 220px;
|
||||||
}
|
}
|
||||||
.hero {
|
.hero {
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
|
font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 5.5em;
|
font-size: 5.5em;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
}
|
}
|
||||||
.octicon {
|
.octicon {
|
||||||
color: #5aa509;
|
color: #5aa509;
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
&.header {
|
&.header {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
p.large {
|
p.large {
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
}
|
}
|
||||||
.stackable {
|
.stackable {
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #5aa509;
|
color: #5aa509;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.signup {
|
.signup {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: @footer-margin * 2;
|
padding-bottom: @footer-margin * 2;
|
||||||
}
|
}
|
||||||
|
@ -1,31 +1,31 @@
|
|||||||
.install {
|
.install {
|
||||||
padding-top: 45px;
|
padding-top: 45px;
|
||||||
padding-bottom: @footer-margin * 2;
|
padding-bottom: @footer-margin * 2;
|
||||||
form {
|
form {
|
||||||
@input-padding: 320px !important;
|
@input-padding: 320px !important;
|
||||||
label {
|
label {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: @input-padding;
|
width: @input-padding;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
width: 35% !important;
|
width: 35% !important;
|
||||||
}
|
}
|
||||||
.field {
|
.field {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
.help {
|
.help {
|
||||||
margin-left: @input-padding+15px;
|
margin-left: @input-padding+15px;
|
||||||
}
|
}
|
||||||
&.optional .title {
|
&.optional .title {
|
||||||
margin-left: 38%;
|
margin-left: 38%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ui {
|
.ui {
|
||||||
.checkbox {
|
.checkbox {
|
||||||
margin-left: 40% !important;
|
margin-left: 40% !important;
|
||||||
label {
|
label {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,492 +1,492 @@
|
|||||||
.markdown:not(code) {
|
.markdown:not(code) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.6 !important;
|
line-height: 1.6 !important;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
||||||
&.file-view {
|
&.file-view {
|
||||||
padding: 2em 2em 2em !important;
|
padding: 2em 2em 2em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
>*:first-child {
|
>*:first-child {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
>*:last-child {
|
>*:last-child {
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:not([href]) {
|
a:not([href]) {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.absent {
|
.absent {
|
||||||
color: #c00;
|
color: #c00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.anchor {
|
.anchor {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
display: block;
|
display: block;
|
||||||
padding-right: 6px;
|
padding-right: 6px;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
margin-left: -30px;
|
margin-left: -30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.anchor:focus {
|
.anchor:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 .octicon-link,
|
h1 .octicon-link,
|
||||||
h2 .octicon-link,
|
h2 .octicon-link,
|
||||||
h3 .octicon-link,
|
h3 .octicon-link,
|
||||||
h4 .octicon-link,
|
h4 .octicon-link,
|
||||||
h5 .octicon-link,
|
h5 .octicon-link,
|
||||||
h6 .octicon-link {
|
h6 .octicon-link {
|
||||||
display:none;
|
display:none;
|
||||||
color:#000;
|
color:#000;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:hover .anchor,
|
h1:hover .anchor,
|
||||||
h2:hover .anchor,
|
h2:hover .anchor,
|
||||||
h3:hover .anchor,
|
h3:hover .anchor,
|
||||||
h4:hover .anchor,
|
h4:hover .anchor,
|
||||||
h5:hover .anchor,
|
h5:hover .anchor,
|
||||||
h6:hover .anchor {
|
h6:hover .anchor {
|
||||||
padding-left:8px;
|
padding-left:8px;
|
||||||
margin-left:-30px;
|
margin-left:-30px;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:hover .anchor .octicon-link,
|
h1:hover .anchor .octicon-link,
|
||||||
h2:hover .anchor .octicon-link,
|
h2:hover .anchor .octicon-link,
|
||||||
h3:hover .anchor .octicon-link,
|
h3:hover .anchor .octicon-link,
|
||||||
h4:hover .anchor .octicon-link,
|
h4:hover .anchor .octicon-link,
|
||||||
h5:hover .anchor .octicon-link,
|
h5:hover .anchor .octicon-link,
|
||||||
h6:hover .anchor .octicon-link {
|
h6:hover .anchor .octicon-link {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 tt,
|
h1 tt,
|
||||||
h1 code,
|
h1 code,
|
||||||
h2 tt,
|
h2 tt,
|
||||||
h2 code,
|
h2 code,
|
||||||
h3 tt,
|
h3 tt,
|
||||||
h3 code,
|
h3 code,
|
||||||
h4 tt,
|
h4 tt,
|
||||||
h4 code,
|
h4 code,
|
||||||
h5 tt,
|
h5 tt,
|
||||||
h5 code,
|
h5 code,
|
||||||
h6 tt,
|
h6 tt,
|
||||||
h6 code {
|
h6 code {
|
||||||
font-size:inherit;
|
font-size:inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
padding-bottom:0.3em;
|
padding-bottom:0.3em;
|
||||||
font-size:2.25em;
|
font-size:2.25em;
|
||||||
line-height:1.2;
|
line-height:1.2;
|
||||||
border-bottom:1px solid #eee;
|
border-bottom:1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 .anchor {
|
h1 .anchor {
|
||||||
line-height:1;
|
line-height:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
padding-bottom:0.3em;
|
padding-bottom:0.3em;
|
||||||
font-size:1.75em;
|
font-size:1.75em;
|
||||||
line-height:1.225;
|
line-height:1.225;
|
||||||
border-bottom:1px solid #eee;
|
border-bottom:1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 .anchor {
|
h2 .anchor {
|
||||||
line-height:1;
|
line-height:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size:1.5em;
|
font-size:1.5em;
|
||||||
line-height:1.43;
|
line-height:1.43;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 .anchor {
|
h3 .anchor {
|
||||||
line-height:1.2;
|
line-height:1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size:1.25em;
|
font-size:1.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 .anchor {
|
h4 .anchor {
|
||||||
line-height:1.2;
|
line-height:1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
font-size:1em;
|
font-size:1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 .anchor {
|
h5 .anchor {
|
||||||
line-height:1.1;
|
line-height:1.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
font-size:1em;color:#777;
|
font-size:1em;color:#777;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 .anchor {
|
h6 .anchor {
|
||||||
line-height:1.1;
|
line-height:1.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
blockquote,
|
blockquote,
|
||||||
ul,
|
ul,
|
||||||
ol,
|
ol,
|
||||||
dl,
|
dl,
|
||||||
table,
|
table,
|
||||||
pre {
|
pre {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
height:4px;
|
height:4px;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin:16px 0;
|
margin:16px 0;
|
||||||
background-color:#e7e7e7;
|
background-color:#e7e7e7;
|
||||||
border:0 none;
|
border:0 none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
padding-left:2em;
|
padding-left:2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.no-list,
|
ul.no-list,
|
||||||
ol.no-list {
|
ol.no-list {
|
||||||
padding:0;
|
padding:0;
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul ul,
|
ul ul,
|
||||||
ul ol,
|
ul ol,
|
||||||
ol ol,
|
ol ol,
|
||||||
ol ul {
|
ol ul {
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
margin-bottom:0;
|
margin-bottom:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol ol,
|
ol ol,
|
||||||
ul ol {
|
ul ol {
|
||||||
list-style-type: lower-roman;
|
list-style-type: lower-roman;
|
||||||
}
|
}
|
||||||
|
|
||||||
li>p {
|
li>p {
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl {
|
dl {
|
||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl dt {
|
dl dt {
|
||||||
padding:0;
|
padding:0;
|
||||||
margin-top:16px;
|
margin-top:16px;
|
||||||
font-size:1em;
|
font-size:1em;
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl dd {
|
dl dd {
|
||||||
padding:0 16px;
|
padding:0 16px;
|
||||||
margin-bottom:16px;
|
margin-bottom:16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
padding:0 15px;
|
padding:0 15px;
|
||||||
color:#777;
|
color:#777;
|
||||||
border-left:4px solid #ddd;
|
border-left:4px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote>:first-child {
|
blockquote>:first-child {
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote>:last-child {
|
blockquote>:last-child {
|
||||||
margin-bottom:0;
|
margin-bottom:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width:auto;
|
width:auto;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
word-break:normal;
|
word-break:normal;
|
||||||
word-break:keep-all;
|
word-break:keep-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
table th {
|
table th {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
table th,
|
table th,
|
||||||
table td {
|
table td {
|
||||||
padding: 6px 13px !important;
|
padding: 6px 13px !important;
|
||||||
border: 1px solid #ddd !important;
|
border: 1px solid #ddd !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
table tr {
|
table tr {
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
border-top:1px solid #ccc;
|
border-top:1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
table tr:nth-child(2n) {
|
table tr:nth-child(2n) {
|
||||||
background-color:#f8f8f8;
|
background-color:#f8f8f8;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emoji {
|
.emoji {
|
||||||
max-width:none;
|
max-width:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.frame {
|
span.frame {
|
||||||
display:block;
|
display:block;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.frame>span {
|
span.frame>span {
|
||||||
display:block;
|
display:block;
|
||||||
float:left;
|
float:left;
|
||||||
width:auto;
|
width:auto;
|
||||||
padding:7px;
|
padding:7px;
|
||||||
margin:13px 0 0;
|
margin:13px 0 0;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
border:1px solid #ddd;
|
border:1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.frame span img {
|
span.frame span img {
|
||||||
display:block;
|
display:block;
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.frame span span {
|
span.frame span span {
|
||||||
display:block;
|
display:block;
|
||||||
padding:5px 0 0;
|
padding:5px 0 0;
|
||||||
clear:both;
|
clear:both;
|
||||||
color:#333;
|
color:#333;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.align-center {
|
span.align-center {
|
||||||
display:block;
|
display:block;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.align-center>span {
|
span.align-center>span {
|
||||||
display:block;
|
display:block;
|
||||||
margin:13px auto 0;
|
margin:13px auto 0;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.align-center span img {
|
span.align-center span img {
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.align-right {
|
span.align-right {
|
||||||
display:block;
|
display:block;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.align-right>span {
|
span.align-right>span {
|
||||||
display:block;
|
display:block;
|
||||||
margin:13px 0 0;
|
margin:13px 0 0;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.align-right span img {
|
span.align-right span img {
|
||||||
margin:0;
|
margin:0;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.float-left {
|
span.float-left {
|
||||||
display:block;
|
display:block;
|
||||||
float:left;
|
float:left;
|
||||||
margin-right:13px;
|
margin-right:13px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.float-left span {
|
span.float-left span {
|
||||||
margin:13px 0 0;
|
margin:13px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.float-right {
|
span.float-right {
|
||||||
display:block;
|
display:block;
|
||||||
float:right;
|
float:right;
|
||||||
margin-left:13px;
|
margin-left:13px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.float-right>span {
|
span.float-right>span {
|
||||||
display:block;
|
display:block;
|
||||||
margin:13px auto 0;
|
margin:13px auto 0;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
code,
|
code,
|
||||||
tt {
|
tt {
|
||||||
padding:0;
|
padding:0;
|
||||||
padding-top:0.2em;
|
padding-top:0.2em;
|
||||||
padding-bottom:0.2em;
|
padding-bottom:0.2em;
|
||||||
margin:0;
|
margin:0;
|
||||||
font-size:85%;
|
font-size:85%;
|
||||||
background-color:rgba(0,0,0,0.04);
|
background-color:rgba(0,0,0,0.04);
|
||||||
border-radius:3px;
|
border-radius:3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
code:before,
|
code:before,
|
||||||
code:after,
|
code:after,
|
||||||
tt:before,
|
tt:before,
|
||||||
tt:after {
|
tt:after {
|
||||||
letter-spacing:-0.2em;
|
letter-spacing:-0.2em;
|
||||||
content:"\00a0";
|
content:"\00a0";
|
||||||
}
|
}
|
||||||
|
|
||||||
code br,
|
code br,
|
||||||
tt br {
|
tt br {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
del code {
|
del code {
|
||||||
text-decoration:inherit;
|
text-decoration:inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre>code {
|
pre>code {
|
||||||
padding:0;
|
padding:0;
|
||||||
margin:0;
|
margin:0;
|
||||||
font-size:100%;
|
font-size:100%;
|
||||||
word-break:normal;
|
word-break:normal;
|
||||||
white-space:pre;
|
white-space:pre;
|
||||||
background:transparent;
|
background:transparent;
|
||||||
border:0;
|
border:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
margin-bottom:16px;
|
margin-bottom:16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight pre,
|
.highlight pre,
|
||||||
pre {
|
pre {
|
||||||
padding:16px;
|
padding:16px;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
font-size:85%;
|
font-size:85%;
|
||||||
line-height:1.45;
|
line-height:1.45;
|
||||||
background-color:#f7f7f7;
|
background-color:#f7f7f7;
|
||||||
border-radius:3px;
|
border-radius:3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight pre {
|
.highlight pre {
|
||||||
margin-bottom:0;
|
margin-bottom:0;
|
||||||
word-break:normal;
|
word-break:normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
word-wrap:normal;
|
word-wrap:normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code,
|
pre code,
|
||||||
pre tt {
|
pre tt {
|
||||||
display:inline;
|
display:inline;
|
||||||
max-width:initial;
|
max-width:initial;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin:0;
|
margin:0;
|
||||||
overflow:initial;
|
overflow:initial;
|
||||||
line-height:inherit;
|
line-height:inherit;
|
||||||
word-wrap:normal;
|
word-wrap:normal;
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
border:0;
|
border:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code:before,
|
pre code:before,
|
||||||
pre code:after,
|
pre code:after,
|
||||||
pre tt:before,
|
pre tt:before,
|
||||||
pre tt:after {
|
pre tt:after {
|
||||||
content:normal;
|
content:normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
kbd {
|
kbd {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
padding:3px 5px;
|
padding:3px 5px;
|
||||||
font-size:11px;
|
font-size:11px;
|
||||||
line-height:10px;
|
line-height:10px;
|
||||||
color:#555;
|
color:#555;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
background-color:#fcfcfc;
|
background-color:#fcfcfc;
|
||||||
border:solid 1px #ccc;
|
border:solid 1px #ccc;
|
||||||
border-bottom-color:#bbb;
|
border-bottom-color:#bbb;
|
||||||
border-radius:3px;
|
border-radius:3px;
|
||||||
box-shadow:inset 0 -1px 0 #bbb;
|
box-shadow:inset 0 -1px 0 #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.csv-data td,
|
.csv-data td,
|
||||||
.csv-data th {
|
.csv-data th {
|
||||||
padding:5px;
|
padding:5px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
line-height:1;
|
line-height:1;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.csv-data .blob-num {
|
.csv-data .blob-num {
|
||||||
padding:10px 8px 9px;
|
padding:10px 8px 9px;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
background:#fff;border:0;
|
background:#fff;border:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.csv-data tr {
|
.csv-data tr {
|
||||||
border-top:0;
|
border-top:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.csv-data th {
|
.csv-data th {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background:#f8f8f8;border-top:0;
|
background:#f8f8f8;border-top:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.list .list, ol.ui.list ol, ul.ui.list ul {
|
.ui.list .list, ol.ui.list ol, ul.ui.list ul {
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,162 +1,162 @@
|
|||||||
.organization {
|
.organization {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: @footer-margin * 2;
|
padding-bottom: @footer-margin * 2;
|
||||||
|
|
||||||
.head {
|
.head {
|
||||||
.ui.header {
|
.ui.header {
|
||||||
.text {
|
.text {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
.ui.right {
|
.ui.right {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.new.org {
|
&.new.org {
|
||||||
#create-page-form;
|
#create-page-form;
|
||||||
form {
|
form {
|
||||||
.header {
|
.header {
|
||||||
padding-left: 0 !important;
|
padding-left: 0 !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.options {
|
&.options {
|
||||||
input {
|
input {
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.profile {
|
&.profile {
|
||||||
#org-avatar {
|
#org-avatar {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#org-info {
|
#org-info {
|
||||||
.ui.header {
|
.ui.header {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.desc {
|
.desc {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.meta {
|
.meta {
|
||||||
.item {
|
.item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.top.header {
|
.ui.top.header {
|
||||||
.ui.right {
|
.ui.right {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.teams {
|
.teams {
|
||||||
.item {
|
.item {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.teams,
|
&.teams,
|
||||||
&.profile {
|
&.profile {
|
||||||
.members {
|
.members {
|
||||||
.ui.avatar {
|
.ui.avatar {
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.invite {
|
&.invite {
|
||||||
#invite-box {
|
#invite-box {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
width: 500px !important;
|
width: 500px !important;
|
||||||
|
|
||||||
#search-user-box {
|
#search-user-box {
|
||||||
input {
|
input {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ui.button {
|
.ui.button {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-top: -3px;
|
margin-top: -3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.members {
|
&.members {
|
||||||
.list {
|
.list {
|
||||||
.item {
|
.item {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
|
|
||||||
.ui.avatar {
|
.ui.avatar {
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
.meta {
|
.meta {
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.teams {
|
&.teams {
|
||||||
.detail {
|
.detail {
|
||||||
.item {
|
.item {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
|
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.repositories,
|
.repositories,
|
||||||
.members {
|
.members {
|
||||||
.item {
|
.item {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
border-bottom: 1px solid #DDD;
|
border-bottom: 1px solid #DDD;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
padding: 9px 10px;
|
padding: 9px 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#add-repo-form,
|
#add-repo-form,
|
||||||
#add-member-form {
|
#add-member-form {
|
||||||
input {
|
input {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.button {
|
.ui.button {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-top: -3px;
|
margin-top: -3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue