pgreco / rpms / ipa

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