Fix search positioning
This commit is contained in:
parent
2a5f7c3afc
commit
0fbf721cbb
File diff suppressed because one or more lines are too long
@ -297,7 +297,7 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|||||||
.search {
|
.search {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 200px;
|
left: 0;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
bottom: 50px;
|
bottom: 50px;
|
||||||
right: 200px;
|
right: 200px;
|
||||||
@ -305,6 +305,10 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chat-server .search {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.chat-private .search {
|
.chat-private .search {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user