Guest User

Untitled

a guest
May 16th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. .content form .field_wrap>input.natural_dtinput {
  2. width: 220px;
  3. float: left;
  4. height: 24px;
  5. margin-bottom: 10px;
  6. }
  7.  
  8.  
  9. .content form .field_wrap>input.natural_dtinput.annotated {
  10. width: 200px;
  11. border-right: 0px;
  12. -moz-border-radius-topright: 0px;
  13. -moz-border-radius-bottomright: 0px;
  14. -webkit-border-top-right-radius: 0px;
  15. -webkit-border-bottom-right-radius: 0px;
  16. }
  17.  
  18. .content form .field_wrap>input.natural_dtinput_label {
  19. color: #abb9c1;
  20. }
  21.  
  22. .content form .field_wrap>.natural_dtinput_parsed,
  23. .content form .field_wrap>.natural_dtinput_working,
  24. .content form .field_wrap>.natural_dtinput_error,
  25. .content form .field_wrap>.natural_dtinput_ok {
  26. /*width: 390px;*/
  27. height: 24px;
  28. padding: 6px 10px 6px 40px;
  29. margin: 0 57px 10px 0;
  30. font-size: 14px;
  31. color: #abb9c1;
  32. float: left;
  33. display: block;
  34. -moz-border-radius-topright: 4px;
  35. -moz-border-radius-bottomright: 4px;
  36. -webkit-border-top-right-radius: 4px;
  37. -webkit-border-bottom-right-radius: 4px;
  38. }
  39.  
  40. .content form .field_wrap>.natural_dtinput_parsed {
  41. padding-left: 10px;
  42. }
  43.  
  44. .content form .field_wrap>.natural_dtinput_working {
  45. background: url(../img/ajax-loader.gif) no-repeat 10px center;
  46. }
  47.  
  48. .content form fieldset.error .field_wrap>.natural_dtinput_working {
  49. background: url(../img/ajax-loader_yellow.gif) no-repeat 10px center;
  50. }
  51.  
  52. .content form .field_wrap>.natural_dtinput_error {
  53. /*border-style: solid;
  54. border-color: #f7bbbc;
  55. border-width: 1px 1px 1px 0;
  56. padding: 5px 0 5px 30px;
  57. width: 299px;*/
  58. background: #f7d1d2 url(../img/field_error.png) no-repeat left center;
  59. color: #586c78;
  60. }
  61.  
  62. .content form .field_wrap>.natural_dtinput_ok {
  63. background: #d8f7da url(../img/field_ok.png) no-repeat left center;
  64. color: #586c78;
  65. }
Add Comment
Please, Sign In to add comment