26 lines
404 B
Plaintext
26 lines
404 B
Plaintext
|
<% content_for :page_specific_javascript do %>
|
||
|
<%= javascript_include_tag "lib/jquery-ui-sortable.min" %>
|
||
|
<% end %>
|
||
|
<style type="text/css">
|
||
|
.element{
|
||
|
background: #FFF;
|
||
|
margin-bottom: 10px;
|
||
|
border-radius: 5px;
|
||
|
border: 1px solid #DDD;
|
||
|
}
|
||
|
.detail{
|
||
|
padding: 10px;
|
||
|
min-height: 250px;
|
||
|
}
|
||
|
.totle{
|
||
|
margin-bottom: 25px;
|
||
|
}
|
||
|
.totle span{
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<div class="row">
|
||
|
</div>
|
||
|
|