2011-07-15 20:14:26 -07:00
|
|
|
@import "partials/context_button"
|
2011-07-15 22:09:04 -07:00
|
|
|
@import "partials/icon"
|
2011-07-15 20:14:26 -07:00
|
|
|
|
2011-07-12 21:25:14 -07:00
|
|
|
body.closet_hangers-index
|
|
|
|
#title
|
|
|
|
float: left
|
2011-07-20 12:16:22 -07:00
|
|
|
margin-bottom: 0
|
2011-07-15 14:21:18 -07:00
|
|
|
|
|
|
|
.flash
|
|
|
|
clear: both
|
2011-07-12 21:25:14 -07:00
|
|
|
|
2011-07-15 22:09:04 -07:00
|
|
|
#import-link, #closet-hangers-items-search
|
|
|
|
margin-top: .75em
|
|
|
|
|
2011-07-12 21:25:14 -07:00
|
|
|
#import-link
|
|
|
|
+awesome-button
|
|
|
|
+loud-awesome-button-color
|
2011-07-15 22:09:04 -07:00
|
|
|
margin-left: 2em
|
|
|
|
|
|
|
|
#closet-hangers-items-search
|
|
|
|
float: right
|
|
|
|
|
|
|
|
input[type=search]
|
|
|
|
&.loading
|
|
|
|
background:
|
|
|
|
image: url(/images/loading.gif)
|
|
|
|
position: 2px center
|
|
|
|
repeat: no-repeat
|
|
|
|
padding-left: $icon-width + 4px
|
2011-07-12 21:25:14 -07:00
|
|
|
|
2011-07-20 12:16:22 -07:00
|
|
|
#closet-hangers-contact
|
|
|
|
clear: both
|
|
|
|
font-size: 85%
|
|
|
|
margin-bottom: 1em
|
|
|
|
margin-left: 2em
|
|
|
|
min-height: image-height("neomail.png")
|
|
|
|
|
|
|
|
a
|
|
|
|
background:
|
|
|
|
image: image-url("neomail.png")
|
|
|
|
position: left center
|
|
|
|
repeat: no-repeat
|
|
|
|
padding-left: image-width("neomail.png") + 2px
|
|
|
|
|
|
|
|
input[type=text]
|
|
|
|
width: 10em
|
|
|
|
|
|
|
|
label
|
|
|
|
font-weight: bold
|
|
|
|
margin-right: .5em
|
|
|
|
|
|
|
|
&:after
|
|
|
|
content: ":"
|
|
|
|
|
2011-07-12 21:25:14 -07:00
|
|
|
#closet-hangers
|
|
|
|
clear: both
|
|
|
|
text-align: center
|
|
|
|
|
2011-07-15 14:21:18 -07:00
|
|
|
.object
|
|
|
|
.quantity
|
|
|
|
+opacity(.75)
|
|
|
|
background: white
|
|
|
|
padding: 2px 4px
|
|
|
|
position: absolute
|
|
|
|
left: ($object-width - $object-img-size) / 2 + $object-padding
|
2011-07-15 19:52:53 -07:00
|
|
|
line-height: 1
|
2011-07-15 14:21:18 -07:00
|
|
|
text-align: left
|
2011-07-15 19:52:53 -07:00
|
|
|
top: $object-img-size - 20px
|
2011-07-15 14:21:18 -07:00
|
|
|
|
|
|
|
span, input[type=number]
|
|
|
|
font-size: 16px
|
|
|
|
font-weight: bold
|
|
|
|
|
2011-07-15 20:14:26 -07:00
|
|
|
form
|
|
|
|
display: none
|
2011-07-15 19:52:53 -07:00
|
|
|
|
2011-07-15 20:14:26 -07:00
|
|
|
&.current-user
|
|
|
|
.object:hover
|
2011-07-15 19:52:53 -07:00
|
|
|
form
|
|
|
|
display: inline
|
2011-07-15 14:21:18 -07:00
|
|
|
|
2011-07-15 20:14:26 -07:00
|
|
|
.closet-hanger-destroy
|
|
|
|
position: absolute
|
|
|
|
right: ($object-width - $object-img-size) / 2 + $object-padding
|
|
|
|
top: 0
|
|
|
|
|
|
|
|
input
|
|
|
|
+context-button
|
2011-07-15 19:52:53 -07:00
|
|
|
|
2011-07-15 20:14:26 -07:00
|
|
|
.quantity
|
|
|
|
+opacity(1)
|
|
|
|
background: transparent
|
|
|
|
top: $object-img-size - 24px
|
|
|
|
padding: 0
|
|
|
|
|
|
|
|
span
|
|
|
|
display: none
|
|
|
|
|
|
|
|
input[type=number]
|
|
|
|
padding: 2px
|
|
|
|
width: 2em
|
|
|
|
|
|
|
|
input[type=submit]
|
|
|
|
font-size: 85%
|
2011-07-15 19:52:53 -07:00
|
|
|
|
|
|
|
&.js
|
|
|
|
.object:hover .quantity
|
|
|
|
input[type=number]
|
|
|
|
width: 2.5em
|
2011-07-15 14:21:18 -07:00
|
|
|
|
|
|
|
input[type=submit]
|
2011-07-15 19:52:53 -07:00
|
|
|
display: none
|
|
|
|
|
|
|
|
.object.loading
|
|
|
|
background: $module-bg-color
|
|
|
|
outline: 1px solid $module-border-color
|
|
|
|
|
|
|
|
.quantity span:after
|
|
|
|
content: "…"
|
2011-07-15 13:59:15 -07:00
|
|
|
|