From 9a7cfc06f621e38072973fa8c2e306b33198125f Mon Sep 17 00:00:00 2001 From: Wes Wilson Date: Fri, 9 Aug 2024 13:46:33 -0700 Subject: [PATCH] style fixes, source fix --- themes/openstack/scss/vmwaremigration.scss | 20 +++++++++++++++---- .../templates/Layout/VMWareMigration.ss | 6 +++--- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/themes/openstack/scss/vmwaremigration.scss b/themes/openstack/scss/vmwaremigration.scss index fdc604ed3..323faf22c 100755 --- a/themes/openstack/scss/vmwaremigration.scss +++ b/themes/openstack/scss/vmwaremigration.scss @@ -89,6 +89,10 @@ img.center { color: #fff; } +a.source { + color: #333; +} + .download-btn:hover { text-decoration: none; background: #831917; } @@ -167,7 +171,7 @@ table.vmwmigration-table { border-collapse: collapse; width: 100%; max-width: 1000px; - margin: 0 auto; + margin: 0 auto 15px; font-family: Arial, sans-serif; } .vmwmigration-table th { @@ -183,10 +187,12 @@ table.vmwmigration-table { vertical-align: top; } .vmwmigration-table td p { - font-size: 12px; + font-size: 13px; + font-weight: 400; color: #333; text-align: left; margin-left: 10px; + margin-top: 10px; } .vmwmigration-table th { background-color: #f2f2f2; @@ -220,9 +226,15 @@ table.vmwmigration-table { margin-top: 20px; } -.vmwmigration-table-source { - font-size: 10px; +p.vmwmigration-table-source { + font-size: 12px; font-style: italic; + margin-top: 20px; +} + +.vmwmigration-table-source a { + color: #333; + text-decoration: underline; } /* -- 5 Columns -- */ diff --git a/themes/openstack/templates/Layout/VMWareMigration.ss b/themes/openstack/templates/Layout/VMWareMigration.ss index f6e3b4fb3..5b83dd46a 100644 --- a/themes/openstack/templates/Layout/VMWareMigration.ss +++ b/themes/openstack/templates/Layout/VMWareMigration.ss @@ -483,10 +483,10 @@ +

+ Source: Cloudification +

-

- Source: Cloudification -