Changeset - 86a25ad59766
[Not reviewed]
default
0 3 0
Marcin Kuzminski - 15 years ago 2010-08-01 13:39:09
marcin@python-works.com
fixed min width set.
Some html fixes for yui flot graph
3 files changed with 11 insertions and 6 deletions:
0 comments (0 inline, 0 general)
pylons_app/public/css/style_full.css
Show inline comments
 
/* -----------------------------------------------------------
 
	GLOBAL WIDTH
 
----------------------------------------------------------- */
 
#header,#content,#footer{
 
	min-width: 1024px;
 
}
 
 
/* -----------------------------------------------------------
 
	content
 
----------------------------------------------------------- */ 
pylons_app/templates/admin/repos/repos.html
Show inline comments
 
@@ -45,7 +45,7 @@
 
                <td>r${repo['rev']}:${repo['tip']}</td>
 
                <td>
 
                  ${h.form(url('repo', repo_name=repo['name']),method='delete')}
 
                    ${h.submit('remove','delete',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")}
 
                    ${h.submit('remove_%s' % repo['name'],'delete',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")}
 
                  ${h.end_form()}
 
                </td>
 
            </tr>
pylons_app/templates/summary/summary.html
Show inline comments
 
@@ -122,13 +122,11 @@ E.onDOMReady(function(e){
 
    </div>
 
    
 
    <div class="table">
 
        <div id="commit_history" style="width:600px;height:370px;float:left"></div>
 
        <div id="commit_history" style="width:460px;height:370px;float:left"></div>
 
    	<div id="legend_data">
 
	    	<div id="legend_container"></div>
 
	    	<div id="legend_choices">
 
				<table id="legend_choices_tables" style="font-size:smaller;color:#545454">
 
				
 
				</table>
 
				<table id="legend_choices_tables" style="font-size:smaller;color:#545454"></table>
 
	    	</div>
 
    	</div>
 
		<script type="text/javascript">
 
@@ -164,7 +162,7 @@ E.onDOMReady(function(e){
 

	
 
		        if (data.length > 0){
 
				    var plot = YAHOO.widget.Flot("commit_history", data,
 
					        { bars: { show: true, align:'left' },
 
					        { bars: { show: true, align:'center' },
 
			    			  points: { show: true, radius:0,fill:true },
 
			    			  legend:{show:true, container:"legend_container"},
 
			    	          selection: { mode: "xy" },
0 comments (0 inline, 0 general)