streams/view/css/mod_photos.css

37 lines
450 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;
}