Imported Upstream version 4.6.2
This commit is contained in:
23
install/ui/ie.css
Normal file
23
install/ui/ie.css
Normal file
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user