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
This commit is contained in:
Marton Kiss 2014-04-24 09:43:37 +02:00
parent 0a1d162cd7
commit 6c912891bc
2 changed files with 11 additions and 8 deletions

View File

@ -18,19 +18,19 @@ a {
color: #bc1518; color: #bc1518;
text-decoration: none; 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 { a:visited {
color: #bc1518; 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 { a:focus {
color: black; 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 { a:hover {
color: black; 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 { a:active {
color: black; color: black;
} }
@ -72,7 +72,7 @@ h3 {
/* line 70, ../sass/custom.scss */ /* line 70, ../sass/custom.scss */
.blueline { .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 */ /* line 74, ../sass/custom.scss */
@ -124,9 +124,12 @@ h3 {
} }
/** UTILITY LINKS **/ /** 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 { .block-commons-utility-links ul {
float: right;
padding: 0; padding: 0;
margin: 0; margin: 0;
display: inline-block; display: inline-block;

View File

@ -116,8 +116,8 @@ h3{
/** UTILITY LINKS **/ /** UTILITY LINKS **/
.block-commons-utility-links { .block-commons-utility-links {
text-align: right;
ul { ul {
float: right;
padding: 0; padding: 0;
margin: 0; margin: 0;
display: inline-block; display: inline-block;