File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -311,11 +311,18 @@ html, body {
311
311
border-radius : 2px ;
312
312
}
313
313
314
- # user-name {
315
- margin-top : 20px ;
314
+ # user-name , # user-full-name {
316
315
font-size : 1.6em ;
317
316
font-weight : bold;
317
+ }
318
+
319
+ # user-name {
318
320
margin-bottom : 20px ;
321
+ margin-top : 10px ;
322
+ }
323
+
324
+ # user-full-name {
325
+ margin-top : 20px ;
319
326
}
320
327
321
328
# user-profile .profile-info .list-group-item {
@@ -387,7 +394,7 @@ html, body {
387
394
388
395
/* gogits user setting */
389
396
390
- # user-setting-nav {
397
+ # user-setting-nav . repo-setting-nav {
391
398
background-color : # FFF ;
392
399
border : 1px solid # CCC ;
393
400
padding : 0 ;
Original file line number Diff line number Diff line change 3
3
{{template "repo/nav" .}}
4
4
{{template "repo/toolbar" .}}
5
5
<div id="body" class="container">
6
- <div id="user-setting-nav" class="col-md-2">
6
+ <div id="user-setting-nav" class="col-md-2 repo-setting-nav ">
7
7
<ul class="list-group">
8
8
<li class="list-group-item"><a href="/{{.Owner.Name}}/{{.Repository.Name}}/settings">Options</a></li>
9
9
<li class="list-group-item active"><a href="/{{.Owner.Name}}/{{.Repository.Name}}/collaboration">Collaborators</a></li>
Original file line number Diff line number Diff line change 3
3
{{template "repo/nav" .}}
4
4
{{template "repo/toolbar" .}}
5
5
<div id="body" class="container">
6
- <div id="user-setting-nav" class="col-md-2">
6
+ <div id="user-setting-nav" class="col-md-2 repo-setting-nav ">
7
7
<ul class="list-group">
8
8
<li class="list-group-item active"><a href="/{{.Owner.Name}}/{{.Repository.Name}}/settings">Options</a></li>
9
9
<li class="list-group-item"><a href="/{{.Owner.Name}}/{{.Repository.Name}}/collaboration">Collaborators</a></li>
Original file line number Diff line number Diff line change 6
6
<a href="http://gravatar.com/emails/" class="center-block" data-toggle="tooltip" data-placement="bottom" title="Change your avatar at gravatar.com">
7
7
<img id="user-avatar" src="{{.Owner.AvatarLink}}?s=200" alt="user-avatar" title="{{.Owner.Name}}"/>
8
8
</a>
9
- {{if .Owner.FullName}}<span id="user-name" class="center-block">{{.Owner.FullName}}</span>{{end}}
9
+ {{if .Owner.FullName}}<span id="user-full- name" class="center-block">{{.Owner.FullName}}</span>{{end}}
10
10
<span id="user-name" class="center-block">{{.Owner.Name}}</span>
11
11
</div>
12
12
<div class="profile-info">
You can’t perform that action at this time.
0 commit comments