This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/view/css/mod_photos.css
2014-11-01 23:55:36 +01:00

29 lines
351 B
CSS

.photos-end {
clear: both;
margin-bottom: 25px;
}
.photo-item-tools-left,
.photo-item-tools-right {
padding: 7px 10px;
}
#photo-photo {
display: table;
margin: 0 auto;
}
#photo-edit,
#photo-album-edit-wrapper,
#photo-upload-form {
display: none;
}
#photos-usage-message {
line-height: 22px;
}
#photos-upload-choose {
padding: 2px 12px;
}