segment_questions.css 809 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .title{
  2. font-size: 24px;
  3. width: 100%;
  4. border-bottom: 4px solid #E1EBF0;
  5. margin-bottom: 25px;
  6. line-height: 20px;
  7. }
  8. .description{
  9. padding: 0;
  10. font-size: 15px;
  11. }
  12. .button,
  13. .button:active{
  14. background: #008cba;
  15. color: #fff !important;
  16. }
  17. .navigation {
  18. padding: 5px;
  19. margin-bottom: 5px;
  20. border: 1px solid #E1EBF0;
  21. }
  22. .previous-judgement .value, .previous-judgement .judge {
  23. font-style: italic;
  24. font-weight: bold;
  25. }
  26. .question-form-wrapper ul{
  27. margin: 0 0 15px 0;
  28. padding: 0;
  29. }
  30. .question-form-wrapper ul li{
  31. list-style: none;
  32. height: 25px;
  33. }
  34. .question-form-wrapper ul li input{
  35. margin: 0;
  36. }
  37. .context-menu-holder{
  38. width: 1px;
  39. height: 10px;
  40. background: transparent;
  41. position: absolute;
  42. top: 20px;
  43. z-index: -1024;
  44. }