From a82e5eb637463755642f88fe94badff85d6e50e5 Mon Sep 17 00:00:00 2001
From: Alain Reguera Delgado <areguera@centosproject.org>
Date: Sat, 23 Nov 2019 18:42:41 -0300
Subject: [PATCH 9001/9003] Update ipa.css
- Previously, the CentOS logos doesn't look the same width than CentOS
logos in cockpit ui. So, when you change between them, a visual
difference affects calls the attention (are we using two different
branding?). In order to make these visual transition from one app to
another consistent, changed the logo width to look the same both in
cockpit and ipa ui.
---
install/ui/ipa.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 2921f43..e56caeb 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -559,3 +559,8 @@ table.scrollable tbody {
font-weight: bold;
font-size: 1.1em;
}
+
+/* --- CentOS Logo on the top-right corner --- */
+#badge img {
+ width: 225px;
+}
--
2.23.0