Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnors <connors@pinterest.com>2013-03-22 21:45:37 +0400
committerconnors <connors@pinterest.com>2013-03-22 21:45:37 +0400
commit080105e1e69f9675c490b34e781ea0d3211b4755 (patch)
tree1142c2b1dc903573c3aa017e11f36111b90f30b0
parent734d869fa1eecfa9ad4d8d9ca7a3940231932938 (diff)
Fixing the modals typov1.0.1
-rw-r--r--dist/ratchet.css2
-rw-r--r--lib/css/modals.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/ratchet.css b/dist/ratchet.css
index 4fe7f49..a9f4398 100644
--- a/dist/ratchet.css
+++ b/dist/ratchet.css
@@ -1151,7 +1151,7 @@ select {
opacity: 1;
height: 100%;
-webkit-transition: -webkit-transform .25s ease-in-out;
- transition: transform: .25 ease-in-out;
+ transition: transform .25 ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}/* Slider styles (to be used with sliders.js)
diff --git a/lib/css/modals.css b/lib/css/modals.css
index e0debc2..1a7c1a2 100644
--- a/lib/css/modals.css
+++ b/lib/css/modals.css
@@ -21,7 +21,7 @@
opacity: 1;
height: 100%;
-webkit-transition: -webkit-transform .25s ease-in-out;
- transition: transform: .25 ease-in-out;
+ transition: transform .25 ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} \ No newline at end of file