1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/css/mod_photos.css
2015-08-23 16:38:18 -04:00

36 lines
No EOL
444 B
CSS

.photos-end {
clear: both;
margin-bottom: 25px;
}
.photo-item-tools-left,
.photo-item-tools-right {
padding: 7px 10px;
}
.photo-like-rotator {
margin-top: 23px;
margin-right: 5px;
}
#photo-photo {
display: table;
margin: 0 auto;
}
#photo-edit,
#photo-album-edit-wrapper,
#photo-upload-form {
display: none;
}
#photos-upload-choose {
padding: 4px;
width: 100%;
}
#photo-map {
position: absolute;
left: -9999px;
top: -9999px;
}