epaper/app/views/admin/e_paper_subscribers/index.html.erb

54 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

<style>
.pull-right .upload-box {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 5px;
box-sizing: border-box;
height: 70px;
left: auto;
min-width: 350px;
padding: 10px;
position: absolute;
right: -1px;
top: -75px;
z-index: 1000;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
.open > .dropdown-menu {
display: block;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
</style>
2019-05-28 15:54:32 +00:00
<%= render_filter @filter_fields, "index_table" %>
<div id="index_table">
<%= render 'index'%>
</div>