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.

_install.less 463B

12345678910111213141516171819202122232425262728293031
  1. .install {
  2. padding-top: 45px;
  3. padding-bottom: @footer-margin * 2;
  4. form {
  5. @input-padding: 320px !important;
  6. label {
  7. text-align: right;
  8. width: @input-padding;
  9. }
  10. input {
  11. width: 35% !important;
  12. }
  13. .field {
  14. text-align: left;
  15. .help {
  16. margin-left: @input-padding+15px;
  17. }
  18. &.optional .title {
  19. margin-left: 38%;
  20. }
  21. }
  22. }
  23. .ui {
  24. .checkbox {
  25. margin-left: 40% !important;
  26. label {
  27. width: auto !important;
  28. }
  29. }
  30. }
  31. }