mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Slide bugfix
This commit is contained in:
parent
12abf226cf
commit
dd9c4725ba
1 changed files with 5 additions and 5 deletions
|
@ -44,11 +44,11 @@ body h5 {
|
|||
}
|
||||
|
||||
.move {
|
||||
-webkit-transition: margin-left 0.4s ease, margin-right 0.4s ease;
|
||||
-moz-transition: margin-left 0.4s ease, margin-right 0.4s ease;
|
||||
-o-transition: margin-left 0.4s ease, margin-right 0.4s ease;
|
||||
-ms-transition: margin-left 0.4s ease, margin-right 0.4s ease;
|
||||
transition: margin-left 0.4s ease, margin-right 0.4s ease;
|
||||
-webkit-transition: margin-left 0.4s ease-in-out;
|
||||
-moz-transition: margin-left 0.4s ease-in-out;
|
||||
-o-transition: margin-left 0.4s ease-in-out;
|
||||
-ms-transition: margin-left 0.4s ease-in-out;
|
||||
transition: margin-left 0.4s ease-in-out;
|
||||
}
|
||||
|
||||
body .form-control {
|
||||
|
|
Loading…
Reference in a new issue