Merge lp:~mcpeter/ubuntu-fr-static/fix717716 into lp:ubuntu-fr-static

Proposed by McPeter
Status: Merged
Merged at revision: 37
Proposed branch: lp:~mcpeter/ubuntu-fr-static/fix717716
Merge into: lp:ubuntu-fr-static
Diff against target: 174 lines (+30/-31)
2 files modified
theme2010/css/doc-general.css (+17/-28)
theme2010/css/header.css (+13/-3)
To merge this branch: bzr merge lp:~mcpeter/ubuntu-fr-static/fix717716
Reviewer Review Type Date Requested Status
YoBoY (community) Approve
Review via email: mp+50423@code.launchpad.net

Description of the change

Ajustement de l'affichage des messages d'erreurs qui apparaissaient trop haut en plein dans le titre de la page. Par la même occasion je me suis aperçu qu'il y avait un doublon d'id dans la page (2 pageinfo) j'ai transformé l'un en 'pagerror' (commit précédent)

To post a comment you must log in.
Revision history for this message
YoBoY (yoboy-leguesh) wrote :

Essaye la prochaine fois de me mettre un ordre dans les merges, histoire que je perde pas de temps à chercher ce que je dois mettre à jour avant... ça marche.

review: Approve
Revision history for this message
McPeter (mcpeter) wrote :

houps désolé ...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'theme2010/css/doc-general.css'
2--- theme2010/css/doc-general.css 2011-02-15 21:17:23 +0000
3+++ theme2010/css/doc-general.css 2011-02-19 01:27:13 +0000
4@@ -6,6 +6,7 @@
5 les '../images' sont en relatif sur http://-STATIC-/images/
6
7 v0.1 - 13/06/2010 - McPeter
8+ v0.2 - 19/02/2011 - McPeter
9 */
10
11 body{
12@@ -99,29 +100,15 @@
13
14 }
15 #main h1{
16- /*position:relative;
17- float:left;*/
18 }
19 #main h1 a, #main h2 a, #main h3 a, #main h4 a{
20 text-decoration:none;
21 }
22 #main h2{
23 padding-top:1em;
24- /*padding:2px 0;
25- border-bottom-width:2px;
26- border-bottom-style:groove;
27- border-radius:5px 0 5px 0;
28- -moz-border-radius:5px 0 5px 0;
29- -o-border-radius:5px 0 5px 0;
30- -khtml-border-radius:5px 0 5px 0;*/
31- /* Chrome - Safari */
32- /*-webkit-border-bottom-right-radius:5px;
33- -webkit-border-top-left-radius:5px;*/
34 }
35 #main h2 a{
36 position:relative;
37- /*margin:-2px 0 0 -4px; padding:0.16em 0 0 40px;
38- background-color:transparent; background-position:top left; background-repeat:no-repeat;*/
39 }
40
41 #pagetitle{
42@@ -147,11 +134,16 @@
43 }
44
45 #pageinfo{
46- /*margin-top:-1em;*/
47 text-align:right;
48 font-size:0.8em;
49 line-height:1em;
50 }
51+ #pagerror{
52+ margin-top:1.8em;
53+ }
54+ div.error{
55+ background-position:0.5em 2px;
56+ }
57
58 #footer{
59 margin:0 0 1em 15em;
60@@ -280,7 +272,7 @@
61 }
62
63 ul.toc{
64- margin-left:1.2em; /*1.8*/
65+ margin-left:1.2em;
66 list-style:none;
67 }
68 ul.toc ul{
69@@ -289,7 +281,6 @@
70 }
71 .toc li{
72 position:relative; z-index:1;
73- /*padding-left:0.8em;*/
74 line-height:1.4em;
75 font-size:0.9em;
76 }
77@@ -337,8 +328,7 @@
78 }
79
80 #toc__inside{
81- margin-top:-1.56em; /*padding-top:0.4em;*/
82- /*margin-top:-2px;*/
83+ margin-top:-1.56em;
84 background-color:#F6F6F6;
85 border:1px outset #D2D2D2;
86 border-top:1px solid #F6F6F6;
87@@ -472,7 +462,7 @@
88 }
89 #wiki__editbar{
90 margin-top:-0.2em; padding:0.4em 0.78em 0.2em;
91- width:98%; /*height:2.2em;*/
92+ width:98%;
93 background:#f6f6f6 url('../images/commun/menu_c.png') bottom left repeat-x;
94 border:1px solid #BEC0C0;
95 border-top:0 none #FFF;
96@@ -560,13 +550,6 @@
97 -khtml-border-radius:0.4em;
98 }
99
100-/* Zone de saisie active */
101-input[type=text].input_focused, input[type=password].input_focused, textarea.input_focused{
102- background-color:#EBECED !important;
103- /*background-color:#DCC089 !important;*/
104- color:#000 !important;
105-}
106-
107 #insitu__fn{
108 margin-top:-3em; margin-left:-1em; padding:0.2em 0.4em;
109 max-width:30%;
110@@ -578,6 +561,7 @@
111 -o-border-radius:0.4em;
112 -khtml-border-radius:0.4em;
113 }
114+
115 /* Tags */
116 div.dokuwiki div.tags{
117 border-top:0 none #FFF;
118@@ -588,4 +572,9 @@
119 div.dokuwiki div.tags span{
120 background-image:url('../images/doc/tag.gif');
121 background-position:0px 3px;
122- }
123\ No newline at end of file
124+ }
125+
126+/* Images */
127+.medialeft{ margin-right:0.5em; }
128+.mediaright{ margin-left:0.5em; }
129+
130
131=== modified file 'theme2010/css/header.css'
132--- theme2010/css/header.css 2011-02-07 20:43:41 +0000
133+++ theme2010/css/header.css 2011-02-19 01:27:13 +0000
134@@ -47,12 +47,13 @@
135 -khtml-border-radius:1em;
136 vertical-align:bottom;
137 }
138+ #search label{ display:none; }
139 #search input{ color:gray; }
140 #search input[type=text]{
141 float:left;
142- margin:3px 0 0 4px; padding:0 0 2px 20px;
143+ margin:0 0 1px 0; padding:2px 2px 2px 22px;
144 width:12.4em;
145- background-color:transparent; background-position:1px 1px; background-repeat:no-repeat;
146+ background-color:#E5E4E5; background-position:3px 3px; background-repeat:no-repeat;
147 border:1px solid #FFF;
148 border-radius:1em 0 0 1em;
149 -moz-border-radius:1em 0 0 1em;
150@@ -100,10 +101,11 @@
151 text-align:right;
152 color:#808080;
153 }
154+ #login label, #login_top label{ display:none; }
155 #login input[type=text], #login input[type=password], #login_top input[type=text], #login_top input[type=password]{
156 margin-right:10px; padding:2px 5px;
157 width:6em;
158- background-color:#FFF;
159+ /*background-color:#FFF;*/
160 border-width:1px;
161 border-style:inset;
162 border-color:#AAA #FFF #FFF #AAA;
163@@ -129,3 +131,11 @@
164 font-size:1.2em;
165 }
166
167+/* Zone de saisie active */
168+input[type=text], input[type=password], textarea{
169+ background-color:#E5E4E5;
170+}
171+input[type=text].input_focused, input[type=password].input_focused, textarea.input_focused{
172+ background-color:#FFF !important;
173+ color:#000 !important;
174+}

Subscribers

People subscribed via source and target branches

to all changes: