diff --git a/css/style.css b/css/style.css index eb18d02..3439d27 100644 --- a/css/style.css +++ b/css/style.css @@ -1275,6 +1275,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { bottom: 0; left: 0; top: auto; + margin-bottom: 0; z-index: 2000; -moz-box-shadow: 0 -5px 13px rgba(17, 17, 17, 0.2); -webkit-box-shadow: 0 -5px 13px rgba(17, 17, 17, 0.2); @@ -1626,6 +1627,9 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { .post-rt-reference .post-info-time { display: none; } +.post-rt-reference .post-area { + padding-left: 0; +} .forEdition.profile-card { padding: 0; diff --git a/sass/layout/_postboard.sass b/sass/layout/_postboard.sass index fd72af9..e820e78 100755 --- a/sass/layout/_postboard.sass +++ b/sass/layout/_postboard.sass @@ -43,6 +43,7 @@ bottom: 0 left: 0 top: auto + margin-bottom: 0 z-index: 2000 +box-shadow(0 -5px 13px rgba(#111, 0.2)) width: 320px @@ -364,3 +365,6 @@ line-height: 130% .post-info-time display: none + + .post-area + padding-left: 0 \ No newline at end of file