fix for select shit in post form i think
This commit is contained in:
parent
e175082fd6
commit
d20cda3596
@ -68,7 +68,7 @@ var do_css = function() {
|
|||||||
float: right;\
|
float: right;\
|
||||||
padding: 0 5px;\
|
padding: 0 5px;\
|
||||||
}\
|
}\
|
||||||
#quick-reply input[type="text"] {\
|
#quick-reply input[type="text"], #quick-reply select {\
|
||||||
width: 100%;\
|
width: 100%;\
|
||||||
padding: 2px;\
|
padding: 2px;\
|
||||||
font-size: 10pt;\
|
font-size: 10pt;\
|
||||||
@ -248,6 +248,10 @@ var show_quick_reply = function(){
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$td.contents().filter(function() {
|
||||||
|
return this.nodeType == 3; // Node.TEXT_NODE
|
||||||
|
}).remove();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user