1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 00:27:45 +02:00

Left-align tooltip text in new admin skins/styles.

This commit is contained in:
Cameron
2021-02-07 12:20:57 -08:00
parent 0fd7ee6482
commit 7698773f0e
4 changed files with 14 additions and 21 deletions

View File

@@ -128,8 +128,8 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
placement: placement,
container: 'body',
delay: {
show: 200,
hide: 600
show: 150,
hide: 700
}
});
});