diff --git a/css/profile.css b/css/profile.css index 5e2a94e..54b5916 100644 --- a/css/profile.css +++ b/css/profile.css @@ -337,6 +337,11 @@ button.follow:hover { background: #b2d67b; color: #fff; } +.profile-modal .separator { + height: 10px; + width: 100%; + background-color: #000; +} .profile-modal .postboard { margin-left: 0; diff --git a/css/style.css b/css/style.css index 9b1cbb4..26e80e3 100644 --- a/css/style.css +++ b/css/style.css @@ -705,14 +705,18 @@ input.userMenu-search-field:focus::-ms-input-placeholder { margin-right: 55px; background: #6d83bd url(../img/dm.png) no-repeat 10px 3px; } +.post-submit { + background: #6d83bd url(../img/pen.png) no-repeat 10px 3px; +} .post .post-submit { margin-right: 16px; - background: #6d83bd url(../img/pen.png) no-repeat 10px 3px; } .mini-profile .post-submit { - background: #6d83bd url(../img/pen.png) no-repeat 10px 3px; margin-right: 0; } +.reply .post-submit { + margin-right: 35px; +} .post-submit.disabled { opacity: .6; -webkit-transition: all 200ms; @@ -2029,4 +2033,8 @@ ul.dropdown-menu img { p.post-text img { width: 20px; height: 20px; +} + +.reply textarea{ + margin-top: 20px; } \ No newline at end of file diff --git a/home.html b/home.html index f075fd5..31217b7 100644 --- a/home.html +++ b/home.html @@ -368,7 +368,6 @@
-

test

140 @@ -464,10 +463,10 @@

Posts - +

- +