diff --git a/app/assets/stylesheets/style.css.erb b/app/assets/stylesheets/style.css.erb index 06d56c70..b4410a47 100644 --- a/app/assets/stylesheets/style.css.erb +++ b/app/assets/stylesheets/style.css.erb @@ -636,6 +636,22 @@ .adbanner-action { margin-bottom: 20px; } +.textarea-height-s { + resize: none; + max-height: 150px; +} +.textarea-height-m { + resize: none; + max-height: 250px; +} +.textarea-height-l { + resize: none; + max-height: 350px; +} +.textarea-height-xl { + resize: none; + max-height: 500px; +} [class^="icons-"] { display: inline-block; width: 16px; diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 8829dfef..ffb0d857 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -150,7 +150,7 @@ module ApplicationHelper end def active_when_current_locale_eq(locale) - locale.to_sym == I18n.locale ? 'active': '' + locale.to_sym == I18n.locale ? 'active in': '' end end diff --git a/app/views/admin/sites/site_info.html.erb b/app/views/admin/sites/site_info.html.erb index 93e1a358..a29eccb3 100644 --- a/app/views/admin/sites/site_info.html.erb +++ b/app/views/admin/sites/site_info.html.erb @@ -1,4 +1,5 @@ -<%= form_for @site, :url => admin_site_path(@site) do |f| %> +
In addition to freeform text, any HTML5 text-based input appears like so.
+In addition to freeform text, any HTML5 text-based input appears like so.
+In addition to freeform text, any HTML5 text-based input appears like so.
+