From 37160aef1a7933d53491d201741e5651ac84f32c Mon Sep 17 00:00:00 2001 From: manolobevia Date: Tue, 8 Nov 2011 21:47:28 +0000 Subject: [PATCH] NIHVIVO-3213: Removing submit button for deleting proxies, instead I am adding a an anchor --- webapp/web/css/account/account.css | 13 ++++++++++--- .../body/manageproxies/manageProxies-list.ftl | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/webapp/web/css/account/account.css b/webapp/web/css/account/account.css index b6e4cb3aa..ee77bb54b 100644 --- a/webapp/web/css/account/account.css +++ b/webapp/web/css/account/account.css @@ -325,8 +325,7 @@ a.disable-delete { /* MANAGE PROXY ------> */ .proxy-profile { width: 930px; - /*background-color: #eaeae8;*/ - background-color: #F7F7F4; + background-color: #eaeae8; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; @@ -335,7 +334,6 @@ a.disable-delete { } .list-proxy-profile { - /*background-color: #F7F7F4;*/ background-color: #F7F7F4; border-bottom: 1px dotted #e2e2dd; margin-bottom: 0; @@ -417,4 +415,13 @@ p.search-status { .proxy-item { margin-left: 20px; margin-top: 20px; +} +.edit-proxy-profiles { + +} +section.proxy-profile:nth-child(even) { + background-color: #fff; +} +section.proxy-profile:nth-child(0) { + background-color: #eaeae8; } \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl b/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl index 7116b0f5d..5306bb886 100644 --- a/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl +++ b/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl @@ -153,8 +153,8 @@ ${stylesheets.add('Delete profile editor -