diff options
Diffstat (limited to 'install/ui/ie.css')
-rw-r--r-- | install/ui/ie.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/install/ui/ie.css b/install/ui/ie.css new file mode 100644 index 00000000..00e573ba --- /dev/null +++ b/install/ui/ie.css @@ -0,0 +1,23 @@ +/* Authors: +* Petr Vobornik <pvobornik@redhat.com> +* +* Copyright (C) 2012 Red Hat +* +* Styles for IE only +*/ + +.aci-attribute-table-container { + overflow: auto !important; + overflow-x: hidden !important; + width: 348px !important; +} + +.aci-attribute-table { + float: left; + margin: 0; + width: 332px !important; +} + +.aci-attribute-table tbody { + height: auto !important; +}
\ No newline at end of file |