diff --git a/pandora_console/include/styles/omnishell.css b/pandora_console/include/styles/omnishell.css index 8aae0bb3ff..27a972425b 100644 --- a/pandora_console/include/styles/omnishell.css +++ b/pandora_console/include/styles/omnishell.css @@ -1,24 +1,11 @@ -div.modal_form_omnishell { - max-width: 200px; - margin-left: 39px; - margin-top: 10px; - margin-bottom: 10px; - font-weight: bolder; -} -div.btn_section { - max-width: 200px; - margin-left: 39px; - margin-top: 10px; - margin-bottom: 10px; - font-weight: bolder; -} - -.darrow_style { - vertical-align: center; - text-align: center; - width: 100px; -} .add_agent { background-image: url("../../images/darrowright.png"); background-repeat: no-repeat; + border: none; +} + +.edit_yaml { + margin-left: 39px; + margin-top: 10px; + margin-bottom: 10px; }