1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

Merge pull request #1841 from kensible/1839-schedulingSection

Cleaned up scheduling section of projects page
This commit is contained in:
kensible 2016-05-09 09:46:38 -04:00
commit 685d1e62b3
2 changed files with 5 additions and 1 deletions

View File

@ -2027,6 +2027,8 @@ tr td button i {
color: @default-data-txt;
transition: border-color 0.3s;
box-shadow: none;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
}
.form-control + .select2 .select2-selection {

View File

@ -143,11 +143,13 @@
.AddPermissions-roleRemove {
border-radius: 50%;
padding: 3px 4.5px;
padding: 1px 0;
line-height: 11px;
color: @default-icon;
background-color: @default-tertiary-bg;
border: 0;
height: 23px;
width: 23px;
}
.AddPermissions-roleRemove:hover {