update omnishell.css
This commit is contained in:
parent
a5a54e215d
commit
ec05b52fb4
|
@ -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 {
|
||||
margin-left: 39px;
|
||||
margin-top: 10px;
|
||||
|
@ -77,3 +65,35 @@ div.container-msg-target-modal pre {
|
|||
border: 3px dashed grey;
|
||||
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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue