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
=== modified file 'theme2010/css/forum-general.css'
--- theme2010/css/forum-general.css 2011-04-15 13:52:51 +0000
+++ theme2010/css/forum-general.css 2012-02-27 04:42:17 +0000
@@ -531,9 +531,11 @@
531 -moz-border-radius:5px;531 -moz-border-radius:5px;
532 border-radius:5px;532 border-radius:5px;
533}533}
534.codebox pre{margin:0; white-space:pre-wrap;}534.codebox pre{margin:0; white-space:pre;}
535/* liste dans message*/535/* liste dans message*/
536.postmsg ul{list-style-type:square}536.postmsg ul{list-style-type:disc}
537.postmsg ol.alpha{list-style-type:lower-alpha}
538.postmsg ol.decimal{list-style-type:decimal}
537539
538/* cache les titres des pages du profil */540/* cache les titres des pages du profil */
539#profile h2{display:none}541#profile h2{display:none}
@@ -777,7 +779,7 @@
777 width:15%;779 width:15%;
778 font-size:0.9em;780 font-size:0.9em;
779}781}
780.block-inner{position:absolute;bottom:0}782.block-inner{position:absolute;bottom:0;margin-left:16em;}
781.block-inner li{783.block-inner li{
782 display:inline;784 display:inline;
783 list-style:none outside none;785 list-style:none outside none;
784786
=== modified file 'theme2010/css/forum-ie.css'
--- theme2010/css/forum-ie.css 2010-10-21 21:19:11 +0000
+++ theme2010/css/forum-ie.css 2012-02-27 04:42:17 +0000
@@ -1,7 +1,3 @@
1#logo
2{
3margin-top:-1em;
4}
5#hidemenu {1#hidemenu {
6margin:0px;2margin:0px;
7}3}
84
=== removed file 'theme2010/css/forum-khtml.css'
--- theme2010/css/forum-khtml.css 2010-10-05 11:37:30 +0000
+++ theme2010/css/forum-khtml.css 1970-01-01 00:00:00 +0000
@@ -1,5 +0,0 @@
1
2#logo
3{
4margin-top:-1em;
5}
60
=== modified file 'theme2010/css/header.css'
--- theme2010/css/header.css 2011-02-21 00:10:11 +0000
+++ theme2010/css/header.css 2012-02-27 04:42:17 +0000
@@ -142,7 +142,7 @@
142142
143/* Cacher / afficher menu Navigation */143/* Cacher / afficher menu Navigation */
144html.hidemenu #navigation{ display:none; }144html.hidemenu #navigation{ display:none; }
145html.hidemenu #navbar, html.hidemenu #main, html.hidemenu #references, html.hidemenu #announce{ margin-left:0; }145html.hidemenu #navbar, html.hidemenu #main, html.hidemenu #references, html.hidemenu #announce, html.hidemenu #footer { margin-left:0; }
146html.hidemenu #hidemenu{ background-position:50% 27px; }146html.hidemenu #hidemenu{ background-position:50% 27px; }
147/* - - */147/* - - */
148148

Subscribers

People subscribed via source and target branches

to all changes: