diff options
author | Unknwon <u@gogs.io> | 2015-09-06 10:56:31 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-06 10:56:31 -0400 |
commit | edc99bc8a4691d09cd42804fd0530c352201340e (patch) | |
tree | 837e4b978fc35a4905f7961bf9d26d5ed6124846 /public/less/_organization.less | |
parent | 80701d45bbe333f1bdef4673fae43df131b2222f (diff) | |
download | gitea-edc99bc8a4691d09cd42804fd0530c352201340e.tar.gz gitea-edc99bc8a4691d09cd42804fd0530c352201340e.zip |
new org options UI
Diffstat (limited to 'public/less/_organization.less')
-rw-r--r-- | public/less/_organization.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/less/_organization.less b/public/less/_organization.less index 6a8c586f2c..fc3e826012 100644 --- a/public/less/_organization.less +++ b/public/less/_organization.less @@ -18,4 +18,11 @@ &.new.org { #create-page-form; } + + &.options { + input { + width: 50%!important; + min-width: 300px; + } + } }
\ No newline at end of file |