_form.less 776 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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.new.fork {
  16. form {
  17. margin: auto;
  18. width: 800px!important;
  19. .ui.message {
  20. text-align: center;
  21. }
  22. @input-padding: 250px !important;
  23. .header {
  24. padding-left: @input-padding+30px;
  25. }
  26. .inline.field > label {
  27. text-align: right;
  28. width: @input-padding;
  29. word-wrap: break-word;
  30. }
  31. .help {
  32. margin-left: @input-padding+10px;
  33. }
  34. .dropdown {
  35. .dropdown.icon {
  36. margin-top: -7px!important;
  37. }
  38. .text {
  39. margin-right: 0!important;
  40. i {
  41. margin-right: 0!important;
  42. }
  43. }
  44. }
  45. input,
  46. textarea {
  47. width: 50%!important;
  48. }
  49. }
  50. }