##// END OF EJS Templates
made rhodecode compatible with 1024px displays
marcink -
r1247:4d195ad0 beta
parent child Browse files
Show More
@@ -187,7 +187,7 b' border-bottom-right-radius: 8px;'
187
187
188 #header {
188 #header {
189 margin:0;
189 margin:0;
190 padding:0 30px;
190 padding:0 10px;
191 }
191 }
192
192
193
193
@@ -1265,7 +1265,7 b' clear:both;'
1265 overflow:hidden;
1265 overflow:hidden;
1266 text-align:right;
1266 text-align:right;
1267 margin:0;
1267 margin:0;
1268 padding:0 30px 4px;
1268 padding:0 10px 4px;
1269 margin:-10px 0 0;
1269 margin:-10px 0 0;
1270 }
1270 }
1271
1271
@@ -2144,14 +2144,14 b' padding:2px 2px 0;'
2144 }
2144 }
2145
2145
2146 #header,#content,#footer {
2146 #header,#content,#footer {
2147 min-width:1024px;
2147 min-width:978px;
2148 }
2148 }
2149
2149
2150 #content {
2150 #content {
2151 min-height:100%;
2151 min-height:100%;
2152 clear:both;
2152 clear:both;
2153 overflow:hidden;
2153 overflow:hidden;
2154 padding:14px 30px;
2154 padding:14px 10px;
2155 }
2155 }
2156
2156
2157 #content div.box div.title div.search {
2157 #content div.box div.title div.search {
@@ -2225,6 +2225,10 b' display:none;'
2225 display:block;
2225 display:block;
2226 }
2226 }
2227
2227
2228 #content div.graph{
2229 padding:0 10px 10px;
2230 }
2231
2228 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a {
2232 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a {
2229 color:#bfe3ff;
2233 color:#bfe3ff;
2230 }
2234 }
@@ -301,7 +301,7 b''
301 <h5>${_('Commit activity by day / author')}</h5>
301 <h5>${_('Commit activity by day / author')}</h5>
302 </div>
302 </div>
303
303
304 <div class="table">
304 <div class="graph">
305 <div style="padding:0 10px 10px 15px;font-size: 1.2em;">
305 <div style="padding:0 10px 10px 15px;font-size: 1.2em;">
306 %if c.no_data:
306 %if c.no_data:
307 ${c.no_data_msg}
307 ${c.no_data_msg}
@@ -313,9 +313,9 b''
313 ${_('Loaded in')} ${c.stats_percentage} %
313 ${_('Loaded in')} ${c.stats_percentage} %
314 %endif
314 %endif
315 </div>
315 </div>
316 <div id="commit_history" style="width:460px;height:300px;float:left"></div>
316 <div id="commit_history" style="width:450px;height:300px;float:left"></div>
317 <div style="clear: both;height: 10px"></div>
317 <div style="clear: both;height: 10px"></div>
318 <div id="overview" style="width:460px;height:100px;float:left"></div>
318 <div id="overview" style="width:450px;height:100px;float:left"></div>
319
319
320 <div id="legend_data" style="clear:both;margin-top:10px;">
320 <div id="legend_data" style="clear:both;margin-top:10px;">
321 <div id="legend_container"></div>
321 <div id="legend_container"></div>
General Comments 0
You need to be logged in to leave comments. Login now