mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-02-04 19:14:30 +00:00
fix modal reply window
fix modal reply window
This commit is contained in:
parent
a89178fe2e
commit
c263056467
@ -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;
|
||||
|
@ -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 .post-submit {
|
||||
margin-right: 16px;
|
||||
.post-submit {
|
||||
background: #6d83bd url(../img/pen.png) no-repeat 10px 3px;
|
||||
}
|
||||
.post .post-submit {
|
||||
margin-right: 16px;
|
||||
}
|
||||
.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;
|
||||
}
|
@ -368,7 +368,6 @@
|
||||
<div id="reply-modal-template">
|
||||
<div class="post-area">
|
||||
<form class="post-area-new open">
|
||||
<p>test</p>
|
||||
<textarea placeholder="New Post..."></textarea>
|
||||
<div class="post-area-extras">
|
||||
<span class="post-area-remaining">140</span>
|
||||
@ -464,10 +463,10 @@
|
||||
<div class="postboard">
|
||||
<h2>
|
||||
<span>Posts</span>
|
||||
<!-- o botão de novas postagens deve ser ocultado quando o usuário clicá-lo via javascript -->
|
||||
<!--o botão de novas postagens deve ser ocultado quando o usuário clicá-lo via javascript-->
|
||||
<button class="postboard-news" style="display:none;"></button>
|
||||
</h2>
|
||||
|
||||
<div id="separator"></div>
|
||||
<ol id="profile-posts" class="postboard-posts">
|
||||
</ol>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user