Help
User avatar
Death
Customer
 
Posts: 7
Joined: 13 Oct 2015, 00:16

 

by Death 28 Apr 2017, 23:04

#1 Left border is conflicting with no_bar as it's being forced by the containers width. Either make no_bar the same width as the chat bar or remove the left border completely.
ScreenShot_20170429015509.png

Fix:
Code: Select all
#arrowchat_base {
    border-right: 1px solid #56a8e3;
    border-bottom: 0;
    bottom: 0px;
    left: 15px;
    display: block;
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 11px;
    height: 35px;
    position: fixed;
    text-align: left;
    z-index: 1028;
    margin-top: 8px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


#2 Search bar for gifs is still out of place as it is on most themes.
ScreenShot_20170429015954.png

Fix:
Code: Select all
.arrowchat_giphy_search {
    border: 0;
    outline: 0;
    width: 100%;
    margin: -7px -9px;
}
You do not have the required permissions to view the files attached to this post.