Fix misalignment of selectboxes in login page

This commit is contained in:
Hadi Nategh 2016-10-28 11:37:50 +02:00
parent b22a8c70b2
commit c6c0cd90d1
4 changed files with 4 additions and 0 deletions

View File

@ -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);

View File

@ -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);

View File

@ -134,6 +134,7 @@
select {
.Complete_Button_select;
margin: 5px 0em 5px 0px;
padding-left: 5px;
}
select:hover {

View File

@ -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);