From ba37c6e06fc7db2d33eab0a5b120c0186039a1ca Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sat, 8 Dec 2012 13:28:53 +0100 Subject: optimisation de la mise à jour des flux --> attention, modification de la BDD nécessaire MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/theme/base.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'public/theme/base.css') diff --git a/public/theme/base.css b/public/theme/base.css index bf19ef0ae..9a0cce46d 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -184,6 +184,7 @@ form { } #main_aside { position: fixed; + z-index: 10; } #categories { height: 69%; @@ -200,11 +201,14 @@ form { vertical-align: top; } #top { - width: 100%; + position: fixed; + top: 0; + width: 85%; background: #eee; border-bottom: 1px solid #aaa; box-shadow: 0 1px 3px #aaa; text-align: center; + z-index: 0; } #top a { display: inline-block; @@ -218,7 +222,7 @@ form { text-decoration: none; } #stream { - padding: 0; + padding: 50px 0 0; } #main .table { display: table; -- cgit v1.2.3