mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-01 19:09:55 +01:00
Fix misalignment of selectboxes in login page
This commit is contained in:
parent
088cc27d32
commit
281a0860a8
@ -1789,6 +1789,7 @@ body {
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 5px 0em 5px 0px;
|
margin: 5px 0em 5px 0px;
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
|
@ -1778,6 +1778,7 @@ body {
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 5px 0em 5px 0px;
|
margin: 5px 0em 5px 0px;
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
|
@ -134,6 +134,7 @@
|
|||||||
select {
|
select {
|
||||||
.Complete_Button_select;
|
.Complete_Button_select;
|
||||||
margin: 5px 0em 5px 0px;
|
margin: 5px 0em 5px 0px;
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
select:hover {
|
select:hover {
|
||||||
|
@ -1800,6 +1800,7 @@ body {
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 5px 0em 5px 0px;
|
margin: 5px 0em 5px 0px;
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
|
Loading…
Reference in New Issue
Block a user