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