Moves the moderator menu down.
This commit is contained in:
parent
6572ceda44
commit
3b81336b89
|
@ -5,7 +5,7 @@ ul.popupmenu {
|
||||||
padding:0;
|
padding:0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin-bottom: 35px;
|
margin-bottom: 25px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
@ -20,7 +20,7 @@ ul.popupmenu:after {
|
||||||
content: url('../images/popupPointer.png');
|
content: url('../images/popupPointer.png');
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -9px;
|
bottom: -8px;
|
||||||
left: 11px;
|
left: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue