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.

109 lines
1.6 KiB

9 years ago
9 years ago
9 years ago
  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. .signup {
  49. @input-padding: 200px!important;
  50. #create-page-form;
  51. form {
  52. width: 700px!important;
  53. .header {
  54. padding-left: @input-padding+30px;
  55. }
  56. .inline.field > label {
  57. width: @input-padding;
  58. }
  59. }
  60. }
  61. .repository {
  62. &.new.repo,
  63. &.new.migrate,
  64. &.new.fork {
  65. #create-page-form;
  66. form {
  67. .dropdown {
  68. .dropdown.icon {
  69. margin-top: -7px!important;
  70. }
  71. .text {
  72. margin-right: 0!important;
  73. i {
  74. margin-right: 0!important;
  75. }
  76. }
  77. }
  78. }
  79. }
  80. &.new.repo {
  81. .ui.form {
  82. .selection.dropdown:not(.owner) {
  83. width: 50%!important;
  84. }
  85. #auto-init {
  86. margin-left: @create-page-form-input-padding+15px;
  87. }
  88. }
  89. }
  90. }
  91. .new.webhook {
  92. form {
  93. .help {
  94. margin-left: 25px;
  95. }
  96. }
  97. }
  98. .new.webhook {
  99. .events.fields {
  100. .column {
  101. padding-left: 40px;
  102. }
  103. }
  104. }