Merge pull request #3690 from tgxworld/fix_title_popup_top

FIX: Title popup tip not positioned correctly.
This commit is contained in:
Régis Hanol 2015-08-24 12:41:46 +02:00
commit ca6fcfd001
1 changed files with 3 additions and 2 deletions

View File

@ -220,6 +220,7 @@
padding: 10px;
min-width: 1280px;
.form-element {
position: relative;
display: inline-block;
.select2-container {
width: 400px;
@ -323,8 +324,8 @@
}
.title-input .popup-tip {
width: 300px;
left: -8px;
margin-top: 8px;
left: 0px;
top: -30px;
}
.category-input .popup-tip {
width: 240px;