From 6c912891bc35d2cd27f17e26d80d84c805400cc2 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Thu, 24 Apr 2014 09:43:37 +0200 Subject: [PATCH] Openstack theme fix utility block overlap Fix the utility block overlap css issue that prevented click on the user name or other elements in header. Change-Id: I94fa83c79b5b27d55f7af7248c921b4890ebd0fb --- themes/openstack/css/custom.css | 17 ++++++++++------- themes/openstack/sass/custom.scss | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/themes/openstack/css/custom.css b/themes/openstack/css/custom.css index 591df1d..87c93e6 100644 --- a/themes/openstack/css/custom.css +++ b/themes/openstack/css/custom.css @@ -18,19 +18,19 @@ a { color: #bc1518; text-decoration: none; } -/* line 18, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 18, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ a:visited { color: #bc1518; } -/* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 21, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ a:focus { color: black; } -/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ a:hover { color: black; } -/* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 27, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ a:active { color: black; } @@ -72,7 +72,7 @@ h3 { /* line 70, ../sass/custom.scss */ .blueline { - background: url('../images/header-line.gif?1385579321') repeat-x scroll 0 bottom rgba(0, 0, 0, 0); + background: url('../images/header-line.gif?1398243000') repeat-x scroll 0 bottom rgba(0, 0, 0, 0); } /* line 74, ../sass/custom.scss */ @@ -124,9 +124,12 @@ h3 { } /** UTILITY LINKS **/ -/* line 119, ../sass/custom.scss */ +/* line 118, ../sass/custom.scss */ +.block-commons-utility-links { + text-align: right; +} +/* line 120, ../sass/custom.scss */ .block-commons-utility-links ul { - float: right; padding: 0; margin: 0; display: inline-block; diff --git a/themes/openstack/sass/custom.scss b/themes/openstack/sass/custom.scss index 9813f82..73b4568 100644 --- a/themes/openstack/sass/custom.scss +++ b/themes/openstack/sass/custom.scss @@ -116,8 +116,8 @@ h3{ /** UTILITY LINKS **/ .block-commons-utility-links { + text-align: right; ul { - float: right; padding: 0; margin: 0; display: inline-block;