From: Thomas Goirand Date: Mon, 10 Dec 2012 15:26:53 +0000 (+0000) Subject: Adds patch for #floating-ips td.actions width. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=689cefb0ceb56f2326bccb05f96a81e5afa11ced;p=openstack-build%2Fhorizon-build.git Adds patch for #floating-ips td.actions width. Rewritten-From: b9a319b28ecffe72e3ae4cd8494be7c471323cd5 --- diff --git a/xenial/debian/patches/adds-static-width-for-td.actions_column-of-floating-ips.patch b/xenial/debian/patches/adds-static-width-for-td.actions_column-of-floating-ips.patch new file mode 100644 index 0000000..1b756e8 --- /dev/null +++ b/xenial/debian/patches/adds-static-width-for-td.actions_column-of-floating-ips.patch @@ -0,0 +1,17 @@ +Description: Adds static width for the #floating-ips td.actions +Author: Jiang Yong +Origin: upstream, https://review.openstack.org/#/c/17530/ +Bug-Ubuntu: https://launchpad.net/bugs/1081875 + +--- horizon-2012.2.1.orig/openstack_dashboard/static/dashboard/less/horizon.less ++++ horizon-2012.2.1/openstack_dashboard/static/dashboard/less/horizon.less +@@ -823,6 +823,9 @@ td.actions_column { + min-width: 140px; + min-height: 20px; + } ++#floating_ips td.actions_column { ++ width: 180px; ++} + + td.actions_column .row_actions a, + td.actions_column .row_actions input, diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series index 773c63b..9ebdfc2 100644 --- a/xenial/debian/patches/series +++ b/xenial/debian/patches/series @@ -3,3 +3,4 @@ fix-dashboard-manage.patch fix-ubuntu-tests.patch debian_local_settings.patch fix-quota-summary.patch +adds-static-width-for-td.actions_column-of-floating-ips.patch