update omnishell.css

This commit is contained in:
marcos 2019-11-12 10:08:35 +01:00
parent a5a54e215d
commit ec05b52fb4
1 changed files with 32 additions and 12 deletions

View File

@ -1,15 +1,3 @@
.add_agent {
background-image: url("../../images/darrowright.png");
background-repeat: no-repeat;
border: none;
}
.remove_agent {
background-image: url("../../images/darrowleft.png");
background-repeat: no-repeat;
border: none;
}
.edit_yaml { .edit_yaml {
margin-left: 39px; margin-left: 39px;
margin-top: 10px; margin-top: 10px;
@ -77,3 +65,35 @@ div.container-msg-target-modal pre {
border: 3px dashed grey; border: 3px dashed grey;
border-radius: 10px; border-radius: 10px;
} }
ul.textarea_script,
.textarea_script {
max-height: 125px;
}
.add_button {
height: 20%;
margin-bottom: 35px;
}
.status_table {
margin-top: 20px;
}
.gr_table {
margin-top: 20px;
margin-left: 75px;
}
.btn_section {
width: 1px;
align-self: center;
}
.btn_add_agent {
background-image: url(../../images/darrowright.png);
}
.btn_del_agent {
background-image: url(../../images/darrowleft.png);
}