Quote from
noyzen on July 16, 2019, 2:30 pm
@asmat
VisualNEO works fine will all Languages +Persian.
You just have to add some css, i show you my example for some object including radio buttons:
کاری نداره، این استایل های من هست که برای دکمه رادیویی و چندتا چیز دیگه مشکل رو حل کرده، در قسمت استایل ها در تنظیمات پروژه ادشون کن:
.checkbox-inline, .radio-inline {
padding-left: 0;
padding-right: 20px;
}
.radio-inline input[type=radio] {
margin-top: 10px;
margin-right: -20px;
}
input[type="checkbox"]{
margin-left: 0;
margin-right: -20px;
top: 5px;
}
.glyphicon{
margin-left: 3px;
margin-right: 3px;
top: 4px;
}
.progress-bar {
float: right;
}
@asmat
VisualNEO works fine will all Languages +Persian.
You just have to add some css, i show you my example for some object including radio buttons:
کاری نداره، این استایل های من هست که برای دکمه رادیویی و چندتا چیز دیگه مشکل رو حل کرده، در قسمت استایل ها در تنظیمات پروژه ادشون کن:
.checkbox-inline, .radio-inline {
padding-left: 0;
padding-right: 20px;
}
.radio-inline input[type=radio] {
margin-top: 10px;
margin-right: -20px;
}
input[type="checkbox"]{
margin-left: 0;
margin-right: -20px;
top: 5px;
}
.glyphicon{
margin-left: 3px;
margin-right: 3px;
top: 4px;
}
.progress-bar {
float: right;
}
luishp has reacted to this post.