diff options
| author | 2012-12-08 13:28:53 +0100 | |
|---|---|---|
| committer | 2012-12-08 13:28:53 +0100 | |
| commit | ba37c6e06fc7db2d33eab0a5b120c0186039a1ca (patch) | |
| tree | 7f9ac69dddd0ac1d07781f7d267b6d6e0ef47a4c /public/theme/base.css | |
| parent | acc0c6f424fb7d4a4ab8ac52995ac746b0c1c1a5 (diff) | |
optimisation de la mise à jour des flux --> attention, modification de la BDD nécessaire
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 8 |
1 files changed, 6 insertions, 2 deletions
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; |
