Merge lp:~xabilon/ubuntu-fr-static/corrections-css-forum into lp:ubuntu-fr-static

Proposed by xabilon
Status: Merged
Merged at revision: 50
Proposed branch: lp:~xabilon/ubuntu-fr-static/corrections-css-forum
Merge into: lp:ubuntu-fr-static
Diff against target: 60 lines (+6/-13)
4 files modified
theme2010/css/forum-general.css (+5/-3)
theme2010/css/forum-ie.css (+0/-4)
theme2010/css/forum-khtml.css (+0/-5)
theme2010/css/header.css (+1/-1)
To merge this branch: bzr merge lp:~xabilon/ubuntu-fr-static/corrections-css-forum
Reviewer Review Type Date Requested Status
Ubuntu-fr-webteam Pending
Review via email: mp+94713@code.launchpad.net

Description of the change

Petites corrections dans le CSS du forum (listes, balises code ...)
Suppression de forum-khtml (plus nécessaire) et modif de forum-ie
Correction de l'alignement du footer du forum lorsque le menu est caché

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'theme2010/css/forum-general.css'
2--- theme2010/css/forum-general.css 2011-04-15 13:52:51 +0000
3+++ theme2010/css/forum-general.css 2012-02-27 04:42:17 +0000
4@@ -531,9 +531,11 @@
5 -moz-border-radius:5px;
6 border-radius:5px;
7 }
8-.codebox pre{margin:0; white-space:pre-wrap;}
9+.codebox pre{margin:0; white-space:pre;}
10 /* liste dans message*/
11-.postmsg ul{list-style-type:square}
12+.postmsg ul{list-style-type:disc}
13+.postmsg ol.alpha{list-style-type:lower-alpha}
14+.postmsg ol.decimal{list-style-type:decimal}
15
16 /* cache les titres des pages du profil */
17 #profile h2{display:none}
18@@ -777,7 +779,7 @@
19 width:15%;
20 font-size:0.9em;
21 }
22-.block-inner{position:absolute;bottom:0}
23+.block-inner{position:absolute;bottom:0;margin-left:16em;}
24 .block-inner li{
25 display:inline;
26 list-style:none outside none;
27
28=== modified file 'theme2010/css/forum-ie.css'
29--- theme2010/css/forum-ie.css 2010-10-21 21:19:11 +0000
30+++ theme2010/css/forum-ie.css 2012-02-27 04:42:17 +0000
31@@ -1,7 +1,3 @@
32-#logo
33-{
34-margin-top:-1em;
35-}
36 #hidemenu {
37 margin:0px;
38 }
39
40=== removed file 'theme2010/css/forum-khtml.css'
41--- theme2010/css/forum-khtml.css 2010-10-05 11:37:30 +0000
42+++ theme2010/css/forum-khtml.css 1970-01-01 00:00:00 +0000
43@@ -1,5 +0,0 @@
44-
45-#logo
46-{
47-margin-top:-1em;
48-}
49
50=== modified file 'theme2010/css/header.css'
51--- theme2010/css/header.css 2011-02-21 00:10:11 +0000
52+++ theme2010/css/header.css 2012-02-27 04:42:17 +0000
53@@ -142,7 +142,7 @@
54
55 /* Cacher / afficher menu Navigation */
56 html.hidemenu #navigation{ display:none; }
57-html.hidemenu #navbar, html.hidemenu #main, html.hidemenu #references, html.hidemenu #announce{ margin-left:0; }
58+html.hidemenu #navbar, html.hidemenu #main, html.hidemenu #references, html.hidemenu #announce, html.hidemenu #footer { margin-left:0; }
59 html.hidemenu #hidemenu{ background-position:50% 27px; }
60 /* - - */
61

Subscribers

People subscribed via source and target branches

to all changes: