diff --git a/public/css/style.css b/public/css/style.css index 6c4c29c..a01fbf4 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -12,7 +12,7 @@ body { [ng-repeat].ng-enter { -webkit-animation: fadeInRight 0.5s; - animation: fadeInLeft 0.5s; + animation: fadeInRight 0.5s; } [ng-repeat].ng-leave { @@ -20,14 +20,14 @@ body { animation: fadeOutLeft 0.5s; } -[ng-if].ng-enter { +[ng-if].ng-enter, [ng-show].ng-enter, [ng-hide].ng-enter { -webkit-animation: zoomIn 0.5s; - animation: fadeInLeft 0.5s; + animation: zoomIn 0.5s; } -[ng-if].ng-leave { +[ng-if].ng-leave, [ng-show].ng-leave, [ng-hide].ng-leave { -webkit-animation: zoomOut 0.5s; - animation: fadeOutLeft 0.5s; + animation: zoomOut 0.5s; } body > .container { @@ -50,16 +50,6 @@ table { width: 90%; } -table .ng-enter { - -webkit-animation: fadeInLeft 0.5s; - animation: fadeInLeft 0.5s; -} - -table .ng-leave { - -webkit-animation: fadeOutLeft 0.5s; - animation: fadeOutLeft 0.5s; -} - .bureau { color: blue; } \ No newline at end of file diff --git a/public/views/forumConv.html b/public/views/forumConv.html index dc39958..fff0aa4 100644 --- a/public/views/forumConv.html +++ b/public/views/forumConv.html @@ -8,14 +8,14 @@
{{ mess.login }} -
-
+

diff --git a/public/views/forumDir.html b/public/views/forumDir.html index d4c963c..e5ed3b5 100644 --- a/public/views/forumDir.html +++ b/public/views/forumDir.html @@ -16,12 +16,12 @@

-
-
+

@@ -46,12 +46,12 @@

-
-
+

diff --git a/public/views/membres.html b/public/views/membres.html index 4353ce8..b6c13a8 100644 --- a/public/views/membres.html +++ b/public/views/membres.html @@ -10,15 +10,15 @@ Nom Section Rôle - Action + Action - - + + {{ membre.nom }} {{ membre.section }} {{ membre.role }} - + @@ -28,7 +28,7 @@ - + @@ -46,4 +46,4 @@ -

\ No newline at end of file +
-- libgit2 0.21.2