From f274ba9eb17e39360240c55fbe4130afb7b3060c Mon Sep 17 00:00:00 2001 From: Paul McMillan Date: Tue, 3 Jan 2012 20:10:27 -0800 Subject: [PATCH] Float ALL form checkboxes left Change-Id: Ifb32ea628087135dfb21702e7ba0ffe8994eeb95 --- openstack-dashboard/dashboard/static/dashboard/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-dashboard/dashboard/static/dashboard/css/style.css b/openstack-dashboard/dashboard/static/dashboard/css/style.css index 4aed2eb43..900283524 100644 --- a/openstack-dashboard/dashboard/static/dashboard/css/style.css +++ b/openstack-dashboard/dashboard/static/dashboard/css/style.css @@ -810,7 +810,7 @@ td.multi_select_column { text-align: center; } -.launch_image input[type="checkbox"] { +div.input input[type="checkbox"] { float: left; width: 25px; }