mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 19:20:05 -03:30
67 lines
1.2 KiB
Plaintext
67 lines
1.2 KiB
Plaintext
/*********************************************
|
|
* Copyright (c) 2015 Ansible, Inc.
|
|
*
|
|
* inventory-edit.less
|
|
*
|
|
* custom animation mixins for ansible-ui
|
|
*
|
|
*/
|
|
#inventory_edit {
|
|
#breadcrumbs .nav-path {
|
|
margin-bottom: 8px;
|
|
}
|
|
#hosts_table .actions{
|
|
float: right;
|
|
}
|
|
#groups_table .actions{
|
|
float:right;
|
|
}
|
|
}
|
|
|
|
#group-copy-dialog,
|
|
#host-copy-dialog {
|
|
.highlight {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: red;
|
|
padding-right: 5px;
|
|
}
|
|
.title {
|
|
font-weight: bold;
|
|
margin-bottom: 15px;
|
|
}
|
|
.well {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
}
|
|
.page-row ul li a {
|
|
font-size: 12px;
|
|
}
|
|
.page-row .col-lg-8 {
|
|
width: 100%;
|
|
}
|
|
.page-row .col-md-8 {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
#copy-group-radio-container .form-group {
|
|
margin-left: 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#copy-group-target-container .form-group {
|
|
margin-top: 10px;
|
|
margin-left: 20px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#group-list-container,
|
|
#hosts-container {
|
|
.page-row {
|
|
margin-top: 5px;
|
|
}
|
|
}
|