fix styles on Channels page
This commit is contained in:
@ -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;}
|
||||
|
@ -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">
|
||||
|
103
public/assets/application-b6db53323019f66f2ad56fe669b18c4a.css
Normal file
103
public/assets/application-b6db53323019f66f2ad56fe669b18c4a.css
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user