Files
awx/awx/ui/client/legacy/styles/inventory-edit.less
gconsidine c57c17546e Update UI build system
* Faster build times
* Smaller bundle sizes
* Adjust paths
* Cleanup npm dependencies
* Remove unneded Grunt tasks
2017-09-07 18:09:14 -04:00

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;
}
}