Merge pull request #2322 from rabuzarus/0502_vier_smiley

vier: display smiley-preview as inline-block - needs addons update
This commit is contained in:
Tobias Diekershoff 2016-02-06 07:27:33 +01:00
commit 99c3db98a7
2 changed files with 13 additions and 0 deletions

View File

@ -63,3 +63,7 @@ li :hover {
#viewcontact_wrapper-network {
background-color: #343434;
}
table.smiley-preview{
background-color: #252C33 !important;
}

View File

@ -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;