mirror of https://github.com/go-gitea/gitea.git
parent
e0df611cbc
commit
d9db188274
|
@ -2374,83 +2374,35 @@ footer .ui.language .menu {
|
||||||
.settings .content .segment {
|
.settings .content .segment {
|
||||||
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
||||||
}
|
}
|
||||||
.settings .list .item .green {
|
.settings .list > .item .green {
|
||||||
color: #21BA45 !important;
|
color: #21BA45 !important;
|
||||||
}
|
}
|
||||||
.settings .list .item:not(:first-child) {
|
.settings .list > .item:not(:first-child) {
|
||||||
border-top: 1px solid #eaeaea;
|
border-top: 1px solid #eaeaea;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
margin: 15px -1rem -1rem -1rem;
|
margin: 15px -1rem -1rem -1rem;
|
||||||
min-height: 60px;
|
|
||||||
}
|
}
|
||||||
.settings .list .item > .mega-octicon {
|
.settings .list > .item > .mega-octicon {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
.settings .list .item > .mega-octicon + .content {
|
.settings .list > .item > .mega-octicon + .content {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding: 0 0 0 .5em;
|
padding: 0 0 0 .5em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
.settings .list > .item .info {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
.settings .list > .item .info .tab.segment {
|
||||||
|
border: none;
|
||||||
|
padding: 10px 0 0;
|
||||||
|
}
|
||||||
.settings .list.key .meta {
|
.settings .list.key .meta {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
.settings .hook.list > .item:not(:first-child) {
|
.settings .list.email > .item:not(:first-child) {
|
||||||
border-top: 1px solid #eaeaea;
|
min-height: 60px;
|
||||||
}
|
|
||||||
.settings .hook.list .item {
|
|
||||||
padding: 10px 20px;
|
|
||||||
}
|
|
||||||
.settings .hook.list .item .octicon,
|
|
||||||
.settings .hook.list .item .fa {
|
|
||||||
width: 20px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.settings .hook.list .item a {
|
|
||||||
/* These are technically the same, but use both */
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
-ms-word-break: break-all;
|
|
||||||
/* This is the dangerous one in WebKit, as it breaks things wherever */
|
|
||||||
word-break: break-all;
|
|
||||||
/* Instead use this non-standard one: */
|
|
||||||
word-break: break-word;
|
|
||||||
/* Adds a hyphen where the word breaks, if supported (No Blink) */
|
|
||||||
-ms-hyphens: auto;
|
|
||||||
-moz-hyphens: auto;
|
|
||||||
-webkit-hyphens: auto;
|
|
||||||
hyphens: auto;
|
|
||||||
}
|
|
||||||
.settings .hook.history.list .item {
|
|
||||||
padding-left: 13px;
|
|
||||||
}
|
|
||||||
.settings .hook.history.list .item .meta .ui.right {
|
|
||||||
margin-top: 5px;
|
|
||||||
}
|
|
||||||
.settings .hook.history.list .item .meta .ui.right .time {
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
.settings .hook.history.list .item .info {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
.settings .hook.history.list .item .info .tabular.menu .item {
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
.settings .hook.history.list .item .info .tab.segment {
|
|
||||||
border: none;
|
|
||||||
padding: 0;
|
|
||||||
padding-top: 10px;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
.settings .hook.history.list .item .info .tab.segment > * {
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
.settings .hook.history.list .item .info .tab.segment pre {
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
.settings .hook.history.list .item .info .tab.segment pre .hljs {
|
|
||||||
padding: 0;
|
|
||||||
background-color: inherit;
|
|
||||||
}
|
}
|
||||||
.ui.vertical.menu .header.item {
|
.ui.vertical.menu .header.item {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
|
|
@ -1363,7 +1363,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.list {
|
.list {
|
||||||
.item {
|
> .item {
|
||||||
.green {
|
.green {
|
||||||
color: #21BA45 !important;
|
color: #21BA45 !important;
|
||||||
}
|
}
|
||||||
|
@ -1371,7 +1371,6 @@
|
||||||
border-top: 1px solid #eaeaea;
|
border-top: 1px solid #eaeaea;
|
||||||
padding:1rem;
|
padding:1rem;
|
||||||
margin: 15px -1rem -1rem -1rem;
|
margin: 15px -1rem -1rem -1rem;
|
||||||
min-height: 60px;
|
|
||||||
}
|
}
|
||||||
> .mega-octicon {
|
> .mega-octicon {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
@ -1381,6 +1380,13 @@
|
||||||
padding: 0 0 0 .5em;
|
padding: 0 0 0 .5em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
.info {
|
||||||
|
margin-top: 10px;
|
||||||
|
.tab.segment {
|
||||||
|
border: none;
|
||||||
|
padding: 10px 0 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.key{
|
&.key{
|
||||||
.meta {
|
.meta {
|
||||||
|
@ -1388,57 +1394,9 @@
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
&.email {
|
||||||
.hook.list {
|
|
||||||
> .item:not(:first-child) {
|
> .item:not(:first-child) {
|
||||||
border-top: 1px solid #eaeaea;
|
min-height: 60px;
|
||||||
}
|
|
||||||
.item {
|
|
||||||
padding: 10px 20px;
|
|
||||||
.octicon,
|
|
||||||
.fa {
|
|
||||||
width: 20px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
.dont-break-out;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.hook.history.list {
|
|
||||||
.item {
|
|
||||||
padding-left: 13px;
|
|
||||||
.meta {
|
|
||||||
.ui.right {
|
|
||||||
margin-top: 5px;
|
|
||||||
.time {
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.info {
|
|
||||||
margin-top: 10px;
|
|
||||||
.tabular.menu {
|
|
||||||
.item {
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.tab.segment {
|
|
||||||
border: none;
|
|
||||||
padding: 0;
|
|
||||||
padding-top: 10px;
|
|
||||||
box-shadow: none;
|
|
||||||
> * {
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
word-wrap: break-word;
|
|
||||||
.hljs {
|
|
||||||
padding: 0;
|
|
||||||
background-color: inherit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
<h4 class="ui top attached header">
|
<h4 class="ui top attached header">
|
||||||
{{.i18n.Tr "repo.settings.githooks"}}
|
{{.i18n.Tr "repo.settings.githooks"}}
|
||||||
</h4>
|
</h4>
|
||||||
<div class="ui attached table segment">
|
<div class="ui attached segment">
|
||||||
<div class="ui hook list">
|
<div class="ui list">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
{{.i18n.Tr "repo.settings.githooks_desc" | Str2html}}
|
{{.i18n.Tr "repo.settings.githooks_desc" | Str2html}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
</h4>
|
</h4>
|
||||||
<div class="ui attached table segment">
|
<div class="ui attached segment">
|
||||||
<div class="ui hook history list">
|
<div class="ui list">
|
||||||
{{range .History}}
|
{{range .History}}
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="meta">
|
<div class="meta">
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</h4>
|
</h4>
|
||||||
<div class="ui attached table segment">
|
<div class="ui attached segment">
|
||||||
<div class="ui hook list">
|
<div class="ui list">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
{{.Description | Str2html}}
|
{{.Description | Str2html}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue