From ef0e15b35da970aa2ed29f956c102bc9b42582e9 Mon Sep 17 00:00:00 2001 From: mb863 Date: Fri, 4 Feb 2011 22:37:14 +0000 Subject: [PATCH] NIHVIVO-1838: In temporal graph visualization page, I have fixed the vertical alignment for the temporal graph icons located under Total Number of Publications section. --- themes/wilma/css/ie6.css | 3 +++ themes/wilma/css/ie7.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/themes/wilma/css/ie6.css b/themes/wilma/css/ie6.css index 2d5efda8..047ddec4 100644 --- a/themes/wilma/css/ie6.css +++ b/themes/wilma/css/ie6.css @@ -151,6 +151,9 @@ input#submit:visited { .toggle_visualization{ position: relative; } +.easy-deselect-label a.temporal-vis-url { + margin-top: -15px; +} #grant-count-sparkline-include { width: 48%; } diff --git a/themes/wilma/css/ie7.css b/themes/wilma/css/ie7.css index d175d18a..6f911f0d 100644 --- a/themes/wilma/css/ie7.css +++ b/themes/wilma/css/ie7.css @@ -77,6 +77,9 @@ input#submit, input#submit:visited { margin-left: 0; width: 100%; } +.easy-deselect-label a.temporal-vis-url { + margin-top: -15px; +} #grant-count-sparkline-include { width: 48%; }