fix feed sorting and image numbering

This commit is contained in:
2016-03-15 20:57:26 +01:00
parent 1683c35c4f
commit 0e97cbcc72
5 changed files with 44 additions and 20 deletions

View File

@@ -2837,32 +2837,39 @@
#feed #posts .post.message {
background: #6DFF58;
color: #326526; }
/* line 118, spot.scss */
/* line 117, spot.scss */
#feed #posts .post.message p {
font-size: 0.9em;
margin: 0.5em 0; }
/* line 122, spot.scss */
#feed #posts .post.message p:first-child {
margin-top: 1em; }
/* line 127, spot.scss */
#feed #posts .fa.push {
margin-right: 0.5em; }
/* Info Window */
/* line 126, spot.scss */
/* line 135, spot.scss */
.info-window h1 {
font-size: 1.2em; }
/* line 129, spot.scss */
/* line 138, spot.scss */
.info-window p {
font-size: 1.0em; }
/* line 133, spot.scss */
/* line 142, spot.scss */
.info-window i {
padding-right: 0.5em;
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%; }
/* line 141, spot.scss */
/* line 150, spot.scss */
.info-window .battery {
text-transform: capitalize; }
/* Upload */
/* line 147, spot.scss */
/* line 156, spot.scss */
.bar {
height: 18px;
background: green; }