dagschotel button added
This commit is contained in:
parent
539d491115
commit
f247e6c5ff
2 changed files with 16 additions and 41 deletions
|
@ -92,21 +92,6 @@ footer ul li {
|
|||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.usercontainer{
|
||||
position: absolute;
|
||||
width: 49%;
|
||||
border-radius: 0px;
|
||||
margin: -2px;
|
||||
padding: 18px;
|
||||
border-color: #000;
|
||||
border: 0px;
|
||||
vertical-align: bottom;
|
||||
|
||||
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
|
||||
}
|
||||
|
||||
.overview{
|
||||
//margin-left: 2px;
|
||||
|
@ -115,9 +100,23 @@ footer ul li {
|
|||
border-radius: 0px;
|
||||
|
||||
.btn{
|
||||
margin-top: -10px;
|
||||
width: 100%;
|
||||
border-color: #444;
|
||||
}
|
||||
|
||||
.dagschotel{
|
||||
float:left;
|
||||
}
|
||||
|
||||
.user_img{
|
||||
margin-left: 33%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.center{
|
||||
|
|
|
@ -1,26 +1,2 @@
|
|||
<div class="col-md-6 ">
|
||||
<h3 class="center" >sort by name</h3>
|
||||
|
||||
<% @users_by_name.each do |user| %>
|
||||
<div class="thumbnail overview">
|
||||
<%= link_to image_tag("http://placehold.it/100x100", class: "img-circle"),
|
||||
new_user_order_path(user) %>
|
||||
<%= link_to user.name , new_user_order_path(user), class: "btn btn-info overview",
|
||||
style: get_color_style(user) %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-6 ">
|
||||
<h3 class="center" >sort by name</h3>
|
||||
|
||||
<% @users_by_order.each do |user| %>
|
||||
<div class="thumbnail overview">
|
||||
<%= link_to image_tag("http://babeholder.pixoil.com/img/100/100", class: "img-circle"),
|
||||
new_user_order_path(user) %>
|
||||
<%= link_to user.name , new_user_order_path(user), class: "btn btn-info overview",
|
||||
style: get_color_style(user) %>
|
||||
</div>
|
||||
<% end %>
|
||||
<%= render 'orders/user_list', users: @users_by_name %>
|
||||
<%= render 'orders/user_list', users: @users_by_order %>
|
||||
|
|
Loading…
Reference in a new issue