photoprism/frontend/src/css/photos.css

67 lines
1.3 KiB
CSS
Raw Normal View History

#photoprism .p-col-select {
width: 66px;
}
#photoprism .p-col-primary {
width: 44px;
}
#photoprism .p-photo-list tr td:first-child {
padding: 0 0 0 8px;
text-align: center;
}
#photoprism .p-photo-list .p-photo-select {
top: 7px;
left: 7px;
}
#photoprism .p-photo-mosaic .p-photo-private,
#photoprism .p-photo-cards .p-photo-private {
top: 4px;
right: 4px;
}
#photoprism .p-photo-mosaic .p-photo-edit,
#photoprism .p-photo-cards .p-photo-edit {
top: 4px;
right: 4px;
}
#photoprism .p-photo-mosaic .p-photo-merged,
#photoprism .p-photo-cards .p-photo-merged {
top: 4px;
left: 4px;
}
#photoprism .p-photo-mosaic .p-photo-like,
#photoprism .p-photo-cards .p-photo-like {
left: 4px;
bottom: 4px;
}
#photoprism .p-photo-cards .p-photo-select,
#photoprism .p-photo-mosaic .p-photo-select {
right: 4px;
bottom: 4px;
}
#photoprism .p-albums-cards .p-album-select,
#photoprism .p-labels-cards .p-label-select {
right: 4px;
bottom: 4px;
}
#photoprism .p-clipboard {
right: 8px;
bottom: 12px;
}
#photoprism .p-clipboard .v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat):not(.v-btn--outline) {
background-color: rgba(100, 100, 100, 0.5) !important;
}
#photoprism .p-photo-desc button {
text-align: left;
}