]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Adds patch for #floating-ips td.actions width.
authorThomas Goirand <thomas@goirand.fr>
Mon, 10 Dec 2012 15:26:53 +0000 (15:26 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 10 Dec 2012 15:26:53 +0000 (15:26 +0000)
Rewritten-From: b9a319b28ecffe72e3ae4cd8494be7c471323cd5

trusty/debian/patches/adds-static-width-for-td.actions_column-of-floating-ips.patch [new file with mode: 0644]
trusty/debian/patches/series

diff --git a/trusty/debian/patches/adds-static-width-for-td.actions_column-of-floating-ips.patch b/trusty/debian/patches/adds-static-width-for-td.actions_column-of-floating-ips.patch
new file mode 100644 (file)
index 0000000..1b756e8
--- /dev/null
@@ -0,0 +1,17 @@
+Description: Adds static width for the #floating-ips td.actions
+Author: Jiang Yong <jiangyong.hn@gmail.com>
+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,
index 773c63bdbe93a32b74cb603b1d6b07a6a4681b81..9ebdfc2b8941f75543dff03c93f7a53a0b7f2743 100644 (file)
@@ -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