Close #565
This commit is contained in:
parent
232c1edabf
commit
41abe8b5d5
@ -1100,7 +1100,7 @@
|
|||||||
this.a = $.el('a', {
|
this.a = $.el('a', {
|
||||||
className: 'menu_button',
|
className: 'menu_button',
|
||||||
href: 'javascript:;',
|
href: 'javascript:;',
|
||||||
innerHTML: '[▼]'
|
innerHTML: '[<span></span>]'
|
||||||
});
|
});
|
||||||
this.el = $.el('div', {
|
this.el = $.el('div', {
|
||||||
className: 'reply dialog',
|
className: 'reply dialog',
|
||||||
@ -4999,6 +4999,17 @@ a[href="javascript:;"] {\
|
|||||||
display: none !important;\
|
display: none !important;\
|
||||||
}\
|
}\
|
||||||
\
|
\
|
||||||
|
.menu_button {\
|
||||||
|
display: inline-block;\
|
||||||
|
}\
|
||||||
|
.menu_button > span {\
|
||||||
|
border-top: .5em solid;\
|
||||||
|
border-right: .3em solid transparent;\
|
||||||
|
border-left: .3em solid transparent;\
|
||||||
|
display: inline-block;\
|
||||||
|
margin: 2px;\
|
||||||
|
vertical-align: middle;\
|
||||||
|
}\
|
||||||
#menu {\
|
#menu {\
|
||||||
position: absolute;\
|
position: absolute;\
|
||||||
outline: none;\
|
outline: none;\
|
||||||
|
|||||||
@ -837,7 +837,7 @@ Menu =
|
|||||||
@a = $.el 'a',
|
@a = $.el 'a',
|
||||||
className: 'menu_button'
|
className: 'menu_button'
|
||||||
href: 'javascript:;'
|
href: 'javascript:;'
|
||||||
innerHTML: '[▼]'
|
innerHTML: '[<span></span>]'
|
||||||
@el = $.el 'div',
|
@el = $.el 'div',
|
||||||
className: 'reply dialog'
|
className: 'reply dialog'
|
||||||
id: 'menu'
|
id: 'menu'
|
||||||
@ -3891,6 +3891,17 @@ a[href="javascript:;"] {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu_button {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.menu_button > span {
|
||||||
|
border-top: .5em solid;
|
||||||
|
border-right: .3em solid transparent;
|
||||||
|
border-left: .3em solid transparent;
|
||||||
|
display: inline-block;
|
||||||
|
margin: 2px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
#menu {
|
#menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user