_form.less 729 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .form {
  2. .help {
  3. color: #999999;
  4. padding-top: .6em;
  5. padding-bottom: .6em;
  6. display: inline-block;
  7. }
  8. }
  9. .ui.attached.header {
  10. background: #f0f0f0;
  11. .right {
  12. margin-top: -5px;
  13. }
  14. }
  15. .repository form {
  16. margin: auto;
  17. width: 800px!important;
  18. .ui.message {
  19. text-align: center;
  20. }
  21. @input-padding: 250px !important;
  22. .header {
  23. padding-left: @input-padding+20px;
  24. }
  25. .inline.field > label {
  26. text-align: right;
  27. width: @input-padding;
  28. word-wrap: break-word;
  29. }
  30. .help {
  31. margin-left: @input-padding+10px;
  32. }
  33. .dropdown {
  34. .dropdown.icon {
  35. margin-top: -7px!important;
  36. }
  37. .text {
  38. margin-right: 0!important;
  39. i {
  40. margin-right: 0!important;
  41. }
  42. }
  43. }
  44. input,
  45. textarea {
  46. width: 50%!important;
  47. }
  48. }