From 2e757891e39d17d0ed4bba93cd816200fa7f7011 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Thu, 7 Jul 2011 21:52:37 +0000 Subject: [PATCH] NIHVIVO-2838: Fixed some layout issues for ie6,7,8,9 in main account management page --- webapp/web/css/account/account.css | 14 ++++++++++++++ .../freemarker/body/accounts/userAccounts-list.ftl | 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/webapp/web/css/account/account.css b/webapp/web/css/account/account.css index d46773de9..15f5581a8 100644 --- a/webapp/web/css/account/account.css +++ b/webapp/web/css/account/account.css @@ -32,6 +32,20 @@ table#account th { border-bottom: none; padding-left: 6px; } +/* Fix for IE8 and 9 +table#account thead tr:first-child th:first-child { + position: relative; +} +table#account input.delete-all { + position: absolute; + left: 5px; + top: 10px; +} +table#account thead span { + position: absolute; + left: 30px; +} +*/ table#account td { vertical-align: top; padding: .5em; diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl index e616f9cd7..312fe579c 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl @@ -4,8 +4,8 @@ <#import "userAccounts-accountsNav.ftl" as p> -
-

User accounts |

+ +

User accounts |

<#if newUserAccount?? > @@ -83,7 +83,7 @@ - Email Address + Email Address