VIVO-508: clean up old IE css files and references

This commit is contained in:
Tim Worrall 2014-06-06 14:52:57 -04:00
parent 0b51403690
commit 2cc05784c7
3 changed files with 0 additions and 55 deletions

View file

@ -1,39 +0,0 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* Fix for homepage in IE6 browsers */
body {
background-color: #f3f3f0;
background-image: url(../images/header-background.jpg);
}
#search-field {
background-image: url("../images/search-interior-pages.gif");
height: 35px;
width: 392px;
}
#search-home-field input.search {
padding-left: 14px;
}
/* Fix for Visualization: Co-author and Co-investigator network pages */
#ego_profile,
.sub_headings,
#sparkline-container,
.toggle_visualization{
position: relative;
}
.easy-deselect-label a.temporal-vis-url {
margin-top: -15px;
}
#grant-count-sparkline-include {
width: 48%;
}
#coinvestigator-count-sparkline-include {
width: 48%;
clear: left;
}
#publication-count-sparkline-include {
width: 48%;
}
#coauthor-count-sparkline-include {
width: 48%;
clear: left;
}

View file

@ -1,8 +0,0 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* Fix browser issues in IE7 browsers */
/* Fix for homepage */
#search-home-field input.search {
padding-left: 14px;
}

View file

@ -22,14 +22,6 @@
<#include "headScripts.ftl">
<!--[if lt IE 7]>
<link rel="stylesheet" href="${urls.theme}/css/ie6.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="${urls.theme}/css/ie7.css" />
<![endif]-->
<!--[if (gte IE 6)&(lte IE 8)]>
<script type="text/javascript" src="${urls.base}/js/selectivizr.js"></script>
<![endif]-->