xenadmin/Branding/HomePage/css/ie.css
Konstantina Chremmou c7b531ed80 CP-31105: Moved the Homepage to the Branding folder and added it to the project as a link.
Also, no need to include the homepage sources to the project.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2019-06-04 16:38:18 +01: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 */
}