diff options
| author | 2012-10-22 22:11:23 +0200 | |
|---|---|---|
| committer | 2012-10-22 22:11:23 +0200 | |
| commit | a928ebf1d010433d81d3afe5a6981f7ca391b9c7 (patch) | |
| tree | 94cbb70710abf65c1e993b272bade0958e5b4e01 /public/theme/base.css | |
| parent | 0426541acbeb44d240e6dbf7a93f3a104bea61b4 (diff) | |
ajout des touches de raccourcis et de tout le javascript
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 10 |
1 files changed, 8 insertions, 2 deletions
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 { |
