fix styles

This commit is contained in:
Lee Lawlor
2014-02-17 19:51:30 -05:00
parent 71b4fcaad4
commit 42f5f3402d
8 changed files with 121 additions and 16 deletions

View File

@ -119,7 +119,7 @@
<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">
<div id="sidebar_old">
<ul>
<li>
<h2><%= t(:help) %></h2>

View File

@ -18,10 +18,10 @@
</div>
<div id="sidebar" >
<div id="sidebar_old" >
<ul>
<li>
<div class="helplink">(<a target="_blank" href="http://community.thingspeak.com/documentation/api/#send_data"><%= t(:help_options) %></a>)</div>
<h2><%= t(:help_channel_update) %></h2>
<%= t(:help_channel_post) %>
@ -29,14 +29,14 @@
<%= t(:help_channel_post_example) %>
<div class="code"><%= "#{@api_domain}update?key=#{@key}&field1=0" %></div>
<br /><br />
<div class="helplink">(<a target="_blank" href="http://community.thingspeak.com/documentation/api/#view_data"><%= t(:help_options) %></a>)</div>
<h2><%= t(:help_channel_feed) %></h2>
<%= t(:help_channel_view) %>
<br />
<div class="code"><%= link_to "#{@api_domain}channels/#{@channel.id}/feed.json?key=#{@key}", "#{@api_domain}channels/#{@channel.id}/feed.json?key=#{@key}", :target => '_blank' %></div>
<br />
</li>
<li>
@ -46,3 +46,4 @@
</li>
</ul>
</div>

View File

@ -60,7 +60,7 @@
</div>
</div>
<div id="sidebar" class="col-xs-12 col-sm-6">
<div id="sidebar_old" class="col-xs-12 col-sm-6">
<h4 class="breadcrumb"><%= t(:help) %></h4>
<div class="col-pad">