From a928ebf1d010433d81d3afe5a6981f7ca391b9c7 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 22 Oct 2012 22:11:23 +0200 Subject: ajout des touches de raccourcis et de tout le javascript --- public/theme/base.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'public/theme') diff --git a/public/theme/base.css b/public/theme/base.css index 5198f7177..e6a427c76 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -33,7 +33,7 @@ a { } /* LISTES */ -ul { +ul, ol { margin: 10px 0 10px 30px; line-height: 190%; } @@ -240,6 +240,10 @@ form { background: #eee; border-radius: 5px; box-shadow: 0 1px 3px #aaa; + + -moz-transition: border-color .10s ease-out; + -webkit-transition: border-color .10s ease-out; + transition: border-color .10s ease-out; } .post.flux .before { color: #666; @@ -264,7 +268,6 @@ form { border-radius: 0 0 5px 5px; box-shadow: 0 1px 3px #aaa; } - /* temporaire !!! */ .post.flux .content { /*display: none;*/ } @@ -299,6 +302,9 @@ form { border-left: 5px solid #FFC300; background: #FFF6DA; } + .post.flux.active { + border-left: 5px solid #0062BE; + } /*** PAGINATION ***/ .pagination { -- cgit v1.2.3