From 34726bbee84efbf0490f204d5d267b15fb4d3214 Mon Sep 17 00:00:00 2001 From: Clipperz Date: Wed, 09 Jan 2013 10:56:27 +0000 Subject: Fixed application version display on /gamma --- (limited to 'frontend/gamma/css') diff --git a/frontend/gamma/css/web.css b/frontend/gamma/css/web.css index 3540016..94cd715 100644 --- a/frontend/gamma/css/web.css +++ b/frontend/gamma/css/web.css @@ -533,7 +533,7 @@ div.pageFooter div.footerWrapper div.footerContent a { font-weight: bold; text-decoration: none; } -div.pageFooter div.footerWrapper div.footerContent span.applicationVersion { +div.pageFooter div.footerWrapper div.footerContent div.applicationVersion { padding: 8px; color: #888888; background-color: #d2d2d2; @@ -541,6 +541,9 @@ div.pageFooter div.footerWrapper div.footerContent span.applicationVersion { top: -40px; float: right; } +div.pageFooter div.footerWrapper div.footerContent div.applicationVersion a { + display: inline; +} /* Color list: -- cgit v0.9.0.2