Show More
@@ -40,9 +40,12 b'' | |||||
40 |
|
40 | |||
41 | #content #context-bar { |
|
41 | #content #context-bar { | |
42 | position: relative; |
|
42 | position: relative; | |
43 | background-color: #003B76 !important; |
|
|||
44 | padding: 0px; |
|
|||
45 | overflow: visible; |
|
43 | overflow: visible; | |
|
44 | background-color: #336699; | |||
|
45 | border-top: 1px solid #517da8; | |||
|
46 | border-bottom: 1px solid #003162; | |||
|
47 | padding: 0 5px; | |||
|
48 | min-height: 36px; | |||
46 | } |
|
49 | } | |
47 |
|
50 | |||
48 | #header #header-inner #quick a, |
|
51 | #header #header-inner #quick a, | |
@@ -109,7 +112,7 b' ul.horizontal-list li a {' | |||||
109 |
|
112 | |||
110 | #breadcrumbs { |
|
113 | #breadcrumbs { | |
111 | float: left; |
|
114 | float: left; | |
112 | padding: 5px 0; |
|
115 | padding: 3px 0 5px 0; | |
113 | padding-left: 5px; |
|
116 | padding-left: 5px; | |
114 | font-weight: bold; |
|
117 | font-weight: bold; | |
115 | font-size: 14px; |
|
118 | font-size: 14px; | |
@@ -120,13 +123,6 b' ul.horizontal-list li a {' | |||||
120 | font-size: 1.8em; |
|
123 | font-size: 1.8em; | |
121 | } |
|
124 | } | |
122 |
|
125 | |||
123 | #context-top { |
|
|||
124 | position: relative; |
|
|||
125 | overflow: hidden; |
|
|||
126 | border-bottom: 1px solid #003162; |
|
|||
127 | padding: 5px; |
|
|||
128 | } |
|
|||
129 |
|
||||
130 | #header #header-inner #quick ul, |
|
126 | #header #header-inner #quick ul, | |
131 | #revision-changer, |
|
127 | #revision-changer, | |
132 | #context-pages, |
|
128 | #context-pages, | |
@@ -226,12 +222,6 b' ul#context-actions {' | |||||
226 | display: none; |
|
222 | display: none; | |
227 | } |
|
223 | } | |
228 |
|
224 | |||
229 | #context-state { |
|
|||
230 | background-color: #336699; |
|
|||
231 | border-top: 1px solid #517da8; |
|
|||
232 | min-height: 36px; |
|
|||
233 | } |
|
|||
234 |
|
||||
235 | #context-pages { |
|
225 | #context-pages { | |
236 | float: right; |
|
226 | float: right; | |
237 | border-left: 1px solid rgba(0,0,0,0.1); |
|
227 | border-left: 1px solid rgba(0,0,0,0.1); |
@@ -97,14 +97,11 b'' | |||||
97 |
|
97 | |||
98 | <!--- CONTEXT BAR --> |
|
98 | <!--- CONTEXT BAR --> | |
99 | <div id="context-bar" class="box"> |
|
99 | <div id="context-bar" class="box"> | |
100 | <div id="context-top"> |
|
|||
101 | <div id="breadcrumbs"> |
|
100 | <div id="breadcrumbs"> | |
102 | ${h.link_to(_(u'Repositories'),h.url('home'))} |
|
101 | ${h.link_to(_(u'Repositories'),h.url('home'))} | |
103 | » |
|
102 | » | |
104 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} |
|
103 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
105 | </div> |
|
104 | </div> | |
106 | </div> |
|
|||
107 | <div id="context-state"> |
|
|||
108 | <ul id="context-pages" class="horizontal-list"> |
|
105 | <ul id="context-pages" class="horizontal-list"> | |
109 | <li ${is_current('summary')}><a href="${h.url('summary_home', repo_name=c.repo_name)}" class="summary">${_('Summary')}</a></li> |
|
106 | <li ${is_current('summary')}><a href="${h.url('summary_home', repo_name=c.repo_name)}" class="summary">${_('Summary')}</a></li> | |
110 | <li ${is_current('changelog')}><a href="${h.url('changelog_home', repo_name=c.repo_name)}" class="changelogs">${_('Changelog')}</a></li> |
|
107 | <li ${is_current('changelog')}><a href="${h.url('changelog_home', repo_name=c.repo_name)}" class="changelogs">${_('Changelog')}</a></li> | |
@@ -162,7 +159,6 b'' | |||||
162 | </a> |
|
159 | </a> | |
163 | </li> |
|
160 | </li> | |
164 | </ul> |
|
161 | </ul> | |
165 | </div> |
|
|||
166 | </div> |
|
162 | </div> | |
167 | <script type="text/javascript"> |
|
163 | <script type="text/javascript"> | |
168 | YUE.on('branch_tag_switcher_2','mouseover',function(){ |
|
164 | YUE.on('branch_tag_switcher_2','mouseover',function(){ |
General Comments 0
You need to be logged in to leave comments.
Login now