diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 6e5b89d1aa..1dd3910868 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -10762,8 +10762,8 @@ tr.bring_next_field { .fixed_action_buttons { position: fixed; - padding: 0px; - bottom: 8px; + padding: 0; + bottom: 0; z-index: 1; width: -webkit-fill-available; width: -moz-available; @@ -10793,8 +10793,8 @@ tr.bring_next_field { width: -moz-available; position: absolute; left: 0; + top: 0; height: 58px; - top: -8px; border: 1px solid #e5e9ed; background-color: #fff; /*z-index: 10000;*/ diff --git a/pandora_console/include/styles/tables.css b/pandora_console/include/styles/tables.css index 194664fa0c..a726e6ecb9 100644 --- a/pandora_console/include/styles/tables.css +++ b/pandora_console/include/styles/tables.css @@ -476,7 +476,7 @@ a.pandora_pagination.current:hover { .section_table_title { flex: 0 1 auto; - font-size: 11pt; + font-size: 15px; color: #14524f; font-family: "Pandora-Bold"; margin: 4px 0 7px; @@ -489,7 +489,7 @@ a.pandora_pagination.current:hover { height: 3px; background-color: #14524f; margin-top: -4px; - box-shadow: inset 1px 1px 1px 1px #1d7873; + /*box-shadow: inset 1px 1px 1px 1px #1d7873;*/ } .cron_section {