fix styles on Channels page

This commit is contained in:
Lee Lawlor 2014-02-17 18:54:26 -05:00
parent 1ac3564a92
commit 71b4fcaad4
5 changed files with 127 additions and 4 deletions

View File

@ -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;}

View File

@ -111,12 +111,12 @@
<br /><br />
<h2><%= t(:channel_clear_message) %></h2>
<h4><%= t(:channel_clear_message) %></h4>
<%= button_to t(:channel_clear), { :controller => 'channels', :action => 'clear', :id => @channel.id }, :data => { :confirm => t(:confirm_channel_clear) } %>
<br /><br />
<h2><%= t(:channel_delete_message) %></h2>
<h4><%= t(:channel_delete_message) %></h4>
<%= button_to t(:channel_delete), channel_path(@channel.id), :method => 'delete', :data => { :confirm => t(:confirm_channel_delete) } %>
</div>
<div id="sidebar">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long