mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Try to adjust login message's position for small screens
This commit is contained in:
parent
6b57c6477f
commit
180186e4f5
@ -2394,6 +2394,11 @@ div#loginMainDiv.stockLoginBackground div#centerBox form {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1024px) and (min-width: 736px) {
|
||||
#loginMainDiv #divAppIconBar #divLogo .login_logo_container {
|
||||
height: 90px;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
|
@ -2374,6 +2374,11 @@ div#loginMainDiv.stockLoginBackground div#centerBox form {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1024px) and (min-width: 736px) {
|
||||
#loginMainDiv #divAppIconBar #divLogo .login_logo_container {
|
||||
height: 90px;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
|
@ -2384,6 +2384,11 @@ div#loginMainDiv.stockLoginBackground div#centerBox form {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1024px) and (min-width: 736px) {
|
||||
#loginMainDiv #divAppIconBar #divLogo .login_logo_container {
|
||||
height: 90px;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
|
@ -478,3 +478,15 @@ div#loginMainDiv.stockLoginBackground {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width : 1024px) and (min-width: 736px)
|
||||
{
|
||||
#loginMainDiv {
|
||||
#divAppIconBar {
|
||||
#divLogo {
|
||||
.login_logo_container {
|
||||
height: 90px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -13,8 +13,8 @@
|
||||
<div style="background-image:url({logo_file})" class="login_logo" border="0" alt="{logo_title}" title="{logo_title}" ></div>
|
||||
</a>
|
||||
</div>
|
||||
<div id="loginScreenMessage">{lang_message}</div>
|
||||
</div>
|
||||
<div id="loginScreenMessage">{lang_message}</div>
|
||||
</div>
|
||||
<div id="centerBox">
|
||||
<form name="login_form" method="post" action="{login_url}">
|
||||
|
@ -2405,6 +2405,11 @@ div#loginMainDiv.stockLoginBackground div#centerBox form {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1024px) and (min-width: 736px) {
|
||||
#loginMainDiv #divAppIconBar #divLogo .login_logo_container {
|
||||
height: 90px;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user