xenadmin/XenAdmin/HomePage/css/ie.css
Gabor Apati-Nagy 8a0f4512d7 CP-15402: Replaced existing to a new, html-based Home Page
Tried to keep changes at one place while not abstracting things too much as we have don't need any complex functionality yet.

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-15 14:01:37 +00:00

46 lines
953 B
CSS

/* -----------------------------------------------------------------------
File encoded as ISO-8859-1
Blueprint CSS Framework 1.0.1
http://blueprintcss.org
* Copyright (c) 2007-Present. See src/LICENSE for more info.
number of columns:24
column width:30
gutter width:10
total width:950
row height:18 px
----------------------------------------------------------------------- */
/* ie.css */
html {
overflow: auto;
}
body {
text-align: center;
}
.container {
text-align: left;
}
* html .column,
* html [class^="span-"],
* html [class*=" span- "] {
display: inline;
overflow-x: hidden;
}
img {
-ms-interpolation-mode: bicubic;
}
.clearfix, .container {
display: inline-block;
}
* html .clearfix, * html .container {
height: 1%;
}
/* fix opacity for tagline fonts */
p.cx-tagline span{
display: inline-block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=69)"; /* IE 8 */
filter: alpha(opacity=69); /* IE 5-7 */
}