diff options
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_form.less | 15 | ||||
-rw-r--r-- | public/less/_user.less | 25 |
2 files changed, 27 insertions, 13 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 120d31bf..8808485a 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -42,7 +42,7 @@ } input, textarea { - width: 50%!important; + width: 50% !important; } } } @@ -52,10 +52,10 @@ .user.reset.password, .user.signin, .user.signup { - @input-padding: 200px!important; + @input-padding: 200px !important; #create-page-form; form { - width: 700px!important; + width: 700px !important; .header { padding-left: @input-padding+30px; } @@ -65,6 +65,15 @@ } } +.user.signin.two-factor { + form { + width: 300px !important; + .header { + padding-left: inherit !important; + } + } +} + .repository { &.new.repo, &.new.migrate, diff --git a/public/less/_user.less b/public/less/_user.less index e3686ae8..2311eb2c 100644 --- a/public/less/_user.less +++ b/public/less/_user.less @@ -19,16 +19,9 @@ } } } - &.organizations .orgs { - &.non-empty { - padding: 0; - } - .item { - padding: 10px; - .button { - margin-top: 5px; - margin-right: 8px; - } + &.security { + .two-factor .toggle.button { + margin-top: -5px; } } &.repositories .repos { @@ -41,6 +34,18 @@ } } } + &.organizations .orgs { + &.non-empty { + padding: 0; + } + .item { + padding: 10px; + .button { + margin-top: 5px; + margin-right: 8px; + } + } + } } &.profile { |