UI: install - new version

This commit is contained in:
Unknwon 2015-07-08 19:47:56 +08:00
parent 5dd3dd71a0
commit 5cf3732339
17 changed files with 212 additions and 196 deletions

File diff suppressed because one or more lines are too long

View file

@ -38,6 +38,8 @@ $(document).ready(function () {
$('.slide.up.dropdown').dropdown({
transition: 'slide up'
});
$('.ui.accordion').accordion();
$('.ui.checkbox').checkbox();
initInstall();
});

View file

@ -66,6 +66,13 @@ footer {
.hide {
display: none;
}
.center {
text-align: center;
}
.text-error {
color: #d95c5c !important;
}
.generate-img(16);
.generate-img(@n, @i: 1) when (@i =< @n) {

View file

@ -17,6 +17,17 @@
.help {
margin-left: 41%;
}
&.optional .title {
margin-left: 38%;
}
}
}
.ui {
.checkbox {
margin-left: 40% !important;
label {
width: auto !important;
}
}
}
}