1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

fix css styles

This commit is contained in:
Unknwon
2015-08-15 20:55:03 +08:00
parent 2e30b421b4
commit 7bb5cb444c
4 changed files with 33 additions and 24 deletions

View File

@@ -6,12 +6,12 @@
{{template "repo/settings/navbar" .}}
<div class="twelve wide column content">
{{template "base/alert" .}}
<h3 class="ui top attached header">
<h4 class="ui top attached header">
{{.i18n.Tr "repo.settings.deploy_keys"}}
<div class="ui right">
<div id="add-deploy-key" class="ui blue tiny button">{{.i18n.Tr "repo.settings.add_deploy_key"}}</div>
</div>
</h3>
</h4>
<div class="ui attached segment">
{{if .Deploykeys}}
<div class="ui key list">