Merge lp:~rpadovani/ubuntu-it-ask/pietro into lp:~ubuntu-it-ask/ubuntu-it-ask/dev

Proposed by Pietro Albini
Status: Merged
Merged at revision: 54
Proposed branch: lp:~rpadovani/ubuntu-it-ask/pietro
Merge into: lp:~ubuntu-it-ask/ubuntu-it-ask/dev
Diff against target: 245 lines (+66/-39)
5 files modified
forum/skins/light/media/style/style.css (+57/-28)
forum/skins/light/media/style/user.css (+3/-2)
forum/skins/light/templates/badge.html (+1/-1)
forum/skins/light/templates/header.html (+1/-1)
forum/skins/light/templates/question_list/count.html (+4/-7)
To merge this branch: bzr merge lp:~rpadovani/ubuntu-it-ask/pietro
Reviewer Review Type Date Requested Status
Giuseppe Terrasi (community) Approve
Review via email: mp+116517@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Giuseppe Terrasi (giuseppeterrasi-deactivatedaccount) wrote :

Necessario sistemare badge.html. float:left, almeno in google-chrome, provoca un errato incolonnamento dell'elenco degli utenti.

review: Needs Fixing
Revision history for this message
Giuseppe Terrasi (giuseppeterrasi-deactivatedaccount) wrote :

Sistemato e mergiato in rev 54 ramo dev.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'forum/skins/light/media/images/light/icon-search-hover.png'
2Binary files forum/skins/light/media/images/light/icon-search-hover.png 1970-01-01 00:00:00 +0000 and forum/skins/light/media/images/light/icon-search-hover.png 2012-07-24 17:15:23 +0000 differ
3=== added file 'forum/skins/light/media/images/light/icon-search.png'
4Binary files forum/skins/light/media/images/light/icon-search.png 1970-01-01 00:00:00 +0000 and forum/skins/light/media/images/light/icon-search.png 2012-07-24 17:15:23 +0000 differ
5=== modified file 'forum/skins/light/media/style/style.css'
6--- forum/skins/light/media/style/style.css 2012-07-22 09:40:04 +0000
7+++ forum/skins/light/media/style/style.css 2012-07-24 17:15:23 +0000
8@@ -201,12 +201,12 @@
9 margin: 5px 20px;
10 height: 35px;
11 font-size: 17px;
12- background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
13+ background: #D7D7D7;
14 border-radius: 5px 5px 5px 5px;
15 -moz-border-radius: 5px 5px 5px 5px;
16 -webkit-border-radius: 5px 5px 5px;
17 line-height: 2;
18- color: white;
19+ color: black;
20 }
21
22 .container {
23@@ -414,7 +414,7 @@
24
25 #CALeft {
26 float: left;
27- width: 84%;
28+ width: 83.5%;
29 background-color: #e4e4e4;
30 padding: 5px;
31 border: solid 1px #D4D4D4;
32@@ -424,15 +424,11 @@
33 #CARight {
34 float: right;
35 width: 15%;
36- color: #EEE;
37 }
38
39 #CARight h3 {
40- background-color: transparent;
41- font-size: 20px;
42+ font-size: 18px;
43 text-align: center;
44- color: #E0E0E0;
45- text-shadow: 1px 1px 1px #222;
46 }
47
48 #CARight p {
49@@ -591,7 +587,7 @@
50 padding-top: 5px;
51 margin-left: 5px;
52 margin-bottom: 10px;
53- background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
54+ background: #D7D7D7;
55 border-radius: 5px 5px 5px 5px;
56 -moz-border-radius: 5px 5px 5px 5px;
57 -webkit-border-radius: 5px 5px 5px;
58@@ -633,6 +629,9 @@
59 color: #777777;
60 font: bold 100% sans-serif;
61 padding: 2px 4px 3px;
62+ border-radius: 3px;
63+ -moz-border-radius: 3px;
64+ -webkit-border-radius: 3px;
65 }
66
67 .paginator .prev {
68@@ -1383,22 +1382,42 @@
69 }
70
71 #searchBar .searchInput {
72- border: 3px solid #D7D7D7;
73- padding: 3px;
74- font-size: 13px;
75- height: 18px;
76- width: 380px;
77+ border: 1px solid #D7D7D7;
78+ padding: 3px;
79+ font-size: 13px;
80+ height: 18px;
81+ width: 380px;
82+}
83+
84+#searchBar .searchInputGrey {
85+ border: 1px solid #D7D7D7;
86+ padding: 3px;
87+ font-size: 13px;
88+ height: 18px;
89+ width: 380px;
90+ color: #E7E7E7;
91+ font-style: italic;
92 }
93
94 #searchBar .searchInput:focus {
95- border: 3px solid #DD4818;
96- outline: none;
97+ outline: medium none;
98+ border: 1px solid #DD4818;
99 }
100
101 #searchBar .searchBtn {
102- font-size: 14px;
103- height: 26px;
104- width: 80px;
105+ background-color: inherit;
106+ background-image: url(../images/light/icon-search.png);
107+ vertical-align: middle;
108+ cursor: pointer;
109+ width: 22px;
110+ height: 22px;
111+ background-repeat: no-repeat;
112+ background-position: center;
113+ border-style: none;
114+}
115+
116+#searchBar .searchBtn:hover {
117+ background-image: url(../images/light/icon-search-hover.png);
118 }
119
120 #searchBar .options {
121@@ -1447,6 +1466,10 @@
122 border: 1px solid #DD4814;
123 margin: 10px 0;
124 padding: 5px;
125+ border-radius: 4px;
126+ -webkit-border-radius: 4px;
127+ -moz-border-radius: 4px;
128+ -khtml-border-radius: 4px;
129 }
130
131 .message p {
132@@ -1462,16 +1485,21 @@
133
134 .submit {
135 background-color: white;
136- border: 2px solid #DD4814;
137- cursor: pointer;
138- font-size: 120%;
139- font-weight: bold;
140- height: 40px;
141- padding-bottom: 4px;
142+ border: 1px solid rgb(221, 72, 20);
143+ cursor: pointer;
144+ font-size: 120%;
145+ font-weight: bold;
146+ height: 30px;
147+ border-radius: 4px;
148+ -webkit-border-radius: 4px;
149+ -moz-border-radius: 4px;
150+ -khtml-border-radius: 4px;
151 }
152
153 .submit:hover {
154- text-decoration: underline;
155+ background: none repeat scroll 0% 0% rgb(221, 72, 20);
156+ color: rgb(255, 255, 255);
157+ text-decoration: none;
158 }
159
160 .ask-body {
161@@ -2225,8 +2253,9 @@
162 }
163
164 #error > h1 {
165- color: white;
166- background-color: #DD4818;
167+ color: #ffffff;
168+ background-color: rgb(221, 72, 24);
169+ border-radius: 4px;
170 }
171
172 #error {
173
174=== modified file 'forum/skins/light/media/style/user.css'
175--- forum/skins/light/media/style/user.css 2012-07-11 13:07:08 +0000
176+++ forum/skins/light/media/style/user.css 2012-07-24 17:15:23 +0000
177@@ -14,8 +14,9 @@
178 #user-menu-dropdown {
179 position: absolute;
180 background-color: #EEEEEE;
181- -moz-border-radius: 5px;
182- -webkit-border-radius: 5px;
183+ border: 1px solid rgb(221, 72, 20);
184+ -moz-border-radius: 4px 0 4px 4px;
185+ -webkit-border-radius: 4px 0 4px 4px;
186 -moz-box-shadow: 2px 2px 5px #DD4818;
187 -webkit-box-shadow: 2px 2px 5px #DD4818;
188 }
189
190=== modified file 'forum/skins/light/templates/badge.html'
191--- forum/skins/light/templates/badge.html 2012-07-11 13:07:08 +0000
192+++ forum/skins/light/templates/badge.html 2012-07-24 17:15:23 +0000
193@@ -30,7 +30,7 @@
194 </div>
195 <div id="award-list" style="clear:both;margin-left:20px;line-height:25px;">
196 {% for award in awards %}
197- <p style="width:220px;float:left">{% user_signature award.user "badges" %}<span class="tag-number"> &#215; {{ award.count|intcomma }}</span></p>
198+ <p style="width:250px;float:left">{% user_signature award.user "badges" %}<span class="tag-number"> &#215; {{ award.count|intcomma }}</span></p><br/>
199 {% endfor %}
200 </div>
201 </div>
202
203=== modified file 'forum/skins/light/templates/header.html'
204--- forum/skins/light/templates/header.html 2012-07-20 11:08:25 +0000
205+++ forum/skins/light/templates/header.html 2012-07-24 17:15:23 +0000
206@@ -48,7 +48,7 @@
207
208 <div id="sub_header_search">
209 <input type="text" class="searchInput" value="{{ keywords }}" name="q" id="keywords" />
210- <input type="submit" name="Submit" value="{% trans "search" %}" class="searchBtn" />
211+ <button name="Submit" class="searchBtn" ></button>
212 </div>
213 </form>
214 </div>
215
216=== modified file 'forum/skins/light/templates/question_list/count.html'
217--- forum/skins/light/templates/question_list/count.html 2012-07-20 11:08:25 +0000
218+++ forum/skins/light/templates/question_list/count.html 2012-07-24 17:15:23 +0000
219@@ -5,22 +5,19 @@
220 {% enddeclare %}
221
222 <div class="boxC">
223+ <h3>{{ questions.paginator.sort_description }}</h3>
224+
225 <div class="questions-count">
226- {{ questions.paginator.count }}<span style="color:#EEE;font-size:14px;margin-left:5px;text-shadow: 1px 1px 1px #222;">{{ list_description }}</span>
227+ {{ questions.paginator.count }}<span style="font-size:14px;margin-left:5px;">{{ list_description }}</span>
228 </div>
229
230
231 {% if answer_count %}
232 <div class="questions-count">
233- {{ answer_count }}<span style="color:#EEE;font-size:14px;margin-left:5px;text-shadow: 1px 1px 1px #222;">{% trans "answers" %}</span>
234+ {{ answer_count }}<span style="font-size:14px;margin-left:5px;">{% trans "answers" %}</span>
235 </div>
236
237 {% endif %}
238
239- <div>
240- <p class="nomargin">
241- {{ questions.paginator.sort_description }}
242- </p>
243- </div>
244 </div>
245 {% endspaceless %}

Subscribers

People subscribed via source and target branches

to all changes: