Merge pull request #2322 from rabuzarus/0502_vier_smiley
vier: display smiley-preview as inline-block - needs addons update
This commit is contained in:
commit
99c3db98a7
|
@ -63,3 +63,7 @@ li :hover {
|
||||||
#viewcontact_wrapper-network {
|
#viewcontact_wrapper-network {
|
||||||
background-color: #343434;
|
background-color: #343434;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.smiley-preview{
|
||||||
|
background-color: #252C33 !important;
|
||||||
|
}
|
||||||
|
|
|
@ -2024,6 +2024,15 @@ section.minimal {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
height: 10px;
|
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 {
|
#jot-perms-icon {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Reference in a new issue