vier: display smiley-preview as inline-block - needs addons update
This commit is contained in:
parent
8bca68c77c
commit
41405ed0f2
|
@ -63,3 +63,8 @@ li :hover {
|
|||
#viewcontact_wrapper-network {
|
||||
background-color: #343434;
|
||||
}
|
||||
|
||||
table.smiley-preview{
|
||||
background-color: #252C33 !important;
|
||||
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
|
||||
}
|
|
@ -2024,6 +2024,15 @@ section.minimal {
|
|||
cursor: pointer;
|
||||
margin-top: 3px;
|
||||
height: 10px;
|
||||
display: inline-block;
|
||||
}
|
||||
#smileybutton {
|
||||
position: absolute;
|
||||
z-index: 99;
|
||||
}
|
||||
table.smiley-preview{
|
||||
background-color: #FFF;
|
||||
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
#jot-perms-icon {
|
||||
float: right;
|
||||
|
|
Loading…
Reference in a new issue