##// END OF EJS Templates
merge the two context menu bar stripes - save some vertical space
Mads Kiilerich -
r3612:a8373e8f beta
parent child Browse files
Show More
@@ -40,9 +40,12
40 40
41 41 #content #context-bar {
42 42 position: relative;
43 background-color: #003B76 !important;
44 padding: 0px;
45 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 51 #header #header-inner #quick a,
@@ -109,7 +112,7 ul.horizontal-list li a {
109 112
110 113 #breadcrumbs {
111 114 float: left;
112 padding: 5px 0;
115 padding: 3px 0 5px 0;
113 116 padding-left: 5px;
114 117 font-weight: bold;
115 118 font-size: 14px;
@@ -120,13 +123,6 ul.horizontal-list li a {
120 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 126 #header #header-inner #quick ul,
131 127 #revision-changer,
132 128 #context-pages,
@@ -226,12 +222,6 ul#context-actions {
226 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 225 #context-pages {
236 226 float: right;
237 227 border-left: 1px solid rgba(0,0,0,0.1);
@@ -97,14 +97,11
97 97
98 98 <!--- CONTEXT BAR -->
99 99 <div id="context-bar" class="box">
100 <div id="context-top">
101 100 <div id="breadcrumbs">
102 101 ${h.link_to(_(u'Repositories'),h.url('home'))}
103 102 &raquo;
104 103 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
105 104 </div>
106 </div>
107 <div id="context-state">
108 105 <ul id="context-pages" class="horizontal-list">
109 106 <li ${is_current('summary')}><a href="${h.url('summary_home', repo_name=c.repo_name)}" class="summary">${_('Summary')}</a></li>
110 107 <li ${is_current('changelog')}><a href="${h.url('changelog_home', repo_name=c.repo_name)}" class="changelogs">${_('Changelog')}</a></li>
@@ -163,7 +160,6
163 160 </li>
164 161 </ul>
165 162 </div>
166 </div>
167 163 <script type="text/javascript">
168 164 YUE.on('branch_tag_switcher_2','mouseover',function(){
169 165 var loaded = YUD.hasClass('branch_tag_switcher_2','loaded');
General Comments 0
You need to be logged in to leave comments. Login now