diff --git a/webapp/web/css/account/account.css b/webapp/web/css/account/account.css index 2036e2b89..c4a14c79b 100644 --- a/webapp/web/css/account/account.css +++ b/webapp/web/css/account/account.css @@ -320,42 +320,69 @@ a.disable-delete { #edit-myProxy span.class-label { color: #7F8993; } - /* MANAGE PROXY ------> */ -#relate-proxy-profiles { +/* MANAGE PROXY ------> */ +/* MANAGE PROXY ------> */ +/* MANAGE PROXY ------> */ +/* MANAGE PROXY ------> */ + + +.proxy-profile { width: 930px; - background-color: #F7F7F4; - border-radius: 10px; + background-color: #e2e2dd; + /*border-radius: 10px; -moz-border-radius: 10px; - -webkit-border-radius: 10px; + -webkit-border-radius: 10px;*/ overflow: hidden; margin-bottom: 20px; + } -#relate-proxy-profiles legend { + +.bg-proxy-profile { + background-color: #F7F7F4; + border-bottom: 1px solid #e2e2dd; + margin-bottom: 0; +} + + +.proxy-profile legend { display: block; border: 0; padding-left: 20px; } -.relate-proxy { - width: 450px; + +.proxy-profile legend { + padding-top: 1em;; +} + +.proxy { + width: 430px; float: left; padding-right: 10px; } -.relate-profile { - width: 430px; +.profile { + width: 440px; float: right; - border-left: 1px dotted #E0DFDF; - padding-left: 10px; - + border-left: 1px dotted #064D68; + padding-left: 30px; + padding-right: 1em; + margin-bottom: 1em; } -#relate-proxy-profiles .submit { +.proxy-profile .submit { clear: both; + float: left; + margin-left: 1em; + margin-bottom: 1em; +} +.proxy-profile .pos-submit { float: right; margin-right: 1em; margin-bottom: 1em; } -#relate-proxy-profiles .acSelector { + + +.proxy-profile .acSelector { margin-top: 10px; margin-left: 20px; } @@ -371,14 +398,13 @@ a.disable-delete { margin-bottom: 0; } - -#relate-proxy-profiles .proxyInfoElement { +.proxy-profile .proxyInfoElement { margin-left: 20px; } - p.selected-editors { padding-top: 1.2em; border-top: 1px solid #E0DFDF; + padding-left: 1.2em; } a.remove-proxy { font-size: .9em; @@ -391,6 +417,19 @@ span.class-label { color: #7F8993; } +p.search-status { + margin-top: -10px; + font-size: .8em; + color: #7F8993; + padding-left: 25px; + height: 20px; + +} +.proxy-item { + margin-left: 20px; + margin-top: 20px; +} + diff --git a/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl b/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl index 45b17403c..9221aacbf 100644 --- a/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl +++ b/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl @@ -24,9 +24,9 @@ ${stylesheets.add(' +
-
+
Select proxies
@@ -62,48 +62,42 @@ ${stylesheets.add(' +
Select profiles + +
+ +

 

-
+ <#-- Magic div thst holds all of the proxy data and the template that shows how to display it. --> +
+ <#-- + Each proxy will be shown using the HTML inside this element. + It must contain at least: + -- a link with templatePart="remove" + -- a hidden input field with templatePart="uriField" + --> +
+ + + + + +
+ %label% + + %label% | %classLabel% +
+ Remove selection +
+ +
+
+
-

-

-   -

+
- - <#-- Magic div thst holds all of the proxy data and the template that shows how to display it. --> -
- <#-- - Each proxy will be shown using the HTML inside this element. - It must contain at least: - -- a link with templatePart="remove" - -- a hidden input field with templatePart="uriField" - --> -
- - - - - -
- %label% - - %label% | %classLabel% -
- Remove selection -
- -
-
-
- -
- -

+

@@ -114,7 +108,7 @@ ${stylesheets.add(' | <#if page.previous??> - Previous + Previous ${page.current} of ${page.last} <#if page.next??> @@ -123,80 +117,89 @@ ${stylesheets.add('
- - - - - +
- <#assign p = r.proxyInfos[0]> - +
+ <#assign p = r.proxyInfos[0]> +
+ - -
- ${p.label} + ${p.label} - ${p.label}} | - ${p.classLabel} + + ${p.label} | ${p.classLabel}
- - -
-
-

Add profile

-

-

-   -

- -

Selected profiles:

+
+ <#-->Delete proxy--> + + - <#-- Magic div thst holds all of the proxy data and the template that shows how to display it. --> -
- <#list r.profileInfos as p> -
-

${p.uri}

-

${p.label}

-

${p.classLabel}

-

${p.imageUrl}

-
- +
+ Add profile + +
+

+

+

+   +

- <#-- - Each proxy will be shown using the HTML inside this element. - It must contain at least: - -- a link with templatePart="remove" - -- a hidden input field with templatePart="uriField" - --> -
- - - - - -
- %label% - - %label% | %classLabel% -
- Remove selection -
- +

Selected profiles:

+ + <#-- Magic div that holds all of the proxy data and the template that shows how to display it. --> +
+ <#list r.profileInfos as p> +
+

${p.uri}

+

${p.label}

+

${p.classLabel}

+

${p.imageUrl}

+ + + <#-- + Each proxy will be shown using the HTML inside this element. + It must contain at least: + -- a link with templatePart="remove" + -- a hidden input field with templatePart="uriField" + --> +
+ + + + + +
+ %label% + + %label% | %classLabel% +
+ Remove selection +
+
- - - - +
+ +
+ + + + + +