streams/view/css/mod_photos.css

83 lines
1.3 KiB
CSS
Raw Normal View History

2013-12-10 02:28:52 +00:00
.photos-end {
clear: both;
margin-bottom: 25px;
}
2014-10-20 21:01:58 +00:00
.photo-item-tools-left,
.photo-item-tools-right {
2014-10-20 20:46:14 +00:00
padding: 7px 10px;
}
2013-12-10 02:44:09 +00:00
#photo-photo {
2014-10-30 13:10:55 +00:00
display: table;
margin: 0 auto;
2013-12-10 02:44:09 +00:00
}
#photo-photo-end {
clear: both;
}
2013-12-10 02:28:52 +00:00
#photo-album-end {
clear: both;
margin-bottom: 25px;
}
2014-10-31 13:33:41 +00:00
#photos-upload-album {
width: 100%;
2013-12-10 02:28:52 +00:00
}
2013-12-10 02:28:52 +00:00
#photos-upload-new-end, #photos-upload-exist-end {
clear: both;
}
#photos-upload-exist-end {
margin-bottom: 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;
}
2014-10-31 13:33:41 +00:00
#photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end, #photos-upload-perms-end, #photos-upload-noshare-end{
2013-12-10 02:28:52 +00:00
clear: both;
2014-10-31 13:33:41 +00:00
margin-bottom: 10px;
2013-12-10 02:28:52 +00:00
}
#photo-edit-rotate-end {
margin-bottom: 15px;
}
#photo-edit-edit,
2014-10-31 19:25:43 +00:00
#photo-album-edit-wrapper,
#photo-upload-form {
display: none;
}
2013-12-10 02:28:52 +00:00
#photo-album-edit-submit, #photo-album-edit-drop {
margin-top: 15px;
margin-bottom: 15px;
}
#photos-usage-message {
line-height: 22px;
}