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 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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. .signin {
  48. .oauth2{
  49. div {
  50. display: inline-block;
  51. p {
  52. margin: 10px 5px 0 0;
  53. float: left;
  54. }
  55. }
  56. a {
  57. margin-right: 3px;
  58. &:last-child {
  59. margin-right: 0px;
  60. }
  61. }
  62. img {
  63. width: 32px;
  64. height: 32px;
  65. &.openidConnect {
  66. width: auto;
  67. }
  68. }
  69. }
  70. }
  71. .user.activate,
  72. .user.forgot.password,
  73. .user.reset.password,
  74. .user.signin,
  75. .user.signup {
  76. @input-padding: 200px!important;
  77. #create-page-form;
  78. form {
  79. width: 700px!important;
  80. .header {
  81. padding-left: 0 !important;
  82. text-align: center;
  83. }
  84. .inline.field > label {
  85. width: @input-padding;
  86. }
  87. }
  88. }
  89. .repository {
  90. &.new.repo,
  91. &.new.migrate,
  92. &.new.fork {
  93. #create-page-form;
  94. form {
  95. .dropdown {
  96. .dropdown.icon {
  97. margin-top: -7px!important;
  98. }
  99. .text {
  100. margin-right: 0!important;
  101. i {
  102. margin-right: 0!important;
  103. }
  104. }
  105. }
  106. .header {
  107. padding-left: 0 !important;
  108. text-align: center;
  109. }
  110. }
  111. }
  112. &.new.repo {
  113. .ui.form {
  114. .selection.dropdown:not(.owner) {
  115. width: 50%!important;
  116. }
  117. #auto-init {
  118. margin-left: @create-page-form-input-padding+15px;
  119. }
  120. }
  121. }
  122. }
  123. .new.webhook {
  124. form {
  125. .help {
  126. margin-left: 25px;
  127. }
  128. }
  129. }
  130. .new.webhook {
  131. .events.fields {
  132. .column {
  133. padding-left: 40px;
  134. }
  135. }
  136. }
  137. .githook {
  138. textarea {
  139. font-family: monospace;
  140. }
  141. }