Commit 445d14bcaa222d14cb0715488ca4438680c664a7

Authored by Sergio Oliveira
1 parent f0ef6b0b

Moving style from diazo rules to gitlab theme template

Showing 1 changed file with 14 additions and 0 deletions   Show diff stats
src/proxy/templates/proxy/gitlab.html
... ... @@ -10,6 +10,19 @@
10 10 div#main-content .main-nav {
11 11 margin-top: -15px;
12 12 }
  13 + div#main-content div.container {
  14 + width: 1110px;
  15 + }
  16 + div#main-content div.flash-container{
  17 + width: 85%;
  18 + }
  19 + #breadcrumbs {
  20 + border: 0 !important;
  21 + }
  22 +
  23 + #right-top-nav {
  24 + margin-right: 5em !important;
  25 + }
13 26 </style>
14 27 {% endblock %}
15 28  
... ... @@ -21,4 +34,5 @@
21 34 </script>
22 35 <script type="text/javascript" src="{% static 'third-party/bootstrap/js/bootstrap.min.js' %}"></script>
23 36 <script type="text/javascript" src="{% static 'third-party/jquery.cookie.js' %}"></script>
  37 +<script>jQuery.noConflict();</script>
24 38 {% endblock %}
... ...