Commit 266ed2482703da98aa4e1cf175b7d47943600329
1 parent
ccdac200
Exists in
master
and in
39 other branches
Gitlab css improvements
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
src/proxy/gitlab/templates/proxy/gitlab.html
| 1 | 1 | {% extends 'base.html' %} |
| 2 | 2 | {% load static %} |
| 3 | 3 | |
| 4 | +{% block head_css %} | |
| 5 | +<style> | |
| 6 | + div#main-content { | |
| 7 | + margin-top: 65px; | |
| 8 | + } | |
| 9 | + | |
| 10 | + div#main-content .main-nav { | |
| 11 | + margin-top: -15px; | |
| 12 | + } | |
| 13 | +</style> | |
| 14 | +{% endblock %} | |
| 15 | + | |
| 4 | 16 | {% block head_js %} |
| 5 | 17 | <script type="text/javascript"> |
| 6 | 18 | $(function(){ | ... | ... |