From 71b4fcaad43706f9ae3e0441d7ecde7962b25537 Mon Sep 17 00:00:00 2001 From: Lee Lawlor Date: Mon, 17 Feb 2014 18:54:26 -0500 Subject: [PATCH] fix styles on Channels page --- app/assets/stylesheets/custom.css | 22 +++- app/views/channels/_edit.html.erb | 4 +- ...ation-b6db53323019f66f2ad56fe669b18c4a.css | 103 ++++++++++++++++++ ...on-b6db53323019f66f2ad56fe669b18c4a.css.gz | Bin 0 -> 27295 bytes ...fest-27c2ec8d97bd8487cae01bba17cdddb9.json | 2 +- 5 files changed, 127 insertions(+), 4 deletions(-) create mode 100644 public/assets/application-b6db53323019f66f2ad56fe669b18c4a.css create mode 100644 public/assets/application-b6db53323019f66f2ad56fe669b18c4a.css.gz diff --git a/app/assets/stylesheets/custom.css b/app/assets/stylesheets/custom.css index faea9a1..55b9807 100644 --- a/app/assets/stylesheets/custom.css +++ b/app/assets/stylesheets/custom.css @@ -250,7 +250,27 @@ textarea.tweet { margin-top: 0.5em; width: 40em; height: 3em; } input#upload_csv { padding-top:5px;margin:20px 0;} -#sidebar { } +#sidebar { + font-size: 14px; + width:50%; + padding-right: 10px ; + margin-top: 10px; + margin-left: 460px; + margin-right: 0; + border: 1px solid #CCC ; + border-radius: 15px; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; +} +#sidebar ul { + list-style: none; + margin: 15px 20px 30px 0 ;} +#sidebar ul li ul li { margin:0; } +#sidebar h2 { + color:#666; + margin: 0 0 6px 0; + padding: 0 0; +} #sidebar.wide { width: 520px; } #sidebar.medium { width: 470px; } #sidebar.narrow { width: 470px; margin-left: 520px;} diff --git a/app/views/channels/_edit.html.erb b/app/views/channels/_edit.html.erb index 0d4a397..f46aa13 100644 --- a/app/views/channels/_edit.html.erb +++ b/app/views/channels/_edit.html.erb @@ -111,12 +111,12 @@

-

<%= t(:channel_clear_message) %>

+

<%= t(:channel_clear_message) %>

<%= button_to t(:channel_clear), { :controller => 'channels', :action => 'clear', :id => @channel.id }, :data => { :confirm => t(:confirm_channel_clear) } %>

-

<%= t(:channel_delete_message) %>

+

<%= t(:channel_delete_message) %>

<%= button_to t(:channel_delete), channel_path(@channel.id), :method => 'delete', :data => { :confirm => t(:confirm_channel_delete) } %>