diff --git a/pandora_console/include/styles/omnishell.css b/pandora_console/include/styles/omnishell.css index c7379b8069..97dba30836 100644 --- a/pandora_console/include/styles/omnishell.css +++ b/pandora_console/include/styles/omnishell.css @@ -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); +}