This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix access token style
for-closed-social
Unknwon
9 years ago
parent
4c7b6414eb
commit
928d9fc1d4
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/css/gogs.min.css
+2
-2
public/less/_user.less
+1
-1
templates/user/settings/applications.tmpl
+ 1
- 1
public/css/gogs.min.css
File diff suppressed because it is too large
View File
+ 2
- 2
public/less/_user.less
View File
@ -4,8 +4,8 @@
&.settings {
.key.list {
.
desc.
item {
padding-bottom: 30
px;
.item
.ui.grid
{
margin-top: 15
px;
}
}
}
+ 1
- 1
templates/user/settings/applications.tmpl
View File
@ -13,7 +13,7 @@
</h4>
<div class="ui attached segment">
<div class="ui key list">
<div class="
desc
item">
<div class="item">
{{.i18n.Tr "settings.tokens_desc"}}
</div>
{{range .Tokens}}
Write
Preview
Loading…
Cancel
Save