You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_form.less 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. .button {
  14. padding: 8px 10px;
  15. font-weight: normal;
  16. }
  17. }
  18. }
  19. @create-page-form-input-padding: 250px !important;
  20. #create-page-form {
  21. form {
  22. margin: auto;
  23. width: 800px!important;
  24. .ui.message {
  25. text-align: center;
  26. }
  27. .header {
  28. padding-left: @create-page-form-input-padding+30px;
  29. }
  30. .inline.field > label {
  31. text-align: right;
  32. width: @create-page-form-input-padding;
  33. word-wrap: break-word;
  34. }
  35. .help {
  36. margin-left: @create-page-form-input-padding+15px;
  37. }
  38. .optional .title {
  39. margin-left: @create-page-form-input-padding;
  40. }
  41. input,
  42. textarea {
  43. width: 50%!important;
  44. }
  45. }
  46. }
  47. .user.activate,
  48. .user.forgot.password,
  49. .user.reset.password,
  50. .user.signin,
  51. .user.signup {
  52. @input-padding: 200px!important;
  53. #create-page-form;
  54. form {
  55. width: 700px!important;
  56. .header {
  57. padding-left: 0 !important;
  58. text-align: center;
  59. }
  60. .inline.field > label {
  61. width: @input-padding;
  62. }
  63. }
  64. }
  65. .repository {
  66. &.new.repo,
  67. &.new.migrate,
  68. &.new.fork {
  69. #create-page-form;
  70. form {
  71. .dropdown {
  72. .dropdown.icon {
  73. margin-top: -7px!important;
  74. }
  75. .text {
  76. margin-right: 0!important;
  77. i {
  78. margin-right: 0!important;
  79. }
  80. }
  81. }
  82. .header {
  83. padding-left: 0 !important;
  84. text-align: center;
  85. }
  86. }
  87. }
  88. &.new.repo {
  89. .ui.form {
  90. .selection.dropdown:not(.owner) {
  91. width: 50%!important;
  92. }
  93. #auto-init {
  94. margin-left: @create-page-form-input-padding+15px;
  95. }
  96. }
  97. }
  98. }
  99. .new.webhook {
  100. form {
  101. .help {
  102. margin-left: 25px;
  103. }
  104. }
  105. }
  106. .new.webhook {
  107. .events.fields {
  108. .column {
  109. padding-left: 40px;
  110. }
  111. }
  112. }