MDL-39977 theme_bootstrapbase: Changes the way Clean theme's login takes its navbar styles from Bootstrapbase.

This commit is contained in:
Mary Evans 2013-06-01 18:42:09 +01:00
parent b6f8a93642
commit 58183f9b01
2 changed files with 17061 additions and 11 deletions

View File

@ -82,13 +82,6 @@ select {
float: right;
}
.navbar .logininfo a {
color: @navbarLinkColor;
}
.navbar .logininfo a:hover {
background-color: @navbarLinkBackgroundHover; // "transparent" is default to differentiate :hover/:focus from .active
color: @navbarLinkColorHover;
}
.navbar-inverse .logininfo a {
color: @navbarInverseLinkColor;
}
@ -99,7 +92,7 @@ select {
.navbar-fixed-top,
.navbar-fixed-bottom {
z-index: 4030;
z-index: 4030;
}
.dir-rtl .breadcrumb-button,
@ -108,7 +101,7 @@ select {
}
.ie .row-fluid .desktop-first-column {
margin-left: 0;
margin-left: 0;
}
.langmenu form {
margin: 0;

File diff suppressed because one or more lines are too long