# HG changeset patch # User Marcin Kuzminski # Date 1280662749 -7200 # Node ID 86a25ad59766a6d85ca65979b5490269d17a0b23 # Parent d89dcde91fdb151c099996841f316d078b726abc fixed min width set. Some html fixes for yui flot graph diff -r d89dcde91fdb -r 86a25ad59766 pylons_app/public/css/style_full.css --- a/pylons_app/public/css/style_full.css Sat Jul 31 18:48:12 2010 +0200 +++ b/pylons_app/public/css/style_full.css Sun Aug 01 13:39:09 2010 +0200 @@ -1,3 +1,10 @@ +/* ----------------------------------------------------------- + GLOBAL WIDTH +----------------------------------------------------------- */ +#header,#content,#footer{ + min-width: 1024px; +} + /* ----------------------------------------------------------- content ----------------------------------------------------------- */ diff -r d89dcde91fdb -r 86a25ad59766 pylons_app/templates/admin/repos/repos.html --- a/pylons_app/templates/admin/repos/repos.html Sat Jul 31 18:48:12 2010 +0200 +++ b/pylons_app/templates/admin/repos/repos.html Sun Aug 01 13:39:09 2010 +0200 @@ -45,7 +45,7 @@ r${repo['rev']}:${repo['tip']} ${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()} diff -r d89dcde91fdb -r 86a25ad59766 pylons_app/templates/summary/summary.html --- a/pylons_app/templates/summary/summary.html Sat Jul 31 18:48:12 2010 +0200 +++ b/pylons_app/templates/summary/summary.html Sun Aug 01 13:39:09 2010 +0200 @@ -122,13 +122,11 @@
-
+
- - -
+