Fix search positioning

This commit is contained in:
Ken-Håvard Lieng 2015-06-10 01:17:24 +02:00
parent 2a5f7c3afc
commit 0fbf721cbb
2 changed files with 15 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -297,7 +297,7 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
.search {
display: none;
position: absolute;
left: 200px;
left: 0;
top: 50px;
bottom: 50px;
right: 200px;
@ -305,6 +305,10 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
background: #f0f0f0;
}
.chat-server .search {
display: none;
}
.chat-private .search {
right: 0;
}