From 022d28981dacb8e0f17502e265857f15509a0e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Gonz=C3=A1lez?= Date: Fri, 10 Jun 2022 12:57:04 +0200 Subject: [PATCH] Update styles --- pandora_console/include/styles/pandora_black.css | 4 ---- .../update_manager_client/resources/styles/pandora.css | 9 ++++----- .../update_manager_client/resources/styles/um.css | 8 ++++---- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 3db3587bef..e3df14e51e 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1186,13 +1186,9 @@ a.pandora_pagination, } #box_online { background-image: url("../../images/update_pandora_black.jpg") !important; - background-position: left, left !important; - background-repeat: no-repeat; background-color: #000 !important; padding: 40px 50px; border: 1px solid #111 !important; - border-radius: 5px; - min-height: 600px; background-size: contain; box-shadow: 1px 1px 4px rgba(160, 160, 160, 0.514); } diff --git a/pandora_console/update_manager_client/resources/styles/pandora.css b/pandora_console/update_manager_client/resources/styles/pandora.css index 3781aa6fb2..537f28c823 100644 --- a/pandora_console/update_manager_client/resources/styles/pandora.css +++ b/pandora_console/update_manager_client/resources/styles/pandora.css @@ -156,19 +156,18 @@ #box_online { background-image: url("../images/update_manager_background.jpg"); - background-position: center center; + background-position: top right; background-repeat: no-repeat; background-color: #fff; padding: 40px 50px; border: 1px solid #f3f3f3; border-radius: 5px; - min-height: 600px; + min-height: 400px; background-size: contain; } div#box_online * { - font-size: 16pt; - /*margin-bottom: 50px;*/ + font-size: 14pt; } #box_online .content { @@ -226,7 +225,7 @@ a.update_manager_button:after { color: #82b92e; font-size: 6em; font-weight: bold; - margin: 35px 0 !important; + margin: 30px 0 !important; } /* METACONSOLE */ diff --git a/pandora_console/update_manager_client/resources/styles/um.css b/pandora_console/update_manager_client/resources/styles/um.css index a876a69219..1f469512ef 100644 --- a/pandora_console/update_manager_client/resources/styles/um.css +++ b/pandora_console/update_manager_client/resources/styles/um.css @@ -26,10 +26,10 @@ #um-loading { background-image: url(../images/spinner.gif); - height: 1.3em; + height: 1em; background-repeat: no-repeat; background-size: contain; - text-indent: 6em; + text-indent: 4.5em; } #um-buttons { @@ -72,10 +72,10 @@ background-color: #343434; background-repeat: no-repeat; background-position: 50% 20%; - height: 3em; + height: 1.8em; text-align: center; display: block; - padding-top: 5.7em; + padding-top: 5.3em; width: 100%; } #um-update-details-content {