EasyUI Forum

General Category => Bug Report => Topic started by: xarn on February 20, 2017, 05:28:00 AM



Title: small CSS fix
Post by: xarn on February 20, 2017, 05:28:00 AM
Hi,

here is a small enhancement for the "mobile.css" theme.
Since the nodes have a greater height in mobile, the input box when editing it was on top rather than centered, which looks odd. Here's a "basic" fix.

Code:
/* editted tree node: input centered */
.tree-editor {
top: 5px;
}