forked from extern/egroupware
Fix misalignment of selectboxes in login page
This commit is contained in:
parent
b22a8c70b2
commit
c6c0cd90d1
@ -1789,6 +1789,7 @@ body {
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
|
@ -1778,6 +1778,7 @@ body {
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
|
@ -134,6 +134,7 @@
|
||||
select {
|
||||
.Complete_Button_select;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
select:hover {
|
||||
|
@ -1800,6 +1800,7 @@ body {
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
|
Loading…
Reference in New Issue
Block a user