tune group DM counters

This commit is contained in:
Simon Grim 2015-11-12 12:48:27 +05:00
parent 3f598a919c
commit c9e0d44d65
3 changed files with 14 additions and 2 deletions

View File

@ -976,7 +976,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
right: 25px;
top: 50%;
font-size: 1.1em;
margin: -6px 0 0 0;
margin: -0.55em 0 0 0;
color: rgba(0, 0, 0, 0.4);
opacity: 0;
-moz-transition-property: right, opacity;
@ -1715,6 +1715,12 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
text-decoration: none;
color: inherit;
}
.groupMessages .direct-messages-list .post .messages-qtd {
top: 50%;
left: unset;
right: 24px;
margin-top: -13px;
}
.group-messages-new-group {
text-align: center !important;

View File

@ -61,7 +61,7 @@
right: 25px
top: 50%
font-size: 1.1em
margin: -6px 0 0 0
margin: -0.55em 0 0 0
color: rgba(0, 0, 0, 0.4)
opacity: 0
+transition-property(right, opacity)

View File

@ -42,6 +42,12 @@
text-decoration: none
color: inherit
.post .messages-qtd
top: 50%
left: unset
right: 24px
margin-top: -13px
// new group
.group-messages-new-group