impress/app/stylesheets/items/_show.scss

36 lines
543 B
SCSS
Raw Normal View History

2010-05-15 17:46:41 -07:00
body.show {
header {
2010-05-15 17:49:13 -07:00
border-bottom: 1px solid $module_border_color;
2010-05-15 17:46:41 -07:00
display: block;
2010-05-15 17:49:13 -07:00
margin-bottom: 1em;
padding: 1em 0;
2010-05-15 17:46:41 -07:00
}
#item-thumbnail {
@include inline-block;
border: 1px solid $module_border_color;
height: 80px;
2010-05-15 17:49:13 -07:00
margin-right: .5em;
2010-05-15 17:46:41 -07:00
width: 80px;
}
#item-name {
@include inline-block;
2010-05-15 17:49:13 -07:00
margin-top: 1em;
2010-05-15 17:46:41 -07:00
}
#item-preview div {
float: left;
width: 50%;
}
#item-preview-swf {
height: 50%;
}
#item-preview img {
height: 50px;
width: 50px;
}
2010-05-15 17:46:41 -07:00
}