mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 16:27:42 -02:30
fix for the small viewport issue (https://www.dropbox.com/s/dmf4aixfv7k67cm/Screenshot%202014-01-29%2015.19.52.png) where group name div gets pushed to a new line.
This commit is contained in:
@@ -1445,34 +1445,14 @@ tr td button i {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/*.tree-form-container {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
|
||||
}
|
||||
|
||||
.tree-view-container .col-lg-4 {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.tree-controls .btn-container {
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
#tree-view {
|
||||
margin-left: 0;
|
||||
margin-top: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#tree-form {
|
||||
margin-top: 10px;
|
||||
}*/
|
||||
|
||||
.label-text {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.group-name {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1508,17 +1488,8 @@ tr td button i {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.tree-form-container {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.tree-view-container .col-lg-4 {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.tree-controls .btn-container {
|
||||
padding-left: 15px;
|
||||
.group-name {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.label-text {
|
||||
|
||||
Reference in New Issue
Block a user