[PLT-4318] Display a message when post is over 4000 characters (#4687)

* test changes

* added functionality

* css updates

* additional css updates

* i18n updates

* textbox cleanup

* var naming tweak

* replaced jQuery with React-based UI changes
Этот коммит содержится в:
Nick Frazier
2016-12-06 18:49:36 -05:00
коммит произвёл Joram Wilander
родитель 3ea49822b3
Коммит ed15f10b79
5 изменённых файлов: 41 добавлений и 6 удалений

Просмотреть файл

@@ -409,12 +409,22 @@
@include clearfix;
font-size: 13px;
padding: 3px 0 0;
position: relative;
.control-label {
font-weight: normal;
margin-bottom: 0;
position: relative;
top: -5px;
&.post-error {
display: inline-block;
font-size: .85em;
@include opacity(.55);
color: rgb(51, 51, 51);
position: absolute;
top: 4px;
}
}
}

Просмотреть файл

@@ -27,6 +27,12 @@
.control-label {
top: 0;
&.post-error {
left: 32px;
top: 0px;
position: relative;
}
}
}