mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
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:
parent
9d8c124817
commit
82aa0ac85d
@ -1445,34 +1445,14 @@ tr td button i {
|
|||||||
margin-top: 10px;
|
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 {
|
.label-text {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.group-name {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1508,17 +1488,8 @@ tr td button i {
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree-form-container {
|
.group-name {
|
||||||
padding-left: 15px;
|
width: 80%;
|
||||||
padding-right: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tree-view-container .col-lg-4 {
|
|
||||||
padding-right: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tree-controls .btn-container {
|
|
||||||
padding-left: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-text {
|
.label-text {
|
||||||
|
Loading…
Reference in New Issue
Block a user