Guest User

Untitled

a guest
Jun 21st, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. #input_332 {
  2.     position: initial!important;
  3. }
  4. #input_scl_332 {
  5.     position: initial!important;
  6.  
  7. }
  8. .form-submit-button{
  9.   top:0!important;
  10.   position:initial!important;
  11. }
  12. /*IE10+*/
  13. @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  14.  #input_scl_332 {
  15.     right: 250px;
  16.     margin-top: -20px;
  17. }
  18. #input_332 {
  19.     right: 110px;
  20.     margin-top: -20px;
  21. }
  22. }
  23.  
  24. /*IE6,7,9,10*/
  25. @media screen and (min-width: 640px), screen\9 {
  26.   #input_scl_332 {
  27.     right: 250px;
  28.     margin-top: -20px;
  29. }
  30. #input_332 {
  31.     right: 110px;
  32.     margin-top: -20px;
  33. }
  34. }
Add Comment
Please, Sign In to add comment