diff options
author | Sergio Benitez <sbenitez@mit.edu> | 2015-09-09 13:44:51 -0700 |
---|---|---|
committer | Sergio Benitez <sbenitez@mit.edu> | 2015-09-09 13:44:51 -0700 |
commit | 964d0262ff353db6a50ed5be83ebd22f71aa6e69 (patch) | |
tree | 8cbab6b6a9b4f62cbe9acb2a0b8752b531633362 /public/less/_organization.less | |
parent | 079a2d68db5c843ef2dbba65aeca46d5887d6b02 (diff) | |
parent | b75d0378cbbf0523963fd9bc749543244be7392b (diff) |
Merged conflicts.
Diffstat (limited to 'public/less/_organization.less')
-rw-r--r-- | public/less/_organization.less | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/less/_organization.less b/public/less/_organization.less index 389a4648..fc3e8260 100644 --- a/public/less/_organization.less +++ b/public/less/_organization.less @@ -14,4 +14,15 @@ } } } + + &.new.org { + #create-page-form; + } + + &.options { + input { + width: 50%!important; + min-width: 300px; + } + } }
\ No newline at end of file |