Advertisement
RyanJEarnshaw

Untitled

Oct 12th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. .hide-replaced.ws-inputreplace {
  2. display: none !important;
  3. }
  4. .input-picker .picker-list td > button.othermonth {
  5. color: #888888;
  6. background: #fff;
  7. }
  8. .ws-inline-picker.ws-size-2, .ws-inline-picker.ws-size-4 {
  9. width: 49.6154em;
  10. }
  11. .ws-size-4 .ws-index-0, .ws-size-4 .ws-index-1 {
  12. border-bottom: 0.07692em solid #eee;
  13. padding-bottom: 1em;
  14. margin-bottom: 0.5em;
  15. }
  16. .picker-list.ws-index-2, .picker-list.ws-index-3 {
  17. margin-top: 3.5em;
  18. }
  19. div.ws-invalid input {
  20. border-color: #c88;
  21. }
  22. .ws-invalid label {
  23. color: #933;
  24. }
  25. div.ws-success input {
  26. border-color: #8c8;
  27. }
  28. form {
  29. margin: 10px auto;
  30. width: 700px;
  31. min-width: 49.6154em;
  32. border: 1px solid #000;
  33. padding: 10px;
  34. }
  35. .form-row {
  36. padding: 5px 10px;
  37. margin: 5px 0;
  38. }
  39. label {
  40. display: block;
  41. margin: 3px 0;
  42. }
  43. .form-row input {
  44. width: 220px;
  45. padding: 3px 1px;
  46. border: 1px solid #ccc;
  47. box-shadow: none;
  48. }
  49. .form-row input[type="checkbox"] {
  50. width: 15px;
  51. }
  52. .date-display {
  53. display: inline-block;
  54. min-width: 200px;
  55. padding: 5px;
  56. border: 1px solid #ccc;
  57. min-height: 1em;
  58. }
  59. .show-inputbtns .input-buttons {
  60. display: inline-block;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement