[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
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
3ea49822b3
Коммит
ed15f10b79
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user