mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix login button not working when the window size is too small
This commit is contained in:
parent
f7c653832f
commit
3d87f13365
@ -7337,6 +7337,7 @@ form[id^="ranking-"] .dialogHeadbar {
|
||||
margin: 0 auto;
|
||||
}
|
||||
div#loginMainDiv div#centerBox {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
-webkit-border-top-right-radius: 0;
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
@ -7396,6 +7397,9 @@ form[id^="ranking-"] .dialogHeadbar {
|
||||
}
|
||||
}
|
||||
@media only screen and (max-device-width : 1024px) and (orientation : portrait) {
|
||||
body div#loginMainDiv div#centerBox {
|
||||
position: relative;
|
||||
}
|
||||
body div#loginMainDiv div#centerBox form table.divLoginbox {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -112,6 +112,7 @@
|
||||
}
|
||||
}
|
||||
div#centerBox{
|
||||
position: relative;
|
||||
padding: 0;
|
||||
-webkit-border-top-right-radius: 0;
|
||||
-webkit-border-bottom-right-radius:0;
|
||||
@ -173,6 +174,7 @@
|
||||
body{
|
||||
div#loginMainDiv{
|
||||
div#centerBox{
|
||||
position: relative;
|
||||
form {
|
||||
table.divLoginbox {
|
||||
width:100%;
|
||||
|
Loading…
Reference in New Issue
Block a user