register form - text fields odpravljen bug pri širini
This commit is contained in:
parent
2041cb2740
commit
65a305dfbd
@ -1119,6 +1119,7 @@ body.landing_page #main .landing_page_window label:first-of-type {
|
||||
padding-left: 8px;
|
||||
height: 38px;
|
||||
max-width: 354px;
|
||||
width: 100%;
|
||||
border: 1px solid #C4C4C4;
|
||||
}
|
||||
|
||||
@ -1127,6 +1128,7 @@ body.landing_page #main .landing_page_window label:first-of-type {
|
||||
padding-left: 8px;
|
||||
height: 38px;
|
||||
max-width: 354px;
|
||||
width: 100%;
|
||||
border: 1px solid #C4C4C4;
|
||||
}
|
||||
|
||||
|
@ -140,6 +140,7 @@ body.landing_page #main .landing_page_window label:first-of-type{
|
||||
padding-left: 8px;
|
||||
height: 38px;
|
||||
max-width: 354px;
|
||||
width: 100%;
|
||||
|
||||
border: $input_border;
|
||||
}
|
||||
@ -148,6 +149,7 @@ body.landing_page #main .landing_page_window label:first-of-type{
|
||||
padding-left: 8px;
|
||||
height: 38px;
|
||||
max-width: 354px;
|
||||
width: 100%;
|
||||
|
||||
border: $input_border;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user