diff --git a/app/assets/stylesheets/new_styles/_interactions.scss b/app/assets/stylesheets/new_styles/_interactions.scss index 93b97a0315be8e91e3f2005090c7051dbd87a009..c4d87c1a6a91eff3649c43b6d56f93a21e26925d 100644 --- a/app/assets/stylesheets/new_styles/_interactions.scss +++ b/app/assets/stylesheets/new_styles/_interactions.scss @@ -87,6 +87,7 @@ textarea{ height: 18px; width: 318px; + padding: 4px; } form { @@ -97,6 +98,9 @@ position: absolute; right: 10px; bottom: 10px; + font-size: 11px; + line-height: 16px; + padding: 5px 9px; } } } @@ -336,4 +340,4 @@ margin-top : 9px; margin-right : -5px; margin-left : 4px; -} \ No newline at end of file +}