From 5d303d31f36170becff04d5b9df3c664e7f139b9 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Tue, 1 Nov 2011 16:36:36 +0000 Subject: [PATCH] NIHVIVO-3213: Added fixed width to proxy section and styled class labels. --- webapp/web/css/account/account.css | 5 ++++- .../freemarker/body/accounts/userAccounts-myProxiesPanel.ftl | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/webapp/web/css/account/account.css b/webapp/web/css/account/account.css index bb83f057f..11fd955e9 100644 --- a/webapp/web/css/account/account.css +++ b/webapp/web/css/account/account.css @@ -286,6 +286,7 @@ a.disable-delete { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; + width: 400px; } #edit-myProxy h4 { padding-top: 0; @@ -298,7 +299,6 @@ a.disable-delete { border-bottom: 1px dotted #E0DFDF; padding-bottom: 1em; } - #edit-myProxy p.search-status { margin-top: -10px; font-size: .8em; @@ -315,4 +315,7 @@ a.disable-delete { #edit-myProxy .proxy-info { padding-left: 1em; vertical-align: middle; +} +#edit-myProxy span.class-label { + color: #7F8993; } \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-myProxiesPanel.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-myProxiesPanel.ftl index 76e710620..a0e87f56d 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-myProxiesPanel.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-myProxiesPanel.ftl @@ -38,7 +38,7 @@ ${stylesheets.add(' - %label% | %classLabel% + %label% | %classLabel%
Remove selection