forked from extern/egroupware
Make all selectboxes fullwidth in login page
This commit is contained in:
parent
2cf7aaf97e
commit
eae8f85779
@ -1790,6 +1790,7 @@ body {
|
||||
cursor: pointer;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding-left: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
|
@ -1779,6 +1779,7 @@ body {
|
||||
cursor: pointer;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding-left: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
|
@ -135,6 +135,7 @@
|
||||
.Complete_Button_select;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding-left: 5px;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
select:hover {
|
||||
|
@ -1801,6 +1801,7 @@ body {
|
||||
cursor: pointer;
|
||||
margin: 5px 0em 5px 0px;
|
||||
padding-left: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
#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