diff --git a/pagure/static/koji.css b/pagure/static/koji.css index ad592f6..08b268f 100644 --- a/pagure/static/koji.css +++ b/pagure/static/koji.css @@ -1,3 +1,8 @@ +html +{ + font-size:14px; +} + .nav-tabs { border-bottom:none; @@ -9,6 +14,43 @@ border-bottom:1px solid #DDD; } -.highlighted-line { - background-color: #FFFABA; +.repo-name +{ + +} + +.code_table { + background: #FDF6E3; + min-width: 100%; +} + +.code_table tr td{ + padding: 0; +} + +.code_table tr td pre{ + padding: 0; + margin: 0; +} + +.code_table tr .cell1{ + width: 20px; + background: #eee8d5; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + text-align:center; +} + +.code_table tr .cell2{ + padding-left:15px; +} + +.code_table tr .cell1 a::before { + content: attr(data-line-number); + color:#91a1a1!important; + font-family: Hack; + padding-left:3px; + padding-right:3px; } diff --git a/pagure/static/pagure-logo.png b/pagure/static/pagure-logo.png index bdb3705..e3a2eea 100644 Binary files a/pagure/static/pagure-logo.png and b/pagure/static/pagure-logo.png differ diff --git a/pagure/templates/file.html b/pagure/templates/file.html index c7c74ca..54106f7 100644 --- a/pagure/templates/file.html +++ b/pagure/templates/file.html @@ -5,43 +5,45 @@ {% block repo %} - -
+
| Git URLs | -more | | -- - SSH Hostkey/Fingerprint - - | -- |
|---|---|---|---|
| Project | -: | -- {{ config.get('GIT_URL_SSH') }}{% if repo.parent %}forks/{% endif %}{{ repo.fullname }}.git - | -- {{ config.get('GIT_URL_GIT') }}{% if repo.parent %}forks/{% endif %}{{ repo.fullname }}.git - | -
| Docs | -: | -- {{ config.get('GIT_URL_SSH') }}docs/{{ repo.fullname }}.git - | -- {{ config.get('GIT_URL_GIT') }}docs/{{ repo.fullname }}.git - | -
| Tickets | -: | -- {{ config.get('GIT_URL_SSH') }}tickets/{{ repo.fullname }}.git - | -- {{ config.get('GIT_URL_GIT') }}tickets/{{ repo.fullname }}.git - | -
| Requests | -: | -- {{ config.get('GIT_URL_SSH') }}requests/{{ repo.fullname }}.git - | -- {{ config.get('GIT_URL_GIT') }}requests/{{ repo.fullname }}.git - | -