Try a smaller arrow for the menu button. #565
This commit is contained in:
parent
9afc21a59d
commit
7b47a89b47
@ -1100,7 +1100,7 @@
|
|||||||
this.a = $.el('a', {
|
this.a = $.el('a', {
|
||||||
className: 'menu_button',
|
className: 'menu_button',
|
||||||
href: 'javascript:;',
|
href: 'javascript:;',
|
||||||
innerHTML: '[▼]'
|
innerHTML: '[▾]'
|
||||||
});
|
});
|
||||||
this.el = $.el('div', {
|
this.el = $.el('div', {
|
||||||
className: 'reply dialog',
|
className: 'reply dialog',
|
||||||
@ -4999,6 +4999,9 @@ a[href="javascript:;"] {\
|
|||||||
display: none !important;\
|
display: none !important;\
|
||||||
}\
|
}\
|
||||||
\
|
\
|
||||||
|
.menu_button {\
|
||||||
|
letter-spacing: 2px;\
|
||||||
|
}\
|
||||||
#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: '[▾]'
|
||||||
@el = $.el 'div',
|
@el = $.el 'div',
|
||||||
className: 'reply dialog'
|
className: 'reply dialog'
|
||||||
id: 'menu'
|
id: 'menu'
|
||||||
@ -3891,6 +3891,9 @@ a[href="javascript:;"] {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu_button {
|
||||||
|
letter-spacing: 2px;
|
||||||
|
}
|
||||||
#menu {
|
#menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user