diff options
author | Adam Strzelecki <ono@java.pl> | 2015-12-07 21:20:54 +0100 |
---|---|---|
committer | Adam Strzelecki <ono@java.pl> | 2015-12-07 21:20:54 +0100 |
commit | dd8a06a397e26c46639eba1313102560dfa49c95 (patch) | |
tree | f300594e04f36886baba6f0e08311bed7f48b09e /public/less/_repository.less | |
parent | 4e0c697aaf29ce6911b9e6ade36c50f619363adc (diff) | |
download | gitea-dd8a06a397e26c46639eba1313102560dfa49c95.tar.gz gitea-dd8a06a397e26c46639eba1313102560dfa49c95.zip |
LESS: Use tabs for indent in all files
This does not change any content and generated gogs.css is still the same.
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r-- | public/less/_repository.less | 504 |
1 files changed, 252 insertions, 252 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 0490bfa0af..06ce6414aa 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -47,7 +47,7 @@ .metas { .menu { max-height: 300px; - overflow-x: auto; + overflow-x: auto; } .ui.list { .hide { @@ -82,13 +82,13 @@ .menu { max-height: 300px; overflow-x: auto; - right: 0!important; - left: auto!important; - } - .dropdown.item { - margin: 1px; - padding-right: 0; - } + right: 0!important; + left: auto!important; + } + .dropdown.item { + margin: 1px; + padding-right: 0; + } } .ui.tabs { @@ -110,15 +110,15 @@ width: 100%; input { - border-radius: 0; - padding: 5px 10px; + border-radius: 0; + padding: 5px 10px; } .clone.button { font-size: 13px; padding: 0 5px; &:first-child { - border-radius: .28571429rem 0 0 .28571429rem; + border-radius: .28571429rem 0 0 .28571429rem; } } .icon.button { @@ -168,7 +168,7 @@ padding-bottom: 8px; } tr:hover { - background-color: #ffffEE; + background-color: #ffffEE; } } @@ -176,7 +176,7 @@ .header { .icon { font-size: 1em; - margin-top: -2px; + margin-top: -2px; } } .view-raw { @@ -199,26 +199,26 @@ width: 100%; } .lines-num { - vertical-align: top; - text-align: right; - color: #999; - background: #f5f5f5; - width: 1%; - - span { - font-family: Monaco, Menlo, Consolas, "Courier New", monospace; - line-height: 20px; - padding: 0 10px; - cursor: pointer; - display: block; - } + vertical-align: top; + text-align: right; + color: #999; + background: #f5f5f5; + width: 1%; + + span { + font-family: Monaco, Menlo, Consolas, "Courier New", monospace; + line-height: 20px; + padding: 0 10px; + cursor: pointer; + display: block; + } } .lines-num, .lines-code { padding: 0; - pre, + pre, ol, .hljs { background-color: white; @@ -227,7 +227,7 @@ li { padding-left: 5px; &.active { - background: #ffffdd; + background: #ffffdd; } } } @@ -243,7 +243,7 @@ } } } - + &.options { #interval { width: 100px!important; @@ -291,12 +291,12 @@ font-size: 3rem; margin-bottom: 5px; .ui.input { - font-size: 0.5em; + font-size: 0.5em; vertical-align: top; width: 50%; min-width: 600px; input { - font-size: 1.5em; + font-size: 1.5em; padding: 6px 10px; } } @@ -310,7 +310,7 @@ margin-right: 10px; } .edit-zone { - margin-top: 10px; + margin-top: 10px; } } .pull-desc { @@ -327,10 +327,10 @@ } &.tab.segment { border: none; - padding: 0; - padding-top: 10px; - box-shadow: none; - background-color: inherit; + padding: 0; + padding-top: 10px; + box-shadow: none; + background-color: inherit; } .merge.box { .avatar { @@ -345,7 +345,7 @@ content: ""; position: absolute; margin-top: 12px; - margin-bottom: 14px; + margin-bottom: 14px; top: 0; bottom: 0; left: 96px; @@ -357,13 +357,13 @@ .avatar { width: @comment-avatar-width; } - .tag { + .tag { color: #767676; margin-top: 3px; - padding: 2px 5px; - font-size: 12px; - border: 1px solid rgba(0,0,0,0.1); - border-radius: 3px; + padding: 2px 5px; + font-size: 12px; + border: 1px solid rgba(0,0,0,0.1); + border-radius: 3px; } .actions { .item { @@ -386,8 +386,8 @@ border-top-right-radius: 3px; .text { max-width: 78%; - padding-top: 10px; - padding-bottom: 10px; + padding-top: 10px; + padding-bottom: 10px; } } .markdown { @@ -411,8 +411,8 @@ } .tab.segment { border: none; - padding: 0; - padding-top: 10px; + padding: 0; + padding-top: 10px; } textarea { height: 200px; @@ -425,41 +425,41 @@ } .event { position: relative; - margin: 15px 0 15px 79px; - padding-left: 25px; - .octicon { - width: 30px; - float: left; - margin-left: -36px; - text-align: center; - &.octicon-circle-slash { - margin-top: 5px; - font-size: 20px; - color: #bd2c00; - } - &.octicon-primitive-dot { - font-size: 30px; - color: #6cc644; - } - &.octicon-bookmark { - margin-top: 3px; - font-size: 25px; - } - } - .detail { - font-size: 0.9rem; - margin-top: 5px; - margin-left: 35px; - .octicon { - &.octicon-git-commit { - margin-top: 2px; - } - } - } + margin: 15px 0 15px 79px; + padding-left: 25px; + .octicon { + width: 30px; + float: left; + margin-left: -36px; + text-align: center; + &.octicon-circle-slash { + margin-top: 5px; + font-size: 20px; + color: #bd2c00; + } + &.octicon-primitive-dot { + font-size: 30px; + color: #6cc644; + } + &.octicon-bookmark { + margin-top: 3px; + font-size: 25px; + } + } + .detail { + font-size: 0.9rem; + margin-top: 5px; + margin-left: 35px; + .octicon { + &.octicon-git-commit { + margin-top: 2px; + } + } + } } } .ui.segment.metas { - margin-top: -3px; + margin-top: -3px; } } .comment.form { @@ -473,8 +473,8 @@ } .tab.segment { border: none; - padding: 0; - padding-top: 10px; + padding: 0; + padding-top: 10px; } textarea { height: 200px; @@ -595,7 +595,7 @@ } .sha { font-size: 13px; - padding: 6px 40px 4px 35px; + padding: 6px 40px 4px 35px; } } &.ui.basic.striped.table tbody tr:nth-child(2n) { @@ -604,143 +604,143 @@ } .diff-detail-box { - margin: 15px 0; - line-height: 30px; - ol { - clear: both; - padding-left: 0; - margin-top: 5px; - margin-bottom: 28px; - li { - list-style: none; - padding-bottom: 4px; - margin-bottom: 4px; - border-bottom: 1px dashed #DDD; - padding-left: 6px; - } - } - span.status{ - display: inline-block; - width: 12px; - height: 12px; - margin-right: 8px; - vertical-align: middle; - &.modify { - background-color: #f0db88; - } - &.add { - background-color: #b4e2b4; - } - &.del { - background-color: #e9aeae; - } - &.rename { - background-color: #dad8ff; - } - } + margin: 15px 0; + line-height: 30px; + ol { + clear: both; + padding-left: 0; + margin-top: 5px; + margin-bottom: 28px; + li { + list-style: none; + padding-bottom: 4px; + margin-bottom: 4px; + border-bottom: 1px dashed #DDD; + padding-left: 6px; + } + } + span.status{ + display: inline-block; + width: 12px; + height: 12px; + margin-right: 8px; + vertical-align: middle; + &.modify { + background-color: #f0db88; + } + &.add { + background-color: #b4e2b4; + } + &.del { + background-color: #e9aeae; + } + &.rename { + background-color: #dad8ff; + } + } } .diff-box { - .count { - margin-right: 12px; - .bar { - background-color: #e75316; - height: 12px; - width: 40px; - display: inline-block; - margin: 2px 4px 0 4px; - vertical-align: text-top; - .add { - background-color: #77c64a; - height: 12px; - } - } - } - .file { - color: #888; - } + .count { + margin-right: 12px; + .bar { + background-color: #e75316; + height: 12px; + width: 40px; + display: inline-block; + margin: 2px 4px 0 4px; + vertical-align: text-top; + .add { + background-color: #77c64a; + height: 12px; + } + } + } + .file { + color: #888; + } } .diff-file-box { .header { border-bottom: 1px solid #d4d4d5!important; } - .file-body.file-code { - .lines-num { - text-align: right; - color: #999; - background: #fafafa; - width: 1%; - } - .lines-num-old { - border-right: 1px solid #DDD; - } - } - .code-diff { - font-size: 13px; - - td { - padding: 0; - border-top: none; - } - pre { - margin: 0; - font-size: 13px; - } - .lines-num { - border-right: 1px solid #d4d4d5; - padding: 0 5px; - } - tbody { - tr { - &.tag-code { - td, pre { - background-color: #E0E0E0 !important; - border-color: #ADADAD!important; - } - // td.selected-line, td.selected-line pre { - // background-color: #ffffdd !important; - // } - } - // &.same-code { - // td.selected-line, td.selected-line pre { - // background-color: #ffffdd !important; - // } - // } - &.del-code { - td, pre { - background-color: #ffe2dd !important; - border-color: #e9aeae !important; - } - // td.selected-line, td.selected-line pre { - // background-color: #ffffdd !important; - // } - } - &.add-code { - td, pre { - background-color: #d1ffd6 !important; - border-color: #b4e2b4 !important; - } - // td.selected-line, td.selected-line pre { - // background-color: #ffffdd !important; - // } - } - &:hover { - td { - background-color: #FFF8D2 !important; - border-color: #F0DB88 !important; - } - pre { - background-color: transparent !important; - } - } - } - } - } - &.file-content { - img { - max-width: 100%; - padding: 5px 5px 0 5px; - } - } + .file-body.file-code { + .lines-num { + text-align: right; + color: #999; + background: #fafafa; + width: 1%; + } + .lines-num-old { + border-right: 1px solid #DDD; + } + } + .code-diff { + font-size: 13px; + + td { + padding: 0; + border-top: none; + } + pre { + margin: 0; + font-size: 13px; + } + .lines-num { + border-right: 1px solid #d4d4d5; + padding: 0 5px; + } + tbody { + tr { + &.tag-code { + td, pre { + background-color: #E0E0E0 !important; + border-color: #ADADAD!important; + } + // td.selected-line, td.selected-line pre { + // background-color: #ffffdd !important; + // } + } + // &.same-code { + // td.selected-line, td.selected-line pre { + // background-color: #ffffdd !important; + // } + // } + &.del-code { + td, pre { + background-color: #ffe2dd !important; + border-color: #e9aeae !important; + } + // td.selected-line, td.selected-line pre { + // background-color: #ffffdd !important; + // } + } + &.add-code { + td, pre { + background-color: #d1ffd6 !important; + border-color: #b4e2b4 !important; + } + // td.selected-line, td.selected-line pre { + // background-color: #ffffdd !important; + // } + } + &:hover { + td { + background-color: #FFF8D2 !important; + border-color: #F0DB88 !important; + } + pre { + background-color: transparent !important; + } + } + } + } + } + &.file-content { + img { + max-width: 100%; + padding: 5px 5px 0 5px; + } + } } .code-view { overflow: auto; @@ -759,7 +759,7 @@ .clone.button:first-child { border-radius: .28571429rem 0 0 .28571429rem; } - .ui.action.small.input { + .ui.action.small.input { width: 100%; } #repo-clone-url { @@ -822,23 +822,23 @@ li { list-style: none; display: block; - padding-top: 8px; - padding-bottom: 8px; + padding-top: 8px; + padding-bottom: 8px; border-bottom: 1px solid #eee; } } } .dot { - width: 9px; - height: 9px; - background-color: #ccc; - z-index: 999; - position: absolute; - display: block; - left: -5px; - top: 40px; - border-radius: 6px; - border: 1px solid #FFF; + width: 9px; + height: 9px; + background-color: #ccc; + z-index: 999; + position: absolute; + display: block; + left: -5px; + top: 40px; + border-radius: 6px; + border: 1px solid #FFF; } } } @@ -847,7 +847,7 @@ &.new.release { .target { min-width: 500px; - + .at { margin-left: -5px; margin-right: 5px; @@ -858,7 +858,7 @@ } .selection.dropdown { padding-top: 10px; - padding-bottom: 10px; + padding-bottom: 10px; } } .prerelease.field { @@ -874,15 +874,15 @@ list-style: none; width: 32%; margin: 10px 10px 10px 0; - padding-bottom: 14px; - float: left; + padding-bottom: 14px; + float: left; .avatar { width: 48px; height: 48px; float: left; - display: block; - margin-right: 10px; + display: block; + margin-right: 10px; } .name { margin-top: 0; @@ -948,13 +948,13 @@ text-transform: none; } .markdown { - padding: 15px 30px; + padding: 15px 30px; - h1, h2, h3, h4, h5, h6 { - &:first-of-type { - margin-top: 0; - } - } + h1, h2, h3, h4, h5, h6 { + &:first-of-type { + margin-top: 0; + } + } } } } @@ -981,7 +981,7 @@ } .ui.button { margin-left: 5px; - margin-top: -3px; + margin-top: -3px; } } } @@ -1002,7 +1002,7 @@ &:hover { background: rgba(0,0,0,.05)!important; - color: rgba(0,0,0,.95)!important; + color: rgba(0,0,0,.95)!important; } img { margin-right: 8px; @@ -1055,7 +1055,7 @@ .ui.comments { .dropzone { - width: 100%; + width: 100%; margin-bottom: 10px; border: 2px dashed #0087F7; box-shadow: none!important; @@ -1081,10 +1081,10 @@ float: left; color: gray; padding-left: 10px; - padding-top: 10px; - &.active { - color: #6cc644; - } + padding-top: 10px; + &.active { + color: #6cc644; + } } .meta { padding-top: 5px; @@ -1129,19 +1129,19 @@ } .tab.segment { border: none; - padding: 0; - padding-top: 10px; - box-shadow: none; - > * { - color: #666; - } - pre { + padding: 0; + padding-top: 10px; + box-shadow: none; + > * { + color: #666; + } + pre { word-wrap: break-word; .hljs { padding: 0; background-color: inherit; } - } + } } } } @@ -1198,4 +1198,4 @@ .ui.message { width: 100%!important; } -}
\ No newline at end of file +} |