more css cleanup

v1.18.x
psychobunny 12 years ago
parent c6c693acd2
commit 62a28825f8

@ -210,21 +210,19 @@
} }
} }
} @media (max-width: 475px) {
.post-tools {
display: none;
}
@media (max-width: 475px) { .favourite-text {
.post-tools { display: none;
display: none; }
}
.favourite-text {
display: none;
} }
} }
.post-author-info { .post-author-info {
display: none; display: none;
@media (max-width: 767px) { @media (max-width: 767px) {
display: block; display: block;
position: fixed; position: fixed;
@ -234,10 +232,10 @@
height: 50px; height: 50px;
background: rgba(0,0,0,0.8); background: rgba(0,0,0,0.8);
-webkit-transition: bottom 150ms linear; -webkit-transition: bottom 150ms linear;
-moz-transition: bottom 150ms linear; -moz-transition: bottom 150ms linear;
-ms-transition: bottom 150ms linear; -ms-transition: bottom 150ms linear;
-o-transition: bottom 150ms linear; -o-transition: bottom 150ms linear;
transition: bottom 150ms linear; transition: bottom 150ms linear;
} }
img { img {

Loading…
Cancel
Save