streams/view/css/mod_photos.css

63 lines
981 B
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;
}
2014-11-03 11:54:17 +00:00
.photo-like-rotator {
margin-top: 23px;
margin-right: 5px;
}
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
}
2014-11-01 22:55:36 +00:00
#photo-edit,
2014-10-31 19:25:43 +00:00
#photo-album-edit-wrapper,
#photo-upload-form {
display: none;
}
2014-11-01 22:55:36 +00:00
#photos-upload-choose {
padding: 7px 10px;
2014-12-30 11:12:55 +00:00
width: 100%;
2014-11-01 22:55:36 +00:00
}
#photo-map {
position: absolute;
left: -9999px;
top: -9999px;
}
2017-11-10 09:50:19 +00:00
#upload-index {
width: 100%;
}
#upload-index td:nth-child(1){
padding: 7px 3px 7px 10px;
}
#upload-index td:nth-child(4){
padding: 7px 10px 7px 3px;
white-space: nowrap;
}
#photos-upload-form.hover {
background-color: aliceblue;
opacity: 0.5;
box-shadow: inset 0 0px 7px #5cb85c;
}
.upload-progress-bar {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mOM2RFTDwAE2QHxFMHIIwAAAABJRU5ErkJggg==') repeat-y;
background-size: 0px;
padding: 0px !important;
height: 3px;
}