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