From 45c194e8703e8f35d9a68f711ade8fee04b0dc5f Mon Sep 17 00:00:00 2001 From: Christophe Vilayphiou Date: Tue, 24 Apr 2012 15:15:36 +0800 Subject: [PATCH] Ray's changes in css --- app/assets/stylesheets/bootstrap.css.erb | 1 + app/assets/stylesheets/widgets.css | 2 +- .../back_end/bulletins/_form_bulletin_file.html.erb | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/bootstrap.css.erb b/app/assets/stylesheets/bootstrap.css.erb index e763d67e3..40b3afca2 100644 --- a/app/assets/stylesheets/bootstrap.css.erb +++ b/app/assets/stylesheets/bootstrap.css.erb @@ -66,6 +66,7 @@ textarea { margin: 0; font-size: 100%; vertical-align: middle; + margin-bottom: 10px; } button, input { *overflow: visible; diff --git a/app/assets/stylesheets/widgets.css b/app/assets/stylesheets/widgets.css index 5f36326de..80756ecb1 100644 --- a/app/assets/stylesheets/widgets.css +++ b/app/assets/stylesheets/widgets.css @@ -84,7 +84,7 @@ border-radius: 0 3px 3px 0; text-align: left; margin: 0; - width: 180px; + width: 193px; } .file-upload .upload { margin:0; diff --git a/vendor/built_in_modules/announcement/app/views/panel/announcement/back_end/bulletins/_form_bulletin_file.html.erb b/vendor/built_in_modules/announcement/app/views/panel/announcement/back_end/bulletins/_form_bulletin_file.html.erb index 0f332069a..ea9774673 100644 --- a/vendor/built_in_modules/announcement/app/views/panel/announcement/back_end/bulletins/_form_bulletin_file.html.erb +++ b/vendor/built_in_modules/announcement/app/views/panel/announcement/back_end/bulletins/_form_bulletin_file.html.erb @@ -19,7 +19,7 @@
- <%= f.text_field locale, :id => "link-#{locale}", :class => "input-xlarge" %> + <%= f.text_field locale, :id => "link-#{locale}" %>
<% end %> @@ -43,7 +43,7 @@
- <%= f.text_field locale, :id => "link-#{locale}", :class => "input-xlarge" %> + <%= f.text_field locale, :id => "link-#{locale}" %>
<% end %>