2015-07-07 22:39:03 +05:30
|
|
|
.install {
|
2017-12-03 01:18:43 +05:30
|
|
|
padding-top: 45px;
|
|
|
|
form {
|
|
|
|
@input-padding: 320px !important;
|
|
|
|
label {
|
|
|
|
text-align: right;
|
|
|
|
width: @input-padding;
|
|
|
|
}
|
|
|
|
input {
|
|
|
|
width: 35% !important;
|
|
|
|
}
|
|
|
|
.field {
|
|
|
|
text-align: left;
|
|
|
|
.help {
|
|
|
|
margin-left: @input-padding+15px;
|
|
|
|
}
|
|
|
|
&.optional .title {
|
|
|
|
margin-left: 38%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ui {
|
|
|
|
.checkbox {
|
|
|
|
margin-left: 40% !important;
|
|
|
|
label {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-12-08 01:50:54 +05:30
|
|
|
}
|