mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +01:00
Try to adjust login message's position for small screens
This commit is contained in:
parent
001d5168ee
commit
5cf5d4dcbb
@ -2393,6 +2393,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
|
||||
*
|
||||
|
@ -2373,6 +2373,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
|
||||
*
|
||||
|
@ -2383,6 +2383,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}">
|
||||
|
@ -2404,6 +2404,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