mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +01:00
Make all selectboxes fullwidth in login page
This commit is contained in:
parent
c8cd9d4c72
commit
7f5db92516
@ -1790,6 +1790,7 @@ body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 5px 0em 5px 0px;
|
margin: 5px 0em 5px 0px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
#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);
|
||||||
|
@ -1779,6 +1779,7 @@ body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 5px 0em 5px 0px;
|
margin: 5px 0em 5px 0px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
#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);
|
||||||
|
@ -135,6 +135,7 @@
|
|||||||
.Complete_Button_select;
|
.Complete_Button_select;
|
||||||
margin: 5px 0em 5px 0px;
|
margin: 5px 0em 5px 0px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
select:hover {
|
select:hover {
|
||||||
|
@ -1801,6 +1801,7 @@ body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 5px 0em 5px 0px;
|
margin: 5px 0em 5px 0px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
#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