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