Merge pull request #2 from iShift/master

fix DM close button
This commit is contained in:
iHedgehog 2014-02-26 16:33:53 +03:00
commit be85d9ddf5

View File

@ -1516,14 +1516,14 @@ input.userMenu-search-field:focus::-ms-input-placeholder {
.directMessages .modal-wrapper
{
width: 540px;
height: 470px;
height: auto;
margin: -200px 0 0 -280px;
overflow-x: hidden;
}
.directMessages .modal-content
{
overflow-y: auto;
height: 300px;
height: 400px;
}
.directMessages .modal-buttons
{