Skip to content

Commit

Permalink
Further corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
rmiccoli committed Feb 16, 2022
1 parent a90bcec commit 50d4dda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
method="post">
 
<div class="row">
<div class="span4">
<div class="scopes-box">
<legend style="margin-bottom: 0;">
<spring:message code="approve.access_to" />
:
Expand Down Expand Up @@ -228,7 +228,7 @@
&nbsp;
<c:choose>
<c:when test="${ client.dynamicallyRegistered }">
<div class="column">
<div class="more-info">
<div style="width: 50%; float: left;">
<i class="icon-time"></i>
<spring:message code="Created" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,28 +510,9 @@
.span5 {
width: 290px;
}
.list{
width: 350px;
margin: auto;
text-align: left;
}
.span4 {
width: 228px;
}
.column{
width: 370px;
margin: 0 auto;
overflow-y: auto;
padding: 19px;
text-align: left;
font-size: 13px;
background-color: #f5f5f5;
border: 1px solid lightgrey;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.span3 {
width: 166px;
}
Expand Down
4 changes: 2 additions & 2 deletions iam-login-service/src/main/webapp/resources/iam/css/iam.css
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ body.skin-blue {
text-align: left;
}

.column {
.more-info {
width: 370px;
margin: 0 auto;
overflow-y: auto;
Expand All @@ -671,7 +671,7 @@ body.skin-blue {
border-bottom-right-radius: 5px;
}

.span4 {
.scopes-box {
width: 370px;
margin: 0 auto;
padding: 19px;
Expand Down

0 comments on commit 50d4dda

Please sign in to comment.