- Logo size login screen
- H1 in panel
This commit is contained in:
Anders Stentebjerg
2013-11-11 15:34:44 +01:00
parent c0037a40c6
commit 6fb6aa397f
3 changed files with 6 additions and 11 deletions

View File

@@ -4,7 +4,8 @@
.login-overlay {
width: 100%;
height: 100%;
background: @blackLight url(../img/application/logo.png) no-repeat 20px 30px fixed !important;
background: @blackLight url(../img/application/logo.png) no-repeat 25px 30px fixed !important;
background-size: 30px 30px !important;
color: @white;
position: absolute;
z-index: 2000;
@@ -12,6 +13,7 @@
left: 0px;
margin: 0 !Important;
padding: 0;
border-radius: 0
}
.login-overlay .umb-modalcolumn{

View File

@@ -298,7 +298,7 @@
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
color: @white;
/*color: @white;*/
background-color: @grayLight;
border-color: @grayLight;
}

View File

@@ -42,7 +42,7 @@
position: relative;
}
.umb-panel-header .umb-headline {
.umb-panel-header .umb-headline, .umb-panel-header h1 {
font-size: 18px;
border: none;
background: none;
@@ -72,14 +72,7 @@
padding: 0px 0px 0px 20px;
}
.umb-panel-header h1 {
margin: 0;
font-size: 14px;
font-weight: 400;
color: @gray;
line-height: 1em;
width: 100%;
}
.umb-panel-header p {
margin:0px 20px;
}