Skip to content

Commit

Permalink
fixing the small overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Schmidt committed May 24, 2014
1 parent 2c69f15 commit d417c76
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
Binary file added public/uploads/avatar1400969573207.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/uploads/avatar1400969656204.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/uploads/avatar1400969676246.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added uploads/avatar1400969172277.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added uploads/avatar1400969250006.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added uploads/avatar1400969260707.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added uploads/avatar1400969442675.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added uploads/avatar1400969454223.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 27 additions & 27 deletions views/gadgets/list.jade
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,34 @@ block content
h1 Smartphones
ul.elements
- each gadget in gadgets
li.element
div.hide
div.overlay
div.traffic_overlay
div.click
div.brand brand
div.name name
div.isolator
div.os os
li.element(onmouseover="$(this).find('.hide').show();$(this).find('.cont').hide();",onmouseout="$(this).find('.hide').hide();$(this).find('.cont').show();")
.hide.info
.traffic_overlay
.click
div.brand= gadget.brand
div.name= gadget.name
span.isolator
div.os= gadget.os
div.lastBook ich war es nicht
br
span.user Max Mustermann
div.buttons
div.detail
a(href="/detail/") Details
div.booking
a(href="/detail/") Buchen
a(href="/gadgets/"+gadget._id)
img(src='/img/device.jpg')
if(gadget.booked)
div.traffic_reserved
else
div.traffic
a.click(onclick="openBookingLayer('/bookings/"+gadget._id+"/new')")
div.spec

div.brand= gadget.brand
div.name= gadget.name
span.isolator
div.os= gadget.os
.buttons
.detail
a(href="/gadgets/"+gadget._id) Details
.booking
a(onclick="openBookingLayer('/bookings/"+gadget._id+"/new')") Book
.cont
a(href="/gadgets/"+gadget._id)
img(src='/img/device.jpg')
if(gadget.booked)
div.traffic_reserved
else
div.traffic
a.click(onclick="openBookingLayer('/bookings/"+gadget._id+"/new')")
div.spec

div.brand= gadget.brand
div.name= gadget.name
span.isolator
div.os= gadget.os
div.clear

0 comments on commit d417c76

Please sign in to comment.