diff --git a/src/pyff/site/static/css/ra21.css b/src/pyff/site/static/css/ra21.css index 21e2e336..8c40b53e 100644 --- a/src/pyff/site/static/css/ra21.css +++ b/src/pyff/site/static/css/ra21.css @@ -36,7 +36,6 @@ h2 img { a.identityprovider { display: inline-block; vertical-align: middle; - height: 73px; width: 100%; } @@ -295,28 +294,19 @@ p { .card-links a li { margin: 0; padding: 14px 6px; - border-left: 1px solid #fff; + border-left: 3px solid #fff; transition: background-color 0.2s ease, border-left 0.2s ease, color 0.2s ease; cursor: pointer; - min-width: 0; } -.card-links a li div span { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -.card-links a li:hover { +.card-links a:hover li { border-left: 3px solid #033D83; background: #FFFFFF; color: #44474a; - cursor: pointer; } - .card-links a li > i { float: right; color: #147dfa; @@ -411,32 +401,23 @@ footer .step { float: right; } +.label { + max-width: 60%; +} + .label-url { float: right; padding-right: 35px; color: #ABABAB; - margin-left: auto; -} - -.d-flex > span.label { - margin-right: auto; -} - -.d-flex > span.label-url { - margin-left: auto; - max-width: 30%; -} - -.d-flex > i.cancel { - margin-left: auto; + max-width: 40%; } -.d-flex > span.searchaux { +span.searchaux { max-width: 75%; font-size: small; } -.d-flex > span.searchmatch { +span.searchmatch { max-width: 75%; font-size: x-small; } diff --git a/src/pyff/templates/ra21.html b/src/pyff/templates/ra21.html index 7aa7c1b7..57266dcf 100644 --- a/src/pyff/templates/ra21.html +++ b/src/pyff/templates/ra21.html @@ -72,7 +72,7 @@

{{ _('Choose Your Institution') }}

@@ -178,16 +178,13 @@

4. Explore

{% raw %} var search = Hogan.compile('\ -
  • \ - {{title}}{{#scopes}}{{scopes}}{{/scopes}}\ -
    \ -
    \ - {{#descr}}
    {{descr}}
    {{/descr}}\ -
    \ - Search matched {{matched}}\ -
  • '); +
  • {{title}}{{#scopes}}{{scopes}}{{/scopes}}\ +
    \ + {{#descr}}
    {{descr}}{{/descr}}
    \ +
    Search matched {{matched}}
    \ +
  • '); var saved = Hogan.compile('\ -
  • \ +
  • \ {{#entity_icon}}\ \ {{/entity_icon}}\ @@ -195,8 +192,8 @@

    4. Explore

    \ {{/entity_icon}}\ - {{title}}\ -
  • '); + {{title}}\ + '); var no_results = Hogan.compile(''); {% endraw %}