mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 13:51:35 +01:00 
			
		
		
		
	template and ui fix
This commit is contained in:
		
							parent
							
								
									ad2ab6d214
								
							
						
					
					
						commit
						dccc50e9d4
					
				| @ -709,6 +709,7 @@ ol.linenums { | ||||
| #dashboard-header { | ||||
|   border-bottom: 1px solid #d6d6d6; | ||||
|   height: 69px; | ||||
|   background-color: #FFF; | ||||
| } | ||||
| #dashboard-header > .menu-line > li { | ||||
|   padding: 12px 6px; | ||||
| @ -824,6 +825,11 @@ ol.linenums { | ||||
| #dashboard-my-repo .repo-contrib-header { | ||||
|   border-top: 1px solid #d6d6d6; | ||||
| } | ||||
| #dashboard-my-mirror .panel-header, | ||||
| #dashboard-my-org .panel-header, | ||||
| #dashboard-my-repo .panel-header { | ||||
|   font-size: 14px; | ||||
| } | ||||
| #dashboard-my-repo .panel-header .octicon { | ||||
|   margin-right: 6px; | ||||
|   font-size: 12px; | ||||
| @ -1244,7 +1250,8 @@ The register and sign-in page style | ||||
|   font-weight: normal; | ||||
|   color: #888; | ||||
| } | ||||
| #repo-readme { | ||||
| #repo-readme, | ||||
| #repo-read-file { | ||||
|   margin-bottom: 80px; | ||||
| } | ||||
| #repo-bare-start { | ||||
|  | ||||
| @ -12,6 +12,7 @@ | ||||
| #dashboard-header { | ||||
|   border-bottom: 1px solid @dashboardHeaderBorderColor; | ||||
|   height: 69px; | ||||
|   background-color: #FFF; | ||||
|   > .menu-line { | ||||
|     > li { | ||||
|       padding: 12px 6px; | ||||
| @ -125,6 +126,9 @@ | ||||
|   .repo-contrib-header { | ||||
|     border-top: 1px solid #d6d6d6; | ||||
|   } | ||||
|   .panel-header{ | ||||
|     font-size: 14px; | ||||
|   } | ||||
| } | ||||
| #dashboard-my-repo { | ||||
|   .panel-header { | ||||
|  | ||||
| @ -301,7 +301,8 @@ | ||||
|     } | ||||
|   } | ||||
| } | ||||
| #repo-readme { | ||||
| #repo-readme, | ||||
| #repo-read-file{ | ||||
|   margin-bottom: 80px; | ||||
| } | ||||
| #repo-bare-start { | ||||
|  | ||||
| @ -3,7 +3,7 @@ | ||||
| <div id="repo-wrapper"> | ||||
|     {{template "repo/header" .}} | ||||
|     <div id="repo-content" class="clear container"> | ||||
|         <div id="repo-main" class="left grid-4-5"> | ||||
|         <div id="repo-main" class="left grid-5-6"> | ||||
|             <p id="repo-desc"> | ||||
|                 <span class="description">{{.Repository.DescriptionHtml}}</span> | ||||
|                 <a class="link" href="{{.Repository.Website}}">{{.Repository.Website}}</a> | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| <div id="repo-sidebar" class="right grid-1-5"> | ||||
| <div id="repo-sidebar" class="right grid-1-6"> | ||||
|     <ul class="menu menu-vertical" id="repo-sidebar-nav"> | ||||
|         <li> | ||||
|             <a class="radius" href="{{.RepoLink}}/issues"><i class="octicon octicon-issue-opened"></i>{{.i18n.Tr "repo.issues"}}<span class="num right label label-blue label-radius">{{.Repository.NumOpenIssues}}</span></a> | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| <div class="panel panel-radius" id="repo-readme"> | ||||
| <div class="panel panel-radius" id="{{if .ReadmeExist}}repo-readme{{else}}repo-read-file{{end}}"> | ||||
|     <p class="panel-header"> | ||||
|         {{if .ReadmeExist}} | ||||
|             <i class="icon fa fa-book fa-lg"></i> | ||||
| @ -12,7 +12,7 @@ | ||||
|         <strong class="file-name">{{.FileName}}</strong><span class="file-size">{{FileSize .FileSize}}</span> | ||||
| 	    {{end}} | ||||
|     </p> | ||||
|     <div class="{{if .ReadmeExist}}panel-content markdown{{end}} code-view"> | ||||
|     <div class="{{if .ReadmeExist}}panel-content markdown{{end}} code-view" id="repo-code-view"> | ||||
|     	{{if .ReadmeExist}} | ||||
|     	{{if .FileContent}}{{.FileContent | Str2html}}{{end}} | ||||
|         {{else if not .IsFileText}} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user