Browse Source

Merge pull request #27 from slr/nin-v2

tune group DM counters
nin-v2
Mylène Bressan 9 years ago
parent
commit
b80171d463
  1. 8
      css/style.css
  2. 2
      sass/layout/_dm.sass
  3. 6
      sass/layout/_groupchat.sass

8
css/style.css

@ -976,7 +976,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { @@ -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 { @@ -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;

2
sass/layout/_dm.sass

@ -61,7 +61,7 @@ @@ -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)

6
sass/layout/_groupchat.sass

@ -42,6 +42,12 @@ @@ -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

Loading…
Cancel
Save