streams/view/css/mod_photos.css

142 lines
2 KiB
CSS
Raw Normal View History

2013-12-10 02:28:52 +00:00
.photos-end {
clear: both;
margin-bottom: 25px;
}
#photo-view-wrapper {
float:left;
min-width: 500px;
overflow: hidden;
}
2013-12-10 02:44:09 +00:00
#photo-prev-link, #photo-next-link {
padding: 10px;
float: left;
}
#photo-photo {
float: left;
}
#photo-photo-end {
clear: both;
}
2013-12-10 02:28:52 +00:00
#photo-album-end {
clear: both;
margin-bottom: 25px;
}
#photos-upload-newalbum-div {
float: left;
width: 175px;
}
#photos-upload-noshare {
margin-bottom: 10px;
}
2013-12-10 02:28:52 +00:00
#photos-upload-existing-album-text {
float: left;
width: 175px;
}
#photos-upload-newalbum {
float: left;
}
#photos-upload-album-select {
float: left;
}
#photos-upload-spacer {
margin-top: 25px;
}
#photos-upload-new-end, #photos-upload-exist-end {
clear: both;
}
#photos-upload-exist-end {
margin-bottom: 15px;
}
#photos-upload-submit {
margin-top: 15px;
}
#photos-upload-select-files-text {
margin-top: 15px;
margin-bottom: 15px;
}
#photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, #photo-edit-rotate-label {
float: left;
width: 150px;
}
#photo-edit-perms-end {
margin-bottom: 15px;
}
#photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname, #photo-edit-rotate {
float: left;
margin-bottom: 25px;
}
#photo-edit-link-wrap {
margin-bottom: 15px;
}
#photo-like-div {
margin-bottom: 25px;
}
#photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
clear: both;
}
#photo-edit-rotate-end {
margin-bottom: 15px;
}
#photo-edit-delete-button {
float: right;
}
#photo-edit-edit-wrapper {
margin-top: 10px;
margin-bottom: 30px;
2013-12-10 02:28:52 +00:00
}
#photo-photo-delete-button {
float: right;
margin-top: -64px;
}
2013-12-10 02:28:52 +00:00
#photo-edit-end {
margin-bottom: 35px;
}
#photo-caption {
margin-top: 15px;
margin-bottom: 15px;
}
#in-this-photo-text {
margin-left: 30px;
}
#in-this-photo {
margin-left: 60px;
margin-top: 10px;
margin-bottom: 20px;
}
#photo-album-edit-submit, #photo-album-edit-drop {
margin-top: 15px;
margin-bottom: 15px;
}
#photo-album-edit-drop {
margin-left: 200px;
}
div[id^='photo-album-contents-'] {
margin-bottom: 3px;
}