mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #76 from marshmalien/ux/fix/permissions-modal
[UX] Permissions Modal
This commit is contained in:
commit
a8b7e2608b
@ -61,7 +61,8 @@
|
||||
.Form-title--is_superuser,
|
||||
.Form-title--is_system_auditor,
|
||||
.Form-title--is_ldap_user,
|
||||
.Form-title--is_external_account {
|
||||
.Form-title--is_external_account,
|
||||
.Form-title--roleType {
|
||||
height:15px;
|
||||
color: @default-interface-txt;
|
||||
background-color: @default-list-header-bg;
|
||||
|
@ -86,7 +86,7 @@
|
||||
<span class="AddPermissions-roleNameVal">
|
||||
{{ obj.name }}
|
||||
</span>
|
||||
<span class="AddPermissions-roleType">
|
||||
<span class="Form-title--roleType">
|
||||
{{ obj.type }}
|
||||
</span>
|
||||
</div>
|
||||
|
@ -129,15 +129,6 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.AddPermissions-roleType {
|
||||
padding: 0px 6px;
|
||||
font-size: 10px;
|
||||
color: @default-interface-txt;
|
||||
text-transform: uppercase;
|
||||
background-color: @default-bg;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.AddPermissions-roleSelect {
|
||||
width: ~"calc(70% - 40px)";
|
||||
margin-right: 20px;
|
||||
@ -201,8 +192,7 @@
|
||||
margin: 20px 0;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
padding-top: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 15px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid @login-notice-border;
|
||||
|
@ -187,8 +187,7 @@
|
||||
margin: 20px 0;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
padding-top: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 15px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid @login-notice-border;
|
||||
|
@ -191,7 +191,7 @@
|
||||
margin: 10px 0 0 0;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
padding: 20px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid @d7grey;
|
||||
background-color: @login-notice-bg;
|
||||
|
Loading…
Reference in New Issue
Block a user