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;
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;

View File

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