mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Further projects audit work
This commit is contained in:
parent
1c1dcf3c01
commit
9212568c6e
@ -414,6 +414,7 @@ textarea.allowresize {
|
||||
color: @default-bg;
|
||||
font-weight: 600;
|
||||
border-bottom: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.popover {
|
||||
z-index: 2000;
|
||||
@ -422,9 +423,12 @@ textarea.allowresize {
|
||||
background-color: @default-interface-txt;
|
||||
color: @default-bg; //white
|
||||
}
|
||||
.popover.right>.arrow:after {
|
||||
.popover.right>.arrow:after {
|
||||
border-right-color: @default-interface-txt;
|
||||
}
|
||||
.popover.left>.arrow:after {
|
||||
border-left-color: @default-interface-txt;
|
||||
}
|
||||
.popover pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
@ -161,13 +161,21 @@
|
||||
|
||||
.Form-subForm {
|
||||
width: 100%;
|
||||
border-left: 5px solid @default-border;
|
||||
padding-left: 15px;
|
||||
margin-bottom: 15px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-start;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.Form-subForm:before {
|
||||
content: '';
|
||||
left: -20px;
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
background-color: @default-border;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.Form-subForm--title {
|
||||
|
||||
@ -78,7 +78,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
|
||||
},
|
||||
base_dir: {
|
||||
label: 'Project Base Path',
|
||||
type: 'textarea',
|
||||
type: 'text',
|
||||
//"class": 'col-lg-6',
|
||||
showonly: true,
|
||||
ngShow: "scm_type.value == 'manual' " ,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user