diff --git a/pylons_app/public/css/style_full.css b/pylons_app/public/css/style_full.css --- a/pylons_app/public/css/style_full.css +++ b/pylons_app/public/css/style_full.css @@ -1,3 +1,10 @@ +/* ----------------------------------------------------------- + GLOBAL WIDTH +----------------------------------------------------------- */ +#header,#content,#footer{ + min-width: 1024px; +} + /* ----------------------------------------------------------- content ----------------------------------------------------------- */ diff --git a/pylons_app/templates/admin/repos/repos.html b/pylons_app/templates/admin/repos/repos.html --- a/pylons_app/templates/admin/repos/repos.html +++ b/pylons_app/templates/admin/repos/repos.html @@ -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 --git a/pylons_app/templates/summary/summary.html b/pylons_app/templates/summary/summary.html --- a/pylons_app/templates/summary/summary.html +++ b/pylons_app/templates/summary/summary.html @@ -122,13 +122,11 @@ E.onDOMReady(function(e){
-
+
- - -
+