From 006b84f6a1dc7e806940b433cf4af92b7775dc38 Mon Sep 17 00:00:00 2001 From: Christophe Vilayphiou Date: Wed, 23 May 2012 12:06:09 +0800 Subject: [PATCH] Ray's fix for ie --- app/assets/stylesheets/style.css.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/style.css.erb b/app/assets/stylesheets/style.css.erb index fa79084f1..0a3ba76a0 100644 --- a/app/assets/stylesheets/style.css.erb +++ b/app/assets/stylesheets/style.css.erb @@ -722,6 +722,9 @@ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 1); } +#category_id, #module_app_id { + width: auto; +} [class^="icons-"] { display: inline-block;