Файл: plugins/photo/static/css/admin.css
Строк: 44
.peep_photo_set_c_grid img,
.peep_photo_set_p_grid
img,
.peep_photo_set_c_album img,
.peep_photo_set_p_album
img,
.peep_photo_set_c_view img,
.peep_photo_set_p_view img {
width:
100%;
}
.peep_photo_set_wrap {
position: relative;
cursor:
pointer;
}
.peep_photo_set_wrap .peep_checkbox_cell {
position:
absolute;
top: 8px;
left: 8px;
}
.peep_photo_set_c_grid {
background: url(../images/photo_set_c_grid.jpg) center center no-repeat;
background-size: 100% auto;
}
.peep_photo_set_p_grid {
background:
url(../images/photo_set_p_grid.jpg) center center no-repeat;
background-size: 100% auto;
}
.peep_photo_set_c_album {
background:
url(../images/photo_set_c_album.jpg) center center no-repeat;
background-size: 100% auto;
}
.peep_photo_set_p_album {
background:
url(../images/photo_set_p_album.jpg) center bottom no-repeat;
background-size: 100% auto;
}
.peep_photo_set_c_view {
background:
url(../images/photo_set_c_view.jpg) center center no-repeat;
background-size: 100% auto;
}
.peep_photo_set_p_view {
background:
url(../images/photo_set_p_view.jpg) center bottom no-repeat;
background-size: 100% auto;
}
.peep_checkbox_cell.peep_checkbox_cell_marked
{
background-image:
url(../images/checkbox_cell_marked.png);
}
.peep_checkbox_cell {
background-image: url(../images/checkbox_cell.png);
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
height: 16px;
margin: 0 auto;
width: 16px;
}