Design adjustments
This commit is contained in:
parent
53e61326c1
commit
e052b6f99f
12 changed files with 74 additions and 175 deletions
|
@ -143,90 +143,6 @@ body {
|
||||||
min-height: 42px;
|
min-height: 42px;
|
||||||
max-width: 1170px;
|
max-width: 1170px;
|
||||||
}
|
}
|
||||||
.header.rcue .navbar.primary .nav > li {
|
|
||||||
/*
|
|
||||||
.dropdown {
|
|
||||||
display: inline-block;
|
|
||||||
margin-left: 0.53846153846154em;
|
|
||||||
margin-top: 0.46153846153846em;
|
|
||||||
min-width: 15.3846153846154em;
|
|
||||||
width: auto;
|
|
||||||
|
|
||||||
.dropdown-toggle {
|
|
||||||
font-size: 0.84615384615385em;
|
|
||||||
color: #fff;
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 2.36363636363636em;
|
|
||||||
border: 1px solid #676c6e;
|
|
||||||
border-radius: 2px;
|
|
||||||
padding: 0 0.54545454545455em;
|
|
||||||
background: #555a5e url(img/sprite-arrow-down.svg) no-repeat right -26px;
|
|
||||||
display: block;
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&:focus {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
border-color: #7e8385;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-menu {
|
|
||||||
|
|
||||||
left: 0;
|
|
||||||
min-width: 0;
|
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
li,
|
|
||||||
li.selected {
|
|
||||||
width: auto;
|
|
||||||
|
|
||||||
a {
|
|
||||||
width: auto;
|
|
||||||
border-top: 1px solid transparent;
|
|
||||||
border-bottom: 1px solid transparent;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: #D5ECF9;
|
|
||||||
background-image: none;
|
|
||||||
border-bottom: 1px solid #A7D7F1;
|
|
||||||
border-top: 1px solid #A7D7F1;
|
|
||||||
color: #4D5258;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
li.selected a {
|
|
||||||
background-color: #2B99C0;
|
|
||||||
background-image: linear-gradient(top, #2EA1CA 0%, #2792B6 100%);
|
|
||||||
background-image: -o-linear-gradient(top, #2EA1CA 0%, #2792B6 100%);
|
|
||||||
background-image: -moz-linear-gradient(top, #2EA1CA 0%, #2792B6 100%);
|
|
||||||
background-image: -webkit-linear-gradient(top, #2EA1CA 0%, #2792B6 100%);
|
|
||||||
background-image: -ms-linear-gradient(top, #2EA1CA 0%, #2792B6 100%);
|
|
||||||
background-image: -webkit-gradient(
|
|
||||||
linear,
|
|
||||||
left top,
|
|
||||||
left bottom,
|
|
||||||
color-stop(0.0, #2EA1CA),
|
|
||||||
color-stop(1,0, #2792B6)
|
|
||||||
);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.open .dropdown-toggle {
|
|
||||||
text-decoration: none;
|
|
||||||
box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2);
|
|
||||||
border-color: #7e8385;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
}
|
|
||||||
.header.rcue .navbar.primary .nav > li .dropdown-label {
|
.header.rcue .navbar.primary .nav > li .dropdown-label {
|
||||||
font-size: 0.84615384615385em;
|
font-size: 0.84615384615385em;
|
||||||
color: #dbdada;
|
color: #dbdada;
|
||||||
|
@ -402,7 +318,8 @@ body {
|
||||||
display: inline-table;
|
display: inline-table;
|
||||||
width: 20em;
|
width: 20em;
|
||||||
}
|
}
|
||||||
#content-area #content .input-group input[type="text"] {
|
#content-area #content .input-group input[type="text"],
|
||||||
|
#content-area #content .input-group input[type="number"] {
|
||||||
border-radius: 2px 0 0 2px;
|
border-radius: 2px 0 0 2px;
|
||||||
}
|
}
|
||||||
#content-area #content .input-group button {
|
#content-area #content .input-group button {
|
||||||
|
@ -417,6 +334,9 @@ body {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 1.36363636363636em;
|
margin-top: 1.36363636363636em;
|
||||||
}
|
}
|
||||||
|
#content-area #content .form-group > label + span {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
.tooltip {
|
.tooltip {
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Open Sans", sans-serif;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
|
|
@ -252,88 +252,6 @@ body {
|
||||||
.tooltip {
|
.tooltip {
|
||||||
font-size: 0.84615384615385em;
|
font-size: 0.84615384615385em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
.dropdown {
|
|
||||||
display: inline-block;
|
|
||||||
margin-left: 0.53846153846154em;
|
|
||||||
margin-top: 0.46153846153846em;
|
|
||||||
min-width: 15.3846153846154em;
|
|
||||||
width: auto;
|
|
||||||
|
|
||||||
.dropdown-toggle {
|
|
||||||
font-size: 0.84615384615385em;
|
|
||||||
color: #fff;
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 2.36363636363636em;
|
|
||||||
border: 1px solid #676c6e;
|
|
||||||
border-radius: 2px;
|
|
||||||
padding: 0 0.54545454545455em;
|
|
||||||
background: #555a5e url(img/sprite-arrow-down.svg) no-repeat right -26px;
|
|
||||||
display: block;
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&:focus {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
border-color: #7e8385;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-menu {
|
|
||||||
|
|
||||||
left: 0;
|
|
||||||
min-width: 0;
|
|
||||||
width: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
li,
|
|
||||||
li.selected {
|
|
||||||
width: auto;
|
|
||||||
|
|
||||||
a {
|
|
||||||
width: auto;
|
|
||||||
border-top: 1px solid transparent;
|
|
||||||
border-bottom: 1px solid transparent;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: #D5ECF9;
|
|
||||||
background-image: none;
|
|
||||||
border-bottom: 1px solid #A7D7F1;
|
|
||||||
border-top: 1px solid #A7D7F1;
|
|
||||||
color: #4D5258;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
li.selected a {
|
|
||||||
background-color: #2B99C0;
|
|
||||||
background-image: linear-gradient(top, #2EA1CA 0%, #2792B6 100%);
|
|
||||||
background-image: -o-linear-gradient(top, #2EA1CA 0%, #2792B6 100%);
|
|
||||||
background-image: -moz-linear-gradient(top, #2EA1CA 0%, #2792B6 100%);
|
|
||||||
background-image: -webkit-linear-gradient(top, #2EA1CA 0%, #2792B6 100%);
|
|
||||||
background-image: -ms-linear-gradient(top, #2EA1CA 0%, #2792B6 100%);
|
|
||||||
background-image: -webkit-gradient(
|
|
||||||
linear,
|
|
||||||
left top,
|
|
||||||
left bottom,
|
|
||||||
color-stop(0.0, #2EA1CA),
|
|
||||||
color-stop(1,0, #2792B6)
|
|
||||||
);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.open .dropdown-toggle {
|
|
||||||
text-decoration: none;
|
|
||||||
box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2);
|
|
||||||
border-color: #7e8385;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
@ -473,7 +391,8 @@ body {
|
||||||
display: inline-table;
|
display: inline-table;
|
||||||
width: 20em;
|
width: 20em;
|
||||||
|
|
||||||
input[type="text"] {
|
input[type="text"],
|
||||||
|
input[type="number"] {
|
||||||
border-radius: 2px 0 0 2px;
|
border-radius: 2px 0 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -492,6 +411,10 @@ body {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 1.36363636363636em;
|
margin-top: 1.36363636363636em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-group > label + span {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ textarea {
|
||||||
padding: 0 0.545454545454545em;
|
padding: 0 0.545454545454545em;
|
||||||
height: 2.36363636363636em;
|
height: 2.36363636363636em;
|
||||||
/* 26px */
|
/* 26px */
|
||||||
|
|
||||||
border: 1px #b6b6b6 solid;
|
border: 1px #b6b6b6 solid;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
|
box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
|
||||||
|
@ -315,6 +316,19 @@ button.primary:focus,
|
||||||
width: 20em;
|
width: 20em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
.search-comp + span {
|
||||||
|
font-size: 1.1em;
|
||||||
|
font-weight: normal;
|
||||||
|
color: #A1A1A1;
|
||||||
|
}
|
||||||
|
.search-comp + span span {
|
||||||
|
margin-left: 0.45454545454545em;
|
||||||
|
margin-right: 0.45454545454545em;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.search-comp + span .link {
|
||||||
|
font-size: 0.90909090909091em;
|
||||||
|
}
|
||||||
.feedback-aligner {
|
.feedback-aligner {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 1.5em;
|
top: 1.5em;
|
||||||
|
|
|
@ -323,6 +323,22 @@ button.primary,
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&+ span {
|
||||||
|
font-size: 1.1em;
|
||||||
|
font-weight: normal;
|
||||||
|
color: #A1A1A1;
|
||||||
|
|
||||||
|
span {
|
||||||
|
margin-left: 0.45454545454545em;
|
||||||
|
margin-right: 0.45454545454545em;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link {
|
||||||
|
font-size: 0.90909090909091em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.feedback-aligner {
|
.feedback-aligner {
|
||||||
|
|
|
@ -24,9 +24,11 @@ table thead tr th {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
.rcue-table-actions span:last-child {
|
.rcue-table-actions span:last-child {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
.rcue-table-actions {
|
.rcue-table-actions {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
@ -62,6 +64,10 @@ table tbody tr td:first-child {
|
||||||
table thead tr th:last-child {
|
table thead tr th:last-child {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
table thead tr th button,
|
||||||
|
table thead tr th .button {
|
||||||
|
margin-left: 0.72727272727273em;
|
||||||
|
}
|
||||||
table tbody tr:first-child td {
|
table tbody tr:first-child td {
|
||||||
border-top: 1px solid #f2f2f2;
|
border-top: 1px solid #f2f2f2;
|
||||||
/* padding-top: 9px; */
|
/* padding-top: 9px; */
|
||||||
|
|
|
@ -31,9 +31,11 @@ table thead tr th {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
.rcue-table-actions span:last-child {
|
.rcue-table-actions span:last-child {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.rcue-table-actions {
|
.rcue-table-actions {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
@ -82,6 +84,11 @@ table thead tr th:last-child {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table thead tr th button,
|
||||||
|
table thead tr th .button {
|
||||||
|
margin-left: 0.72727272727273em;
|
||||||
|
}
|
||||||
|
|
||||||
table tbody tr:first-child td {
|
table tbody tr:first-child td {
|
||||||
border-top: 1px solid #f2f2f2;
|
border-top: 1px solid #f2f2f2;
|
||||||
/* padding-top: 9px; */
|
/* padding-top: 9px; */
|
||||||
|
|
|
@ -636,7 +636,7 @@ module.directive('kcSave', function ($compile, Notifications) {
|
||||||
form.find('.ng-valid').removeClass('error');
|
form.find('.ng-valid').removeClass('error');
|
||||||
$scope['save']();
|
$scope['save']();
|
||||||
} else {
|
} else {
|
||||||
Notifications.error("Missing or invalid field")
|
Notifications.error("Missing or invalid field(s). Please verify the fields in red.")
|
||||||
form.find('.ng-invalid').addClass('error');
|
form.find('.ng-invalid').addClass('error');
|
||||||
form.find('.ng-valid').removeClass('error');
|
form.find('.ng-valid').removeClass('error');
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,7 @@ module.service('Dialog', function($dialog) {
|
||||||
}, {
|
}, {
|
||||||
result : 'ok',
|
result : 'ok',
|
||||||
label : 'Generate new keys',
|
label : 'Generate new keys',
|
||||||
cssClass : 'destructive'
|
cssClass : 'primary'
|
||||||
} ];
|
} ];
|
||||||
|
|
||||||
$dialog.messageBox(title, msg, btns).open().then(function(result) {
|
$dialog.messageBox(title, msg, btns).open().then(function(result) {
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<input type="text" placeholder="Search..." class="search"
|
<input type="text" placeholder="Search..." class="search"
|
||||||
onkeyup="if(event.keyCode == 13){$(this).next('button').click();}">
|
onkeyup="if(event.keyCode == 13){$(this).next('button').click();}">
|
||||||
<button class="icon-search" tooltip-placement="right"
|
<button class="icon-search" tooltip-placement="right"
|
||||||
tooltip="Search by oauth client name.">
|
tooltip="Search by oauth client name">
|
||||||
Icon: search
|
Icon: search
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
Icon: search
|
Icon: search
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<span><span>or</span><button class="link" ng-click="search = null; searchQuery()">View all users</button></span>
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
<button ng-click="search = null; searchQuery()">View all</button>
|
|
||||||
<a class="button" href="#/create/user/{{realm.id}}">Add User</a>
|
<a class="button" href="#/create/user/{{realm.id}}">Add User</a>
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
|
|
|
@ -133,9 +133,13 @@ body {
|
||||||
display: inline;
|
display: inline;
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 0.76923076923077em;
|
margin-top: 0.76923076923077em;
|
||||||
/* 10px */
|
margin-bottom: 0;0.53846153846154
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.rcue-login-register div.form-buttons input + input {
|
||||||
|
margin-left: 0.53846153846154em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.rcue-login-register p.subtitle {
|
.rcue-login-register p.subtitle {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
@ -393,6 +397,13 @@ a.zocial:before {
|
||||||
.rcue-login-register.totp ol li form {
|
.rcue-login-register.totp ol li form {
|
||||||
width: 357px;
|
width: 357px;
|
||||||
}
|
}
|
||||||
|
.rcue-login-register.totp ol li form input[type="text"] {
|
||||||
|
width: 22em;
|
||||||
|
}
|
||||||
|
.rcue-login-register.totp ol li form input[type="submit"] {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
.rcue-login-register.totp ol li:last-child {
|
.rcue-login-register.totp ol li:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,9 @@
|
||||||
<div class="aside-btn">
|
<div class="aside-btn">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="form-buttons">
|
||||||
<input class="btn-primary" type="submit" value="Submit" />
|
<input class="btn-primary" type="submit" value="Submit" />
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Reference in a new issue